-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
112 lines (89 loc) · 3.6 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Personnal Portfolio</title>
<link rel="stylesheet" type="text/css" href="static/about.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<nav class="navbar">
<a href="#" class="logo">Portfolio.</a>
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="skill.html">Skills</a></li>
<li><a href="portofolio.html">Portfolio</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="contact.html" id="contact-link">Contact</a></li>
</ul>
</nav>
<div class="propos">
<h1>About me</h1>
</div>
<main class="aboutcontainer">
<div class="mystory">
<h3>Passionate about data exploration in bioinformatics and programming, I am a bioinformatician and junior developer with growing expertise in bioinformatics and development. Proficient in various necessary tools, I excel in bioinformatics data analysis, web application design, and predictive modeling to extract valuable insights.</h3>
<p>Now I work in a development of bioinformatics tools for metagenomics in the order to the optimise the data analysis and resistance microbien</p>
</div>
<div class="home-img">
<div class="img-box">
<div class="img-item">
<img src="site/me.JPG" alt="Description de l'image">
</div>
</div>
</div>
</main>
<div class="education">
<div><h1>Education</h1></div>
<div class="container">
<!-- Baccalauréat -->
<div>
<div>
<h2 class="annees">2019</h2>
<h3 class="lycee">Scientific High School Diploma</h3>
<div class="div-ligne-pointillee"></div>
</div>
<div>
<h2>Seydina Lymamou Laye High School</h2>
<p class="adresschool">Guediawaye, Dakar</p>
<p class="monparcours">
Strong foundation in mathematics, physics & chemistry, and life and earth sciences. Proven ability to analyze, solve complex problems, and think logically. Rigorous preparation for higher education in science.
</p>
</div>
</div>
<!-- Licence fac -->
<div>
<div>
<h2 class="annees">2019-202022</h2>
<h3>Bachelor's degree in Biology, Chemistry, and Geoscience</h3>
<div class="div-ligne-pointillee"></div>
</div>
<div>
<h2>Cheikh Anta Diop university</h2>
<p class="adresschool">Dakar, Senegal</p>
<p class="monparcours">
An interdisciplinary program covering fundamental concepts in biology, chemistry and earth sciences, with a focus on understanding natural processes and their application in scientific research.
</p>
</div>
</div>
<!-- Licence Polytechnique -->
<div>
<div>
<h2 class="annees">2024-Présent</h2>
<h3>Bachelor's degree in Data Engineering and Omics Technology</h3>
<div class="div-ligne-pointillee"></div>
</div>
<div>
<h2>Ecole Supérieur Polytechnique</h2>
<p class="adresschool">Dakar, Senegal</p>
<p class="monparcours">
Comprehensive undergraduate program combining biology, computer sience, and data analysis to address complex biological problems through computational approaches.
</p>
</div>
</div>
</div>
</div>
</body>
</html>