-
Notifications
You must be signed in to change notification settings - Fork 0
/
salamander9407.html
243 lines (191 loc) · 7.52 KB
/
salamander9407.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!--Name: Saloni--><html>
<head>
<title>Code in the Dark</title>
<style>
body {
background-color: rgb(235, 235, 235);
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#navbar {
width: 100%;
height: 50px;
display: flex;
flex-direction: row;
background-color: white;
}
#mainStuff {
display: flex;
flex-direction: row;
width: 60%;
height: 500px;
margin-left: 200px;
margin-top: 200px;
}
#manyCats {
height: 160px;
}
#titleAndDesc {
display: flex;
flex-direction: column;
}
#title {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: #555555;
}
#desc {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: #555555;
}
#navlinks {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
}
a {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: #555555;
padding: 30px;
margin-top: 60px;
text-decoration: none;
}
#logo {
padding-left: 150px;
padding-right: 500px;
}
#subguy {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: #555555;
}
#box1Stuff {
width: 25%;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
#icon1 {
width: 85px;
}
#middleStuff {
display: flex;
flex-direction: row;
padding-left: 100px;
}
#chicago {
position:fixed;
z-index:-99;
width:100%;
}
button {
width:fit-content;
height: fit-content;
padding:10px;
}
#middlebar {
background-color: white;
width: 100%;
display: flex;
flex-direction: row;
z-index: -99;
}
#middlebarguy {
display: flex;
flex-direction: column;
padding-right: 600px;
z-index: 2;
}
#triangles {
position: absolute;
z-index: -19;
}
#tractor {
padding-right: 100px;
}
#moreStuff {
display: flex;
flex-direction: row;
padding-left: 70px;
padding:100px;
}
</style>
</head>
<body>
<div id="navbar">
<img id="chicago" src="https://codeinthedark.hackillinois.org/submissions/images/home/slider-bg.png"/>
<img id="logo" src="https://codeinthedark.hackillinois.org/submissions/images/CAT-Logo-small.png" />
<ul id="navlinks">
<li><a href="#mainStuff">Home</a></li>
<li><a href="">Pages</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Products</a></li>
</ul>
</div>
<div id="mainStuff">
<div id="titleAndDesc">
<h1 id ="title">Code in the Dark</h1>
<p id="desc">Coding here and there! Ty your est and recreate this responsive site <b>under
25 mins...</b> Take a look to the details, <em>each of them count!</em> Do your best to
recreate them and be the CAT <strike>ninja</strike> n!nj@ c0dEr</p>
<button id="godark">Go D@RK</button>
</div>
<img id="manycats" src="https://codeinthedark.hackillinois.org/submissions/images/home/SeveralCats.png"/>
</div>
<div id="middleStuff">
<div id="box1Stuff">
<img id="icon1" src="https://codeinthedark.hackillinois.org/submissions/images/home/icon1.png"/>
<h2 id ="subguy">CAT loves geeks</h2>
<p id="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pulvinar posuere odio, in tristique an Pellentesque pulvinar posuere odio, in tristique an Pellentesque pulvinar posuere odio, in tristique an Pellentesque pulvinar posuere odio, in tristique an
<p>
</div>
<div id="box1Stuff">
<img id="icon2" src="https://codeinthedark.hackillinois.org/submissions/images/home/icon2.png"/>
<h2 id ="subguy">CAT loves CS</h2>
<p id="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pulvinar posuere odio, in tristique an Pellentesque pulvinar posuere odio, in tristique an Pellentesque pulvinar posuere odio, in tristique an Pellentesque pulvinar posuere odio, in tristique an
<p>
</div>
<div id="box1Stuff">
<img id="icon3" src="https://codeinthedark.hackillinois.org/submissions/images/home/icon3.png"/>
<h2 id ="subguy">CAT is 4 u</h2>
<p id="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pulvinar posuere odio, in tristique an Pellentesque pulvinar posuere odio, in tristique an Pellentesque pulvinar posuere odio, in tristique an Pellentesque pulvinar posuere odio, in tristique an
<p>
</div>
</div>
<div id="middlebar">
<img id="triangles" src="https://codeinthedark.hackillinois.org/submissions/images/home/tour-bg.png" />
<div id="middlebarguy">
<h1>Hackillinois 2022</h1>
<p>A responsive retina-ready & wide multipurpose template</p>
</div>
<button>HIT ME!</button>
<img id="tractor" src="https://codeinthedark.hackillinois.org/submissions/images/home/tour-icon2.png" />
</div>
<div id="moreStuff">
<img id="bigred" src="https://codeinthedark.hackillinois.org/submissions/images/home/image1.png"/>
<div id="titleAndDesc">
<h2 id ="othertitle">Show your Skills</h2>
<p id="desc">Coding here and there! Ty your est and recreate this responsive site <b>under
25 mins...</p>
</div>
</div>
<div id="moreStuff">
<div id="titleAndDesc">
<h2 id ="othertitle">Show your Skills</h2>
<p id="desc">Coding here and there! Ty your est and recreate this responsive site <b>under
25 mins...</p>
</div>
<img id="bigblue" src="https://codeinthedark.hackillinois.org/submissions/images/home/image2.png"/>
</div>
<div id="moreStuff">
<img id="biglight" src="https://codeinthedark.hackillinois.org/submissions/images/home/image3.png"/>
<div id="titleAndDesc">
<h2 id ="othertitle">Show your Skills</h2>
<p id="desc">Coding here and there! Ty your est and recreate this responsive site <b>under
25 mins...</p>
</div>
</div>
<img id="manycats2" src="https://codeinthedark.hackillinois.org/submissions/images/home/SeveralCats.png">
<h1 id="">Happy clients</h1>
</body>
</html>