diff --git a/CodeJam/ZERO-ONE.jpg b/CodeJam/ZERO-ONE.jpg new file mode 100644 index 0000000..6c8d4ca Binary files /dev/null and b/CodeJam/ZERO-ONE.jpg differ diff --git a/CodeJam/index.css b/CodeJam/index.css new file mode 100644 index 0000000..fd9c09c --- /dev/null +++ b/CodeJam/index.css @@ -0,0 +1,42 @@ +*{ + margin:0; + padding:0; + box-sizing: border-box; +} +.container{ + height: 100vh; + font-weight: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(100, 100, 111, 0.2) 0px 7px 29px 0px; +} +.card-two h1{ + font-size: 1.5rem; +} +.card-two h2{ + font-size:1.2rem; + margin-bottom: 1rem; + color:grey; +} +.card-two a{ + text-decoration: none; + 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..cb154af --- /dev/null +++ b/CodeJam/index.html @@ -0,0 +1,22 @@ + + + + + CodeJam - ZeroOne + + + +
+
+
+ +
+
+

ZeroOne Code Club

+

Student Activity Center

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