blob: c4a2815758de58f9fd4d50fb9f63c19fe7ac513e (
plain)
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
|
<contact>
<div>
<a href="https://www.linkedin.com/in/jantuomi/" alt="Linkedin">
<span class="icon"><i class="fa fa-linkedin fa-lg" aria-hidden="true" /></span>
<span class="url">linkedin.com/in/jantuomi</span>
</a>
</div>
<div>
<a href="https://t.me/jantuomi" alt="Telegram">
<span class="icon"><i class="fa fa-telegram fa-lg" aria-hidden="true" /></span>
<span class="url">t.me/jantuomi</span>
</a>
</div>
<div>
<a href="mailto:jans.tuomi@gmail.com" alt="Email">
<span class="icon"><i class="fa fa-envelope fa-lg" aria-hidden="true" /></span>
<span class="url">jans.tuomi@gmail.com</span>
</a>
</div>
<style>
a {
text-decoration: none;
white-space: nowrap;
}
div {
margin: 0.5rem;
}
span.icon {
text-align: center;
}
span.icon i {
width: 2rem;
}
span.url {
margin-left: 2rem;
}
@media screen and (max-width: 600px) {
span.url {
display: none;
}
span.icon i {
font-size: 2rem;
margin: 0.5rem;
}
}
</style>
</contact>
|