-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
131 lines (131 loc) · 3.86 KB
/
index.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.8.0">
<meta charset="UTF-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
<title>Signature Card</title>
<style>
body {
font-family: Helvetica, sans-serif;
}
.card {
display: flex;
border: 3px solid #CACCEB;
border-radius: 8px;
width: 500px;
padding: 10px;
}
.icon {
width: 150px;
height: 280px;
margin-right: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.icon img {
max-width: 80%;
max-height: auto;
}
.details {
flex-grow: 1;
}
.title {
font-size: 30px;
font-weight: bold;
margin-bottom: 10px;
}
.subtitle {
font-size: 20px;
color: #666;
margin-bottom: 8px;
}
.importantsubtitle {
font-size: 20px;
color: #666666;
margin-bottom: 8px;
text-decoration: none;
}
.importantsubtitle a {
font-weight: bold;
font-size: 23px;
color: #9AA2D8;
margin-bottom: 8px;
text-decoration: none;
}
.info {
margin: 10px 0;
}
.info img{
width: 15px;
height: 15px;
}
.info a {
text-decoration: none;
color: #0066cc;
font-size: 10px;
}
.social-icons a {
margin-right: 10px;
}
.social-icons img {
width: 24px;
height: 24px;
padding: 5px;
}
.divider {
border-left: 1px solid #214598;
padding-left: 40px;
}
</style>
</head>
<body>
<div class="card">
<div class="icon"><img src=
"https://raw.githubusercontent.com/eduardotlc/gmail_signature/e633de430c8eae0a5d1896fde30aa591d5678566/iq_2.svg"></div>
<div class="details divider">
<div class="title">
Eduardo Campos
</div>
<div class="subtitle">
Masters Degree Student
</div>
<div class="importantsubtitle">
Biomolecular Damage <a href=
"https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiPgM2zr5WCAxXTDtQKHfiTDlwQFnoECB0QAQ&url=http%3A%2F%2Fwww.iq.usp.br%2Fportaliqusp%2F%3Fq%3Dpt-br%2Fusers%2Fpaolo-di-mascio&usg=AOvVaw3UZ1Mvg_Z03LoMys0FP5uz&opi=89978449">
Lab</a>
</div>
<div class="info">
<a href="mailto:[email protected]">
<img src="mail.svg">
· [email protected]
</a>
</div>
<div class="info">
<a href="tel:+5511951612132">
<img src="phone-square.svg">
· +55 (11) 951612132
</a>
</div>
<div class="info">
<a href= "https://maps.google.com/?q=-23.5653353,%20-46.7258011">
<img src="map-marker-green.svg">
· IQ-USP · Sala 1223
</a>
</div>
<div class="social-icons">
<a href=
"http://buscatextual.cnpq.br/buscatextual/visualizacv.do"><img src="https://raw.githubusercontent.com/eduardotlc/gmail_signature/e633de430c8eae0a5d1896fde30aa591d5678566/lattesg.svg"></a>
<a href="https://github.com/eduardotlc"><img src=
"https://raw.githubusercontent.com/eduardotlc/gmail_signature/e633de430c8eae0a5d1896fde30aa591d5678566/githubg.svg"></a>
<a href=
"https://www.researchgate.net/profile/Eduardo-Campos-23"><img src="https://raw.githubusercontent.com/eduardotlc/gmail_signature/e633de430c8eae0a5d1896fde30aa591d5678566/researchgateg.svg"></a>
<a href="https://redoxoma.iq.usp.br/"><img src="https://raw.githubusercontent.com/eduardotlc/gmail_signature/e633de430c8eae0a5d1896fde30aa591d5678566/redoxomag2.svg"></a>
</div>
</div>
</div>
</body>
</html>