Skip to content

Commit e272daf

Browse files
authored
Add files via upload
1 parent 992922f commit e272daf

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

code jam/code jam/ZOCC_logo.png

43.5 KB
Loading

code jam/code jam/index.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
</div>
22+
</div>
23+
</div>
24+
25+
26+
</body>
27+
</html>

code jam/code jam/index.html

Whitespace-only changes.

0 commit comments

Comments
 (0)