We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3d9064 + e272daf commit 1fe7782Copy full SHA for 1fe7782
code jam/code jam/ZOCC_logo.png
43.5 KB
code jam/code jam/index.css
@@ -0,0 +1,27 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>codejam - ZeroOne</title>
7
+ <link rel="stylesheet" herf="index.css">
8
+</head>
9
+<body>
10
+ <div class="container">
11
+ <div class="card">
12
+
13
+ <div class="card-one">
14
+ <img src="ZOCC_logo.png" alt=""
15
+ </div>
16
+ <div class="card-two">
17
+ <h1>ZeroOne Code Club</h1>
18
+ <h2>Student Activity Center</h2>
19
20
+ <a href="#">Join</a>
21
22
23
24
25
26
+</body>
27
+</html>
code jam/code jam/index.html
0 commit comments