-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
51 lines (33 loc) · 1.24 KB
/
blog.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
<html>
<div class="header">
<head>
<meta charset="utf-8">
<title>Franz Schmids's Profile</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
</head>
</div>
<div class="main-nav">
<ul class="nav">
<li class="name">Franz Xaver Schmid</li>
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Vita</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
<body>
<main class="flex">
</main>
</body>
<div class="footer">
<footer>
<ul>
<li><a href="https://twitter.com/franzxschmid" class="social twitter">Twitter</a></li>
<li><a href="https://linkedin.com/in/franzxschmid" class="social linkedin">LinkedIn</a></li>
<li><a href="https://github.com/franzxschmid" class="social github">Github</a></li>
<li><a href="https://kaggle.com/franzxschmid" class="social kaggle">Kaggle</a></li>
<li><a href="https://stackoverflow.com/users/10039062/f-schmid" class="social stackoverflow">Stackoverflow</a></li>
</ul>
</footer>
</div>
</html>