-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
259 lines (226 loc) · 10.9 KB
/
index.html
File metadata and controls
259 lines (226 loc) · 10.9 KB
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mira SuperHi</title>
<link rel="stylesheet" href="_base.css" />
<link rel="stylesheet" href="style.css" />
</head>
<!-- Body -->
<body>
<!-- Header -->
<header>
<h1>Mira</h1>
<nav>
<a href="https://www.instagram.com/miras.view" target="_blank">Instagram</a>
<a href="https://www.mirabellemorah.com" target="_blank">Website</a>
<a href="https://github.com/mirabellemorah/SuperHi-Foundation-HTML-CSS-JS" target="_blank">Git</a>
</nav>
</header>
<!-- hero -->
<main>
<section class="hero">
<div class="intro">
<h2>Projects from Foundation HTML, CSS + Javascript with SuperHi</h2>
<p>
Hi! I'm
<a target="_blank" href="https://www.mirabellemorah.com"
style="text-decoration:underline; color: black">Mirabelle</a>
and I've now finished this 8-week course with SuperHi. What you're looking at is a range
of 16 cool and fun websites I've built with HTML, CSS and JavaScript. Most of which I
infused my own style, images and pet website projects for friends working on interesting
social ventures. Prior to this, I didn't know how to code such websites.
<br />
<br />
<span>P.S background image credit: SuperHi</span>
</p>
</div>
</section>
<!-- setion 2 -->
<!-- filter -->
<section class="project-wrap">
<div class="container">
<a class="showFilters" href="#">Show weeks</a>
<!-- test -->
<nav class="filtersLists">
<a href="all.html" class="selected" data-filter=".website">All</a>
<a href="soft.html" data-filter=".week1">Week 1</a>
<a href="light.html" data-filter=".week2">Week 2</a>
<a href="hard.html" data-filter=".week3">Week 3</a>
<a data-filter=".week4">Week 4</a>
<a data-filter=".week5">Week 5</a>
<a data-filter=".week6">Week 6</a>
<a data-filter=".week7">Week 7</a>
<a data-filter=".week8">Week 8</a>
</nav>
<!-- projects -->
<div class="projects">
<!-- boyce -->
<a href="https://tunnel.superhi.hosting/" target="_blank">
<div class="website week8">
<div class="overlay">
<h4>Boyce</h4>
<p>Week 8: creating moving carousels</p>
</div>
<img src="Final assets/Tunnel.gif" alt="boyce" />
</div>
</a>
<!-- Northern -->
<a href="https://northern.superhi.hosting/" target="_blank">
<div class="website week8">
<div class="overlay">
<h4>Northern</h4>
<p>Week 8: changing background colors on scroll with JavaScript</p>
</div>
<img src="Final assets/Northern.gif" alt="Northern" />
</div>
</a>
<!-- Sally -->
<a href="https://sally-lightbox-4.superhi.hosting" target="_blank">
<div class="website week7">
<div class="overlay">
<h4>Sally</h4>
<p>Week 7: creating lightboxes</p>
</div>
<img src="Final assets/sally2.gif" alt="sally" />
</div>
</a>
<!-- Valencia -->
<a href="https://valenciamira.superhi.hosting/" target="_blank">
<div class="website week7">
<div class="overlay">
<h4>Valencia</h4>
<p>Week 6: sliding menus with jQuery</p>
</div>
<img src="Final assets/valencia.gif" alt="valencia" />
</div>
</a>
<!-- Baker -->
<a href="https://bakermira.superhi.hosting/" target="_blank">
<div class="website week6">
<div class="overlay">
<h4>Baker</h4>
<p>Week 6: hover and sliding menus with jQuery</p>
</div>
<img src="Final assets/baker.gif" alt="baker" />
</div>
</a>
<!-- hegaons -->
<a href="https://hexagons-258.superhi.hosting/" target="_blank">
<div class="website week5">
<div class="overlay">
<h4>The Hexagons</h4>
<p>Week 5: filter menus with jQuery</p>
</div>
<img src="Final assets/hexaggon.gif" alt="hexagons" />
</div>
</a>
<!-- Essmei -->
<a href="https://essmeimira.superhi.hosting/" target="_blank">
<div class="website week5">
<div class="overlay">
<h4>Essmei</h4>
<p>Week 5: filter menus with jQuery</p>
</div>
<img src="Final assets/essmei.gif" alt="essmei" />
</div>
</a>
<!-- smiles -->
<a href="https://boyce-smiles.superhi.hosting/" target="_blank">
<div class="website week4">
<div class="overlay">
<h4>Smiles</h4>
<p>Week 4: css hover features</p>
</div>
<img src="Final assets/Smiles.gif" alt="smiles" />
</div>
</a>
<!-- Medieval -->
<a href="https://medieval.superhi.hosting/" target="_blank">
<div class="website week4">
<div class="overlay">
<h4>Medieval</h4>
<p>Week 3: floating images</p>
</div>
<img src="Final assets/Medieval.gif" alt="medieval" />
</div>
</a>
<!-- Beauty -->
<a href="https://beauty.superhi.hosting/" target="_blank">
<div class="website week3">
<div class="overlay">
<h4>Beauty</h4>
<p>Week 3: floating images</p>
</div>
<img src="Final assets/Beauty.gif" alt="beauty" />
</div>
</a>
<!-- Rebelz -->
<a href="https://rebelz.superhi.hosting/" target="_blank">
<div class="website week2">
<div class="overlay">
<h4>Rebelz</h4>
<p>Week 2: testing animations</p>
</div>
<img src="Final assets/rebelz.gif" alt="rebelz" />
</div>
</a>
<!-- Chop life -->
<a href="https://patiochop.superhi.hosting/" target="_blank">
<div class="website week2">
<div class="overlay">
<h4>Chop Life</h4>
<p>Week 2: experimenting with max-width</p>
</div>
<img src="Final assets/Chop life.gif" alt="chop life" />
</div>
</a>
<!-- The Sign -->
<a href="https://thesign.superhi.hosting/" target="_blank">
<div class="website week1">
<div class="overlay">
<h4>The Sign</h4>
<p>Week 2: experimenting with different widths</p>
</div>
<img src="Final assets/the sign.gif" alt="the sign" />
</div>
</a>
<!-- Tracy Ahumuza -->
<a href="https://tracyahumuza.superhi.hosting/" target="_blank">
<div class="website week1">
<div class="overlay">
<h4>Tracy Ahumuza</h4>
<p>Week 1: experimenting with fixed background parallex features</p>
</div>
<img src="Final assets/Tracy.gif" alt="Tracy" />
</div>
</a>
<!-- Damilola -->
<a href="https://damilola.superhi.hosting/" target="_blank">
<div class="website week1">
<div class="overlay">
<h4>Damilola</h4>
<p>Week 1: experimenting with fixed background parallex features</p>
</div>
<img src="Final assets/Damilola.gif" alt="damilola" />
</div>
</a>
<!-- Sally -->
<a href="https://sally-55.superhi.hosting/" target="_blank">
<div class="website week1">
<div class="overlay">
<h4>Sally Hart</h4>
<p>Week 1: experimenting with fixed background parallex features</p>
</div>
<img src="Final assets/Sally.gif" alt="sally" />
</div>
</a>
</div>
</div>
</section>
</main>
<script src="jquery.js"></script>
<script src="main.js"></script>
</body>
</html>