-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (211 loc) · 7.86 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Kahlys</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<style>
.card {
height: 100%;
display: flex;
flex-direction: column;
}
.card-content {
height: 100%;
}
</style>
</head>
<body>
<nav class="navbar is-light pt-2 pb-2" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<div>
<h1 class="title">Kahlys</h1>
<p class="subtitle"><strong>Golang Developer</strong> <em>& cryptographer</em></p>
</div>
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu" id="navMenu">
<div class="navbar-end">
<a class="navbar-item" href="index.html">About</a>
<a class="navbar-item" href="reco.html">Recommendations</a>
<a class="navbar-item" href="resume.html" target="_blank"> Resume</a>
</div>
</div>
</div>
</nav>
<div id="app">
<section class="section">
<div class="container">
<div class="columns is-variable is-8">
<div class="column is-one-third">
<img src="static/img/gopher.png" alt="gopher" />
</div>
<div class="column">
<h1 class="title">Bio</h1>
<p class="is-size-5">
I am a Golang developer with algebra background. I have a Master in Mathematics, Computer Science and
Cryptology at Université de
Paris. Since my first professional experience, I have been in love with the Go langage, but I am also
interested in cryptology and
data science. In my spare time I like writing cinematic music.
</p>
<br />
<div class="buttons">
<a href="https://github.com/kahlys" target="_blank" class="button is-medium">
<span class="icon is-large">
<i style="color: #161b22" class="fa-brands fa-github fa-xl"></i>
</span>
<span>GitHub</span>
</a>
<a href="https://www.linkedin.com/in/youenn-laborde-152a0786/" target="_blank" class="button is-medium">
<span class="icon is-large">
<i style="color: #0a66c2" class="fa-brands fa-linkedin fa-xl"></i>
</span>
<span>LinkedIn</span>
</a>
<a href="https://soundcloud.com/kahlys" target="_blank" class="button is-medium">
<span class="icon is-large">
<i style="color: #f50" class="fa-brands fa-soundcloud fa-xl"></i>
</span>
<span>SoundCloud</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">Projects</h1>
<div class="columns">
<div v-for="p in projects.pro" class="column is-one-quarter">
<div class="card">
<div class="card-image">
<figure class="image"><img v-bind:src="p.image" alt="Placeholder image" /></figure>
</div>
<div class="card-content">
<div class="content">
<p><b>{{p.post}}</b></p>
<p>{{p.desc}}</p>
</div>
</div>
<nav class="breadcrumb is-centered pb-2" aria-label="breadcrumbs">
<ul>
<li v-for="l in p.links"><a v-bind:href="l.ref" target="_blank">{{l.name}}</a></li>
</ul>
</nav>
</div>
</div>
<div v-for="p in projects.perso" class="column is-one-quarter">
<div class="card">
<div class="card-image">
<figure class="image"><img v-bind:src="p.image" alt="Placeholder image" /></figure>
</div>
<div class="card-content">
<div class="content">
<b>{{p.title}}</b> · <em class="has-text-grey">{{p.post}}</em><br />
{{p.desc}}
</div>
</div>
<nav class="breadcrumb is-centered pb-2" aria-label="breadcrumbs">
<ul>
<li v-for="l in p.links"><a v-bind:href="l.ref" target="_blank">{{l.name}}</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">Music composer</h1>
<p><em>Some music I have composed...</em></p>
<div class="columns is-multiline mt-1">
<div v-for="m in music" class="column is-one-third">
<figure class="image is-16by9">
<iframe class="has-ratio" width="100%" height="auto" v-bind:src="m.src" allowfullscreen></iframe>
</figure>
</div>
</div>
</div>
</section>
</div>
<script>
document.addEventListener("DOMContentLoaded", () => {
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll(".navbar-burger"), 0);
if ($navbarBurgers.length > 0) {
$navbarBurgers.forEach((el) => {
el.addEventListener("click", () => {
const target = el.dataset.target;
const $target = document.getElementById(target);
el.classList.toggle("is-active");
$target.classList.toggle("is-active");
});
});
}
});
</script>
<script>
var app = new Vue({
el: "#app",
data: {
music: [
{ src: "https://youtube.com/embed/exSBmHzk7rU" },
{ src: "https://youtube.com/embed/V0cKVlCKARU" },
{ src: "https://youtube.com/embed/Gti7jIyjfRQ" },
],
projects: {
perso: [
{
title: "battools",
post: "personal",
desc: "A collection of personal tools and libraries",
image: "static/img/baywatch.webp",
links: [{ name: "Github", ref: "https://github.com/kahlys/baywatch" }],
},
{
title: "squizz",
post: "with a team",
desc: "online multiplayer quiz about general culture",
image: "static/img/squizz.webp",
links: [
{ name: "Website", ref: "https://squiz.gg/" },
{ name: "Github", ref: "https://github.com/sQuiz-2" },
],
},
],
pro: [
{
post: "Golang developer & Cryptographer",
desc: "secure end-to-end mobile communications on consumer devices",
image: "static/img/cryptosmart.webp",
links: [
{ name: "Website", ref: "https://www.ercom.com/" },
{ name: "Video", ref: "https://www.youtube.com/watch?v=3vLFcElgAqU" },
],
},
{
post: "Cryptographer internship",
desc: "secure file sharing and collaboraive work in the cloud",
image: "static/img/cryptobox.webp",
links: [
{ name: "Website", ref: "https://www.ercom.com/" },
{ name: "Video", ref: "https://www.youtube.com/watch?v=x_bZOwlZcyg" },
],
},
],
},
},
});
</script>
</body>
</html>