-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (55 loc) · 2 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.71.1" />
<title>Statistics, Econometrics and Machine Learning</title>
<meta property="og:title" content="Statistics, Econometrics and Machine Learning">
<meta property="og:type" content="website">
<link href='/favicon.ico' rel='icon' type='image/x-icon'/>
<meta property="description" content="A website for Statistics, Econometrics and Machine Learning">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Statistics, Econometrics and Machine Learning" />
<link rel="stylesheet" href="/css/fonts.css" media="all">
<link rel="stylesheet" href="/css/main.css" media="all">
</head>
<body>
<div class="wrapper">
<header class="header">
<nav class="nav">
<a href="/" class="nav-logo">
<img src="/images/logo.png"
width="50"
height="50"
alt="Logo">
</a>
<ul class="nav-links">
<li><a href="/about/">About</a></li>
<li><a href="https://github.com/MartinSpindler/">GitHub</a></li>
</ul>
</nav>
</header>
<main class="content" role="main">
<div class="archive">
<h2 class="archive-title">2020</h2>
<article class="archive-item">
<a href="/2020/08/01/my-first-post/" class="archive-item-link">Useful Links</a>
<span class="archive-item-date">
2020-08-01
</span>
</article>
</div>
</main>
<footer class="footer">
<ul class="footer-links">
<li>
<a href="/index.xml" type="application/rss+xml" target="_blank">RSS feed</a>
</li>
<li>
<a href="https://gohugo.io/" class="footer-links-kudos">Made with <img src="/images/hugo-logo.png" alt="Img link to Hugo website" width="22" height="22"></a>
</li>
</ul>
</footer>
</div>
</body>
</html>