-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignature.html
More file actions
69 lines (69 loc) · 4.2 KB
/
Copy pathsignature.html
File metadata and controls
69 lines (69 loc) · 4.2 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css">
<title>Signature</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" style="font-family: Arial, sans-serif; font-size: 14px; color: #222;">
<tr>
<!-- Colonne gauche : Photo + liens réseaux -->
<td style="vertical-align: middle; padding-right: 20px; text-align: center;">
<img src="https://rolletquentin.github.io/blog/icons/pdp.jpg?h=0151c069c8d5ef2ea0a5" alt="Photo Quentin Rollet" width="80" height="80" style="border-radius: 50%; display: block; margin:auto; margin-bottom: 10px;">
<div style="margin-top: 10px;">
<a href="https://www.linkedin.com/in/rollet-quentin/" style="margin: 0 5px; text-decoration: none;">
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/linkedin.svg" alt="LinkedIn" width="20" style="vertical-align: middle; filter: grayscale(1);">
</a>
<a href="https://github.com/RolletQuentin" style="margin: 0 5px; text-decoration: none;">
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/github.svg" alt="GitHub" width="20" style="vertical-align: middle; filter: grayscale(1);">
</a>
<a href="https://blog.rolletquentin.com" style="margin: 0 5px; text-decoration: none;">
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/rss.svg" alt="Blog" width="20" style="vertical-align: middle; filter: grayscale(1);">
</a>
</div>
</td>
<!-- Colonne droite : Infos principales -->
<td style="vertical-align: middle; padding-left: 10px;">
<strong style="font-size: 16px;">Quentin Rollet</strong><br>
DevOps | Développeur Full-Stack
<div style="border-bottom: 1px solid #ddd; margin: 10px 0 10px 0; width: 200px;"></div>
<table cellpadding="0" cellspacing="0" style="font-size: 14px; color: #222;">
<tr>
<td style="padding-right: 8px; text-align: center;">
<img src="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/telephone.svg" alt="Téléphone" width="16" style="vertical-align: middle; filter: grayscale(1);">
</td>
<td>
+33 7 81 66 16 64
</td>
</tr>
<tr>
<td style="padding-right: 8px; text-align: center;">
<img src="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/envelope.svg" alt="Email" width="16" style="vertical-align: middle; filter: grayscale(1);">
</td>
<td>
<a href="mailto:quentin.rollet@proton.me" style="color: #1a73e8; text-decoration: none;">quentin.rollet@proton.me</a>
</td>
</tr>
<tr>
<td style="padding-right: 8px; text-align: center;">
<img src="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/globe.svg" alt="Site" width="16" style="vertical-align: middle; filter: grayscale(1);">
</td>
<td>
<a href="https://blog.rolletquentin.com" style="color: #1a73e8; text-decoration: none;">blog.rolletquentin.com</a>
</td>
</tr>
<tr>
<td style="padding-right: 8px; text-align: center;">
<img src="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/geo-alt.svg" alt="Localisation" width="16" style="vertical-align: middle;">
</td>
<td>
Pau, France
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>