-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
278 lines (272 loc) · 11.9 KB
/
index.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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./styles.css" />
<script src="./googly-eyes.js" defer></script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" href="./resources/favicon.ico" type="image/x-icon" />
<meta
name="description"
content="I’m a third-year CS student at University of London, interested in
all things related to software development."
/>
<!-- social media card -->
<meta property="og:title" content="Software Developer | Manon Locht" />
<meta
property="og:description"
content="Second-year CS student at University of London, interested in
all things related to software development."
/>
<meta
property="og:image"
content="https://www.manon.codes/resources/sns-card.png"
/>
<meta property="og:url" content="https://www.manon.codes" />
<meta property="og:type" content="website" />
<!-- twitter card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@partimecat" />
<meta name="twitter:title" content="Software Developer | Manon Locht" />
<meta
name="twitter:description"
content="Interested in all things related to web development"
/>
<meta
name="twitter:image"
content="https://www.manon.codes/resources/sns-card.png"
/>
<title>Software Developer | Manon Locht</title>
</head>
<body>
<main class="main">
<header class="header">
<div class="header__content row">
<div class="header__logo">
<a href="/"
><img
src=""
srcset="
./resources/hx5lPaXD.png 710w,
./resources/nav-logo.png 100w
"
sizes="(min-width: 600px) 30vw, 20vw"
alt="header logo"
class="header__logo-img"
/></a>
</div>
<a href="#" class="toggle-nav">
<img class="test" src="./resources/menu.svg" alt="" />
</a>
<nav class="nav row">
<ul class="nav__list row">
<li class="nav__list-item">
<a class="nav__link" href="#projects">Projects</a>
</li>
<li class="nav__list-item">
<a class="nav__link" href="#contact">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<div class="hero__content row">
<div class="projects__content-txt">
<h1 class="hero__title">
Hi, I’m <span class="secondary-color">Manon Locht</span>
</h1>
<p class="hero__text">
I’m a third-year CS student at University of London, interested in
all things related to software development.
</p>
</div>
<img
class="hero__img"
srcset="
./resources/hero-pic.png 710w,
./resources/hero-pic_300.png 300w
"
sizes="(min-width: 600px) 30vw, 40vw"
alt="Website logo"
/>
</div>
</section>
<section class="projects">
<div class="projects__title">
<h2 class="projects__title-text" id="projects">Latest Projects</h2>
<div class="line secondary-color"></div>
</div>
<div class="projects__content row">
<div class="project__card animate">
<div class="gif-on-hover nezha">
<img
class="project__img"
loading="lazy"
srcset="
./resources/Nezhas-journey.png 1792w,
./resources/Nezhas-journey_500.png 500w
"
sizes="(min-width: 600px) 50vw, 90vw"
alt="A screenshot from 2D platform game Nezha's Journey"
/>
</div>
<h3 class="project__title">
Nezha's Journey<span class="wip">Work In Progress</span>
</h3>
<p class="project__text">
A simple 2D platform game made with P5.js
</p>
</div>
<div class="project__card">
<div class="gif-on-hover viz">
<img
loading="lazy"
srcset="
./resources/music-visualizer.png 1168w,
./resources/music-visualizer_500.png 500w
"
sizes="(min-width: 600px) 50vw, 90vw"
alt="A screenshot from the frogs visualisation inside the music visualizer"
class="project__img"
/>
</div>
<h3 class="project__title">
<a
href="https://nuooooooooooo.github.io/usertesting/"
rel="noopener noreferrer"
target="_blank"
>Music visualizer</a
>
</h3>
<p class="project__text">
A music player with fun visualisations, coded with P5.js.
</p>
</div>
</div>
<div class="project__card">
<div class="gif-on-hover kobrd">
<img
loading="lazy"
srcset="
./resources/kobrd.png 1474w,
./resources/kobrd_500.png 500w
"
sizes="(min-width: 600px) 50vw, 90vw"
alt="A screenshot from Korean typing app Kobrd"
class="project__img"
/>
</div>
<h3 class="project__title">
<a
href="https://nuooooooooooo.github.io/Kobrd/"
rel="noopener noreferrer"
target="_blank"
>Kobrd</a
>
</h3>
<p class="project__text">
A game to improve Korean typing skills. My first Javascript
project.
</p>
</div>
</section>
<section class="contacts">
<div class="contacts__title">
<h2 class="contacts__title-text" id="contact">Contact Me</h2>
<div class="line secondary-color"></div>
</div>
<div class="contacts__content row">
<ul class="contacts__list">
<li class="contacts__list-item row">
<svg
xmlns="http://www.w3.org/2000/svg"
width="30px"
height="30px"
viewBox="0 0 438.5 438.5"
class="svg"
>
<path
d="M414.4 24.1C398.3 8 379 0 356.3 0H82.2C59.6 0 40.2 8 24.1 24.1 8 40.2 0 59.6 0 82.2v274.1c0 22.6 8 42 24.1 58.1 16.1 16.1 35.5 24.1 58.1 24.1h274.1c22.6 0 42-8 58.1-24.1 16.1-16.1 24.1-35.5 24.1-58.1V82.2C438.5 59.6 430.5 40.2 414.4 24.1zM133.6 367.2H67.7V169h66V367.2zM127.6 132.3c-6.9 6.6-15.9 9.9-27.1 9.9h-0.3c-10.8 0-19.6-3.3-26.4-9.9 -6.8-6.6-10.1-14.7-10.1-24.4 0-9.9 3.5-18.1 10.4-24.6 7-6.5 15.9-9.7 27-9.7 11 0 19.9 3.2 26.6 9.7 6.7 6.5 10.1 14.7 10.3 24.6C137.9 117.6 134.5 125.8 127.6 132.3zM370.9 367.2h-66v-105.9c0-29.9-11-44.8-33.1-44.8 -8.4 0-15.4 2.3-21.1 7 -5.7 4.7-10 10.3-12.8 17 -1.3 3.4-2 8.8-2 16v110.8h-66c0.6-119.5 0.6-185.6 0-198.1h66v28c13.9-21.7 33.6-32.5 59.1-32.5 22.8 0 41.2 7.5 55.1 22.6 13.9 15 20.8 37.2 20.8 66.5v113.6H370.9z"
/>
</svg>
<a
href="https://www.linkedin.com/in/manon-locht/"
target="_blank"
rel="noopener noreferrer"
class="contacts__link"
>Connect with me on LinkedIn</a
>
</li>
<li class="contacts__list-item row">
<svg
xmlns="http://www.w3.org/2000/svg"
width="30px"
height="30px"
viewBox="0 0 438.5 438.5"
class="svg"
>
<path
d="M158.2 352.6c-3 0.6-4.4 2-4 4.3 0.4 2.3 2.1 3 5.1 2.3 3-0.8 4.4-2.1 4-4C162.9 353.1 161.2 352.2 158.2 352.6z"
/>
<path
d="M141.9 354.9c-3 0-4.6 1-4.6 3.1 0 2.5 1.6 3.5 4.9 3.1 3 0 4.6-1 4.6-3.1C146.8 355.6 145.1 354.5 141.9 354.9z"
/>
<path
d="M119.6 354c-0.8 2.1 0.5 3.5 3.7 4.3 2.9 1.1 4.7 0.6 5.4-1.7 0.6-2.1-0.7-3.6-3.7-4.6C122.2 351.3 120.4 351.9 119.6 354z"
/>
<path
d="M414.4 24.1C398.3 8 379 0 356.3 0H82.2C59.6 0 40.2 8 24.1 24.1 8 40.2 0 59.6 0 82.2v274.1c0 22.7 8 42 24.1 58.1 16.1 16.1 35.5 24.1 58.1 24.1h64c4.2 0 7.3-0.1 9.4-0.4 2.1-0.3 4.2-1.5 6.3-3.7 2.1-2.2 3.1-5.4 3.1-9.6 0-0.6 0-7-0.1-19.4 -0.1-12.4-0.1-22.2-0.1-29.4l-6.6 1.1c-4.2 0.8-9.5 1.1-15.8 1 -6.4-0.1-13-0.8-19.8-2 -6.9-1.2-13.2-4.1-19.1-8.6 -5.9-4.5-10.1-10.3-12.6-17.6l-2.9-6.6c-1.9-4.4-4.9-9.2-9-14.6 -4.1-5.3-8.2-8.9-12.4-10.9l-2-1.4c-1.3-1-2.6-2.1-3.7-3.4 -1.1-1.3-2-2.7-2.6-4 -0.6-1.3-0.1-2.4 1.4-3.3 1.5-0.9 4.3-1.3 8.3-1.3l5.7 0.9c3.8 0.8 8.5 3 14.1 6.9 5.6 3.8 10.2 8.8 13.8 14.8 4.4 7.8 9.7 13.8 15.8 17.8 6.2 4.1 12.4 6.1 18.7 6.1s11.7-0.5 16.3-1.4c4.6-1 8.8-2.4 12.8-4.3 1.7-12.8 6.4-22.6 14-29.4 -10.8-1.1-20.6-2.9-29.3-5.1 -8.7-2.3-17.6-6-26.8-11.1 -9.2-5.1-16.9-11.5-23-19.1 -6.1-7.6-11.1-17.6-15-30 -3.9-12.4-5.9-26.7-5.9-42.8 0-23 7.5-42.6 22.6-58.8 -7-17.3-6.4-36.7 2-58.2 5.5-1.7 13.7-0.4 24.6 3.9 10.9 4.3 18.8 8 23.8 11 5 3 9.1 5.6 12.1 7.7 17.7-4.9 36-7.4 54.8-7.4 18.8 0 37.1 2.5 54.8 7.4l10.8-6.9c7.4-4.6 16.2-8.8 26.3-12.6 10.1-3.8 17.8-4.9 23.1-3.1 8.6 21.5 9.3 40.9 2.3 58.2 15 16.2 22.6 35.8 22.6 58.8 0 16.2-2 30.5-5.9 43 -3.9 12.5-8.9 22.5-15.1 30 -6.2 7.5-13.9 13.8-23.1 19 -9.2 5.1-18.2 8.9-26.8 11.1 -8.7 2.3-18.4 4-29.3 5.1 9.9 8.6 14.8 22.1 14.8 40.5v68.2c0 3.2 0.5 5.9 1.4 7.9 1 2 2.5 3.4 4.6 4.1 2.1 0.8 3.9 1.2 5.6 1.4 1.6 0.2 3.9 0.3 7 0.3h64c22.6 0 42-8 58.1-24.1 16.1-16.1 24.1-35.5 24.1-58.1V82.2C438.5 59.6 430.5 40.2 414.4 24.1z"
/>
<path
d="M86.8 319.2c-1.3 0.9-1.1 2.5 0.6 4.6 1.9 1.9 3.4 2.2 4.6 0.9 1.3-0.9 1.1-2.5-0.6-4.6C89.5 318.3 87.9 318 86.8 319.2z"
/>
<path
d="M77.4 312.1c-0.6 1.3 0.1 2.5 2 3.4 1.5 1 2.8 0.8 3.7-0.6 0.6-1.3-0.1-2.5-2-3.4C79.2 310.9 77.9 311.1 77.4 312.1z"
/>
<path
d="M95.6 330.3c-1.7 0.9-1.7 2.7 0 5.1 1.7 2.5 3.3 3.1 4.9 2 1.7-1.3 1.7-3.1 0-5.4C99 329.6 97.4 329 95.6 330.3z"
/>
<path
d="M105.6 343.2c-1.7 1.5-1.3 3.3 1.1 5.4 2.3 2.3 4.2 2.6 5.7 0.8 1.5-1.5 1.1-3.3-1.1-5.4C109.1 341.8 107.2 341.5 105.6 343.2z"
/>
</svg>
<a
href="https://github.com/nuooooooooooo"
target="_blank"
class="contacts__link"
rel="noopener noreferrer"
>Find me on Github</a
>
</li>
</ul>
<div class="face">
<img src="./resources/eyes-without-pupils.svg" />
<div class="iris iris-left">
<div></div>
</div>
<div class="iris iris-right">
<div></div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer row">
<p class="source secondary-color">
(c)
<a
href="https://github.com/nuooooooooooo/portfolio"
rel="noopener noreferrer"
target="_blank"
>Manon Locht</a
>
- 2021
</p>
</footer>
<script src="./app.js"></script>
</body>
</html>
<!-- <div>Icons made by <a href="https://www.flaticon.com/authors/dave-gandy" title="Dave Gandy">Dave Gandy</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div> -->