-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (77 loc) · 3.07 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Créer, explorer, partager, developper des applications et partager ma passion">
<meta name="og:url" content="https://fofomalo.github.io">
<meta name="og:title" content="Florent Malo tech lover ">
<meta name="og:type" content="website">
<meta name="og:description" content="Mon portfolio">
<meta name="og:image" content="https://fofomalo.github.io/icon.png">
<link rel="icon" type="image/png" href="/src/Img/github_foto.jpg" class="img-fluid rounded">
<link rel="stylesheet" href="./src/Css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://kit.fontawesome.com/d25f90b307.js" crossorigin="anonymous"></script>
<title>Portfolio | Malo Florent</title>
</head>
<body>
<header>
<div class="menubtn">
<span class="menubtn_burger"></span>
</div>
<nav class="nav">
<ul class="menu-nav">
<li class="menu-nav_item active">
<a href="index.html" class="menu-nav_link">
Accueil
</a>
</li>
<li class="menu-nav_item">
<a href="./src/view/a_propos.html" class="menu-nav_link">
Qui je suis?
</a>
</li>
<li class="menu-nav_item">
<a href="./src/view/projets.html" class="menu-nav_link">
Mes projets
</a>
</li>
<li class="menu-nav_item">
<a href="./src/view/contact.html" class="menu-nav_link">
Mon contact
</a>
</li>
</ul>
</nav>
</header>
<main>
<section class="home">
<h2>Bienvenue ! je m'appelle</h2>
<h1 class="home_name">
Florent <span class="home_name--last">Malo</span>
</h1>
<h2>
<span class="home_title">Linux Fan and Tech lover, Ethical h4ck</span>
</h2>
<div class="social_icon">
<a href="https://twitter.com/malo_florent">
<i class="fab fa-twitter fa-2x"></i>
</a>
<a href="https://linkedin.com/in/maloflorent">
<i class="fab fa-linkedin fa-2x"></i>
</a>
<a href="https://github.com/FofoMalo">
<i class="fab fa-github fa-2x"></i>
</a>
<a href="https://fofomalo.github.io">
<i class="fab fa-dev fa-2x"></i>
</a>
</div>
<footer>© Copyright Florent Malo 2021 @ 2024</footer>
</section>
</main>
<script src="https://kit.fontawesome.com/d25f90b307.js" crossorigin="anonymous"></script>
<script src="/src/js/main.js"></script>
</body>