generated from robin-hartmann/template-vscode
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
127 lines (122 loc) · 3.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#dd4515" />
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#dd4515" />
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta
name="description"
content="This is the homepage of Robin Hartmann, Software Architect"
/>
<title>Robin Hartmann | Software Architect</title>
<link rel="icon" type="image/png" href="icons/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="icons/favicon-16x16.png"
/>
<link rel="stylesheet" href="css/reset.min.css" />
<link rel="stylesheet" href="css/gf-reem-kufi.min.css" />
<link rel="stylesheet" href="css/gf-roboto-mono.min.css" />
<link rel="stylesheet" href="css/fa-core.min.css" />
<link rel="stylesheet" href="css/fa-brands.min.css" />
<link rel="stylesheet" href="css/fa-solid.min.css" />
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<div class="main">
<h1 class="intro">
<span>Heya, </span>
<span>I'm Robin!</span>
</h1>
<div class="tagline">
<h2 class="designation">Software Architect</h2>
<h2 class="skills">[ Hybrid Apps / Web / .NET / more ]</h2>
</div>
<div class="icons-social">
<a
title="GitHub"
href="http://github.divert.robin-hartmann.com/"
target="_blank"
rel="noopener"
>
<i class="fab fa-github"></i>
</a>
<a
title="Stack Overflow"
href="http://stackoverflow.divert.robin-hartmann.com/"
target="_blank"
rel="noopener"
>
<i class="fab fa-stack-overflow"></i>
</a>
<a
title="LinkedIn"
href="http://linkedin.divert.robin-hartmann.com/"
target="_blank"
rel="noopener"
>
<i class="fab fa-linkedin"></i>
</a>
<a
title="XING"
href="http://xing.divert.robin-hartmann.com/"
target="_blank"
rel="noopener"
>
<i class="fab fa-xing"></i>
</a>
</div>
<div class="stats-github">
<a
title="GitHub"
href="http://github.divert.robin-hartmann.com/"
target="_blank"
rel="noopener"
>
<img
src="https://raw.githubusercontent.com/robin-hartmann/github-stats/master/generated/light/overview.svg"
width="320"
height="210"
alt="GitHub Statistics for Robin Hartmann"
/>
</a>
<a
title="GitHub"
href="http://github.divert.robin-hartmann.com/"
target="_blank"
rel="noopener"
>
<img
src="https://raw.githubusercontent.com/robin-hartmann/github-stats/master/generated/light/languages.svg"
width="320"
height="210"
alt="Languages used by Robin Hartmann"
/>
</a>
</div>
</div>
</body>
</html>