-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
257 lines (257 loc) · 8.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preload" href="./style/locomotive-scroll.css" as="style" />
<link rel="preload" href="./style/style.css" as="style" />
<link rel="stylesheet" href="./style/locomotive-scroll.css" />
<link rel="stylesheet" href="./style/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<title>Julien Mousset</title>
</head>
<body>
<div data-scroll-container class="portfolio">
<header>
<nav>
<div class="dot logo"></div>
<div class="dot menu"></div>
<div class="items">
<h1 class="item item-1">HOME</h1>
<h1 class="item item-2">ABOUT</h1>
<h1 class="item item-3">ME</h1>
<h1 class="item item-4">CONTACT</h1>
</div>
</nav>
</header>
<main>
<section data-scroll-section class="page-1">
<h1
data-scroll-class="scroll-opacity"
data-scroll-repeat="true"
data-scroll
data-scroll-speed="-3"
class="title"
>
<span class="title-1">Hi, I'm <br /></span
><span class="title-2">Julien Mousset</span>
</h1>
<img
data-scroll-class="scroll-opacity"
data-scroll-repeat="true"
data-scroll
class="picture color"
src="./ressources/img/profile-color.jpg"
alt="profile-picture-color"
/>
<img
data-scroll-class="scroll-opacity"
data-scroll-repeat="true"
data-scroll
class="picture bw"
src="./ressources/img/profile-bw.jpg"
alt="profile-picture-black-and-white"
/>
<p
data-scroll-class="scroll-opacity"
data-scroll-repeat="true"
data-scroll
data-scroll-speed="2"
class="intro"
>
I’m a <span class="job">software engineer/web developer</span> based
in Paris (France) with a strong interest in sound and design. I play
around with HTML, (S)CSS, Javascript, Python and C. I’m currently
learning new frameworks while
<span class="highlight">looking for an internship</span>.
</p>
<img
data-scroll
data-scroll-sticky
data-scroll-target=".page-1"
class="stars"
src="./ressources/img/stars.svg"
alt="stars-svg"
/>
</section>
<section data-scroll-section class="page-2">
<h1
data-scroll
data-scroll-class="scroll-opacity"
data-scroll-speed="-2"
>
About
</h1>
<p
data-scroll-class="scroll-opacity"
data-scroll-repeat="true"
data-scroll
data-scroll-speed="2"
class="text"
>
I graduated from Paris 1 Pantheon-Sorbonne University with a master
degree in management of cultural projects and institutions, while
working part-time as a cultural project manager. Then, in 2019 I
decided to enter
<a class="school" target="_blank" href="https://www.42.fr/">42</a>
in order to gain knowledge about computer science.
</p>
<img
data-scroll
data-scroll-class="scroll-opacity"
data-scroll-direction="horizontal"
data-scroll-speed="4"
class="svg boom"
src="./ressources/img/boom.svg"
alt="boom-svg"
/>
<img
data-scroll
data-scroll-class="scroll-opacity"
data-scroll-direction="horizontal"
data-scroll-speed="-4"
class="svg antic"
src="./ressources/img/antic.svg"
alt="antic-svg"
/>
</section>
<section data-scroll-section class="page-3">
<h1
data-scroll
data-scroll-class="scroll-opacity"
data-scroll-speed="-2"
>
Me
</h1>
<p
data-scroll-class="scroll-opacity"
data-scroll-repeat="true"
data-scroll
data-scroll-speed="2"
class="text"
>
Whenever I get a chance, I
<span class="highlight">record music</span> and try to catch up with
my <span class="highlight">reading</span> list or
<span class="highlight">exercise</span> when I need to get away from
the screen. I’m also passionate about
<span class="highlight">basketball</span> even though I’m bad at it.
I’m better at <span class="highlight">games</span>, whether they are
board games or video games.
</p>
<img
data-scroll
data-scroll-class="scroll-opacity"
data-scroll-direction="horizontal"
data-scroll-speed="-4"
class="svg shooting-star"
src="./ressources/img/shooting-star.svg"
alt="shooting-star-svg"
/>
<img
data-scroll
data-scroll-class="scroll-opacity"
data-scroll-direction="horizontal"
data-scroll-speed="4"
class="svg games"
src="./ressources/img/games.svg"
alt="games-svg"
/>
</section>
<section data-scroll-section data-scroll-offset="100" class="page-4">
<img
class="resume"
src="./ressources/img/resume.jpg"
srcset="
./ressources/img/resume-small.jpg 960w,
./ressources/img/resume.jpg 1080w
"
alt="resume"
/>
<h1
data-scroll
data-scroll-class="scroll-opacity"
data-scroll-speed="-2"
class="contact"
>
Contact
</h1>
<p
data-scroll-class="scroll-opacity"
data-scroll-repeat="true"
data-scroll
data-scroll-speed="2"
class="text"
>
I’m currently
<span class="highlight">available for freelance work</span> as well
as <span class="highlight">looking for an internship</span>. Whether
you want to hire me, have a question or just want to say hi, you can
contact me at
<span
><a class="e-mail" href="mailto:[email protected]"
></span
>.
</p>
<button
data-scroll-class="scroll-opacity"
data-scroll-repeat="true"
data-scroll
>
Resume
</button>
<div class="social-links">
<a target="_blank" href="https://github.com/JulienMousset"
><img
class="github"
src="./ressources/img/github.svg"
alt="github-svg"
/></a>
<a target="_blank" href="https://bandcamp.com/zgari"
><img
class="bandcamp"
src="./ressources/img/bandcamp.svg"
alt="bandcamp-svg"
/></a>
<a
target="_blank"
href="https://www.linkedin.com/in/julien-mousset/"
><img
class="linkedin"
src="./ressources/img/linkedin.svg"
alt="linkedin-svg"
/></a>
<a href="mailto:[email protected]"
><img class="mail" src="./ressources/img/mail.svg" alt="mail-svg"
/></a>
</div>
<div class="handshake">
<img
data-scroll
data-scroll-class="scroll-opacity"
data-scroll-direction="horizontal"
data-scroll-speed="-4"
class="svg handshake"
src="./ressources/img/handshake.svg"
alt="handshake-svg"
/>
</div>
<div class="letter">
<img
data-scroll
data-scroll-class="scroll-opacity"
data-scroll-direction="horizontal"
data-scroll-speed="4"
class="svg letter"
src="./ressources/img/letter.svg"
alt="letter-svg"
/>
</div>
</section>
</main>
</div>
<script src="./js/locomotive-scroll.min.js"></script>
<script src="./js/app.js"></script>
</body>
</html>