diff --git a/codejam/ZOCC_logo.png b/codejam/ZOCC_logo.png new file mode 100644 index 0000000..baed850 Binary files /dev/null and b/codejam/ZOCC_logo.png differ diff --git a/codejam/index.css b/codejam/index.css new file mode 100644 index 0000000..c70d24a --- /dev/null +++ b/codejam/index.css @@ -0,0 +1,45 @@ +* { + padding : 0; + margin : 0; + box-sizing: border-box; +} + +.container { + height : vh; + width: 100%; + display: flex; + align-items: center; + justify-content: center; +} + +.card { + width: 20%; + display: flex; + flex-direction: column; +} + +.card-one { + width:100%; +} +.card-one img { + width: 100%; +} + +.card-two { + width: 100%; + padding:1rem; + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; +} +.card-two h1 { + font-size: 1.5rem; +} +.card-two h2 { + font-size: 1.2rem; +} + +.card-two a { + text-decoration: black; + background-color: black; + color: white; + padding: 5px 10px; +} \ No newline at end of file diff --git a/codejam/index.html b/codejam/index.html new file mode 100644 index 0000000..d2c7a39 --- /dev/null +++ b/codejam/index.html @@ -0,0 +1,30 @@ + + + + + + CodeJam-ZeroOne + + + + + +
+
+ +
+ + +
+
+

ZeroOne Code Club

+

Student Activity Center

+ +Join +
+ +
+
+ + + \ No newline at end of file