-
Notifications
You must be signed in to change notification settings - Fork 1
/
card.html
52 lines (52 loc) · 2.72 KB
/
card.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
<!DOCTYPE html>
<html>
<head>
<style>
a:hover {
opacity: 0.7;
}
</style>
</head>
<body>
<div style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); max-width: 300px; max-height: 100px; text-align: center; font-family: arial">
<div style="float: left; width: 30%">
<img
style="float: left; margin: 0px 0px 0px 0"
width="100"
height="100"
src="https://raw.githubusercontent.com/RealVincentBerthet/me/master/img/bg/card.jpg"
/>
</div>
<div style="float: right; width: 70%">
<div style="font-size: 20px; padding-top: 12px; font-weight: bold">Vincent Berthet</div>
<div style="padding-top: 5px; padding-bottom: 8px">
<a style="text-decoration: none; color: grey; font-size: 14px" href="tel:+33658659033">06 58 65 90 33</a>
</div>
<div>
<a href="https://realvincentberthet.github.io/me/"
><img
style="text-decoration: none; font-size: 22px; color: black; width: 20px; height: 20px"
src="https://raw.githubusercontent.com/RealVincentBerthet/me/master/img/card/ico_vb.png"
/></a>
<a href="https://github.com/RealVincentBerthet"
><img
style="text-decoration: none; font-size: 22px; color: black; width: 20px; height: 20px"
src="https://raw.githubusercontent.com/RealVincentBerthet/me/master/img/card/ico_github.png"
/></a>
<a href="mailto:[email protected]"
><img
style="text-decoration: none; font-size: 22px; color: black; width: 20px; height: 20px"
src="https://raw.githubusercontent.com/RealVincentBerthet/me/master/img/card/ico_mail.png"
/></a>
<a href="https://uk.linkedin.com/in/vincent-berthet"
><img
style="text-decoration: none; font-size: 22px; color: black; width: 20px; height: 20px"
src="https://raw.githubusercontent.com/RealVincentBerthet/me/master/img/card/ico_linkedin.png"
/></a>
</div>
</div>
<span style="border: none; outline: 0; display: block; padding-bottom: 2px; color: white; background-color: #1bab58; width: 100%"></span>
<span style="display: inline-block; padding-left: 1px"></span>
</div>
</body>
</html>