-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (63 loc) · 3.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<section id="hero">
<div class="container">
<div class="px-4 py-5 my-5 text-center">
<img class="profile-img d-block mx-auto mb-4" src="./images/152.jpg" alt="cessna 152" height="220" width="300">
<h1 class="display-5 fw-bold text-body-emphasis">Yassine NECIB</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4" style="color: white" style="font-size: 180px"> <i>Flying for fun...</i></p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
</div>
</section>
<section id="presentation" class=" gradient-background">
<div class="container ">
<div class="px-4 text-center">
<h2 class="my-5">Hello</h2>
<img class=" profile-img d-block mx-auto mb-4" src="./images/yn-pilote.jpg" alt="a pilote photo" height="300">
<h3 class="my-5">Welcome 😊<br> I am an embedded software developer and I love flying!</h3>
<hr class="gradient-background">
<h2>My Skills</h2>
<ul class="no-bullet">
<li>Language C ⭐️⭐️⭐️⭐️</li>
<li>Microcontroller ⭐️⭐️⭐️⭐️</li>
<li>Measure equipment ⭐️⭐️⭐️⭐️</li>
<li>Writing technical documentation ⭐️⭐️⭐️⭐️</li>
<li>Embedded Linux ⭐️⭐️⭐️</li>
<li>Training people ⭐️⭐️⭐️⭐️⭐️</li>
</ul>
</div>
</div>
</section>
<section id="contact" class="gradient-background ">
<div class="container text-center">
<footer class=" py-5 mt-5 border-top">
<div class="row">
<div class="col-xxl-4">
</div>
<div class="col-xxl-2 col-sm-12">
<p>© Yassine NECIB</p>
</div>
<div class="col-xxl-2 col-sm-12">
</div>
<div class="col-xxl-4" >
<a href="https://www.linkedin.com/in/yassine-necib-abb78457"><svg xmlns="http://www.w3.org/2000/svg" height="30" viewBox="0 0 24 24"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg></a>
</div>
</div>
</footer>
</div>
</section>
</body>
</html>