-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (51 loc) · 2.39 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Ali MIJIYAWA</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<!-- Header -->
<header class="jumbotron text-center bg-primary text-white">
<img class="rounded-circle img-thumbnail" src="profileAli.png" alt="Profil d'Ali MIJIYAWA"/>
<h1 class="display-4">Ali MIJIYAWA</h1>
<p class="lead">Développeur en Science des données</p>
<div>
<p><a href="mailto:[email protected]?subject=contact%20pour%20un%20service%20de%20tutorat">[email protected]</a></p>
<p><a href="tel:+15142619750">514 261 9750</a></p>
</div>
<p><a class="btn btn-primary btn-lg" href="mailto:[email protected]?subject=contact%20pour%20un%20service%20de%20tutorat" role="button">Me contacter</a></p>
</header>
<!-- Main Content -->
<main class="container">
<!-- Section 1 -->
<section class="text-center my-5">
<hr class="my-4">
<p>Je développe <strong>vos applications AI</strong> ou <strong>votre site web</strong> de A à Z</p>
</section>
<!-- Section 2 -->
<section class="row text-center my-5">
<h2 class="col-12">En savoir plus</h2>
<figure class="col-sm-6">
<img class="img-fluid" src="profileAli.png" alt="Ali MIJIYAWA">
</figure>
<div class="col-sm-6">
<p>Passionné par la programmation depuis mon entrée à l'université au département de mathématiques, je suis maintenant programmeur professionnel.</p>
<a class="btn btn-primary" href="https://www.linkedin.com/in/ali-mijiyawa-946609162">En savoir plus sur mon profil</a>
</div>
</section>
<!-- Section 3 -->
<section class="my-5">
<h2 class="text-center">Portfolio</h2>
<!-- ... portfolio content ... -->
</section>
<!-- Section 4 -->
<section class="text-center my-5">
<p>Je suis un développeur web freelance compétent et expérimenté.</p>
</section>
</main>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js"></script>
</body>
</html>