-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwilfred0853.github.io
More file actions
97 lines (92 loc) · 2.17 KB
/
wilfred0853.github.io
File metadata and controls
97 lines (92 loc) · 2.17 KB
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>Mon CV - Tchana Kenfack Wilfrid Cabrel</title>
<link rel="stylesheet" href="style.css" />
<style>
body {
font-family: Arial, sans-serif;
max-width: 700px;
margin: 20px auto;
padding: 0 15px;
color: #333;
;
align-items: center;
gap: 20px;
border-bottom: 2px solid #333;
padding-bottom: 15px;
margin-bottom: 25px;
}
header img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
border: 2px solid #333;
}
header h1 {
margin: 0;
font-size: 1.8em;
}
header p {
margin: 5px 0 0;
font-style: italic;
color: #666;
}
section {
margin-bottom: 25px;
}
h2 {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
color: #222;
}
ul {
list-style-type: square;
padding-left: 20px;
}
.contact p {
margin: 5px 0;
}
</style>
</head>
<body>
<header>
<img src="IMG20250405142241" alt="Photo de Tchana Kenfack Wilfrid Cabrel" />
<div>
<h1>TCHANA KENFACK WILFRID CABREL</h1>
<p>Développeur Web | Étudiant | Créatif</p>
</div>
</header>
<section>
<h2>À propos de moi</h2>
<p>Je suis passionné par le développement web et la création d'expériences numériques modernes.</p>
</section>
<section>
<h2>Formation</h2>
<h3>Baccalauréat D - Session 2024</h3>
<p>Étudiant en informatique niveau 1 ayant réussi le premier semestre, démontrant des qualités en la matière.</p>
</section>
<section>
<h2>Compétences techniques</h2>
<ul>
<li>HTML / CSS</li>
<li>JavaScript</li>
<li>Git & GitHub</li>
</ul>
</section>
<section>
<h2>Projets</h2>
<ul>
<li><strong>Mon site de recettes :</strong> HTML/CSS</li>
<li><strong>Application météo :</strong> JavaScript + API</li>
</ul>
</section>
<section class="contact">
<h2>Contact</h2>
<p>Téléphone : +237 691 151 554</p>
<p>Email : <a href="mailto:cabreltchana5@gmail.com">cabreltchana5@gmail.com</a></p>
</section>
</body>
</html>