forked from blupblup46/blupblup46.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (65 loc) · 3.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/pages/style.css">
</head>
<body>
<div>
<figure>
<img src="/images/burger_icon.png" alt="menu">
</figure>
</div>
<nav>
<ul>
<li id="Intro"><a href="/index.html">Intro</a></li>
<li id="Education"><a href="/pages/Education.html">Formation</a></li>
<li id="Experiences"><a href="/pages/Experiences.html">Expériences</a></li>
<li id="Skills"><a href="/pages/Skills.html">Compétences</a></li>
<li id="Projects"><a href="/pages/Projects.html">Projets</a></li>
</ul>
</nav>
<main activePage="Intro">
<h1>C'est mué !</h1>
<article>
<figure>
<img src="./images/photo.jpg.webp" alt="Ma photo" title="moi">
</figure>
<section>
<h2>Louan Robert</h2>
<p>Actuellement en troisème année de BUT informatique à l'IUT de Lannion après une <a href="/pages/Education.html">réorientation</a>, j'ai pour objectif de poursuivre mes études dans cette voie par un master ou une école d'ingénieur.</p>
<h2>Mes centres d'intérêt</h2>
<p>Depuis mes années de lycée, j'ai développé un goût pour les sciences et l'éducation. Réunir les deux était alors une évidence lors de mon choix d'orientation. Après une expérience décevante lors d'un stage, j'ai pris la décision de me consacrer à un autre de mes hobies, l'informatique.<br>
Une autre de mes passions est le bricolage. Donner une seconde vie aux objets est gratifiant et permet de les éloigner des poubelles un peu plus longtemps.</p>
</section>
</article>
<article>
<a href="https://www.linkedin.com/in/louan-robert-860333151/">
<figure>
<img src="./images/Linkedin-Logo-2048x1280.png" alt="LinkedIn" title="LinkedIn">
</figure>
</a>
<a href="mailto:[email protected]">
<figure>
<img src="./images/mail.png" alt="Mail" title="mail">
</figure>
</a>
<a href="/ressources/LOUAN_ROBERT_CV.pdf">
<figure>
<img src="./images/iconeCV.webp" alt="CV" title="cv">
</figure>
</a>
<a href="https://github.com/blupblup46">
<figure>
<img src="./images/GitHub-Mark.webp" alt="GitHub" title="GitHub">
</figure>
</a>
</article>
</main>
</body>
<script type="module" src="/scripts/transpiledScripts/script.js"></script>
</html>