-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (83 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Evita Stenqvist</title>
<meta name="description" content="Evie's vCard" />
<meta name="author" content="Evita Stenqvist" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1"
/>
<link rel="stylesheet" href="styles.css" />
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap"
rel="stylesheet"
type="text/css"
/>
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👩💻</text></svg>"
/>
<!-- Icons downloaded from https://www.iconfinder.com/iconsets/social-media-and-logos-12 -->
</head>
<body>
<div class="panel left">
<div class="container">
<img alt="GIF of my dog and I" src="me_and_bb.gif" />
<h1 id="title">Evita Stenqvist</h1>
<h2>More than a one trick pony</h2>
</div>
</div>
<div class="panel">
<div class="container">
<div class="card">
<ul>
<li>
<svg class="icon">
<use xlink:href="icons.svg#Gmail"></use>
</svg>
<a href="mailto:[email protected]"> > [email protected]</a>
</li>
<li>
<svg class="icon">
<use xlink:href="icons.svg#Github"></use>
</svg>
<a href="http://github.com/webel"> > github.com/webel</a>
</li>
<li>
<svg class="icon">
<use xlink:href="icons.svg#LinkedIn"></use>
</svg>
<a href="http://linkedin.com/in/stenqvist">
> linkedin.com/in/stenqvist</a
>
</li>
<li>
<svg class="icon">
<use xlink:href="icons.svg#Telegram"></use>
</svg>
<a href="http://t.me/CookieSlayer"> > t.me/CookieSlayer</a>
</li>
<li>
<svg class="icon">
<use xlink:href="icons.svg#Twitter"></use>
</svg>
<a href="http://twitter.com/evita_stenqvist">
> twitter.com/evita_stenqvist</a
>
</li>
</ul>
<a id="vCard" download href="./evies_vcard.vcf"> Click me to download vCard </a>
</div>
</div>
</div>
<!-- <script src="js/scripts.js"></script> ->
</body>
</html>