-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (37 loc) · 1.17 KB
/
index.html
File metadata and controls
46 lines (37 loc) · 1.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
---
layout: default
---
<!-- Lien vers les certifications -->
<div style="text-align: center; margin-bottom: 20px;">
<a href="https://chac93.github.io/cv/div/comp.html" class="hover-effect">
<i class="fas fa-graduation-cap" style="margin-right: 5px;"></i>
Mes Certifications
</a>
| <!-- Séparateur -->
<!-- Lien vers imprimer mon CV -->
<a href="https://www.canva.com/design/DAGYnls7shM/SfogxW2hEzgT9Winq5I8UA/view?utm_content=DAGYnls7shM&utm_campaign=designshare&utm_medium=link&utm_source=editor" style="text-decoration: none; color: inherit;">
<i class="fas fa-print" style="margin-right: 5px;"></i>
Imprimer mon CV
</a>
</div>
<style>
.hover-effect {
text-decoration: none;
color: inherit;
transition: color 0.3s ease;
}
.hover-effect:hover {
color: #4B6A78; /* La couleur de survol */
}
</style>
<br>
{% include career-profile.html %}
{% unless site.data.data.sidebar.education %}
{% include education.html %}
{% endunless %}
{% include publications.html %}
{% include experiences.html %}
{% include certifications.html %}
{% include projects.html %}
{% include oss-contributions.html %}
{% include skills.html %}