-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·30 lines (30 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="Description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="jss.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet" type="text/css">
<link rel="canonical" href="https://bujuhu.at" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<title>Juri Schreib</title>
</head>
<body>
<div class="jss-slide">
<div class="jss-u-center">
<div>
<h1 class="jss-title">Juri Schreib</h1>
<div class="jss-u-flex">
<a class="jss-href jss-text jss-subtitle" href="https://github.com/Bujuhu">GitHub</a>
<a class="jss-href jss-text jss-subtitle" href="mailto:[email protected]">E-Mail</a>
<a class="jss-href jss-text jss-subtitle" href="https://www.linkedin.com/in/juri-schreib-009793139/">LinkedIn</a>
</div>
<div class="jss-u-flex">
</div>
</div>
</div>
</div>
</body>
</html>