-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
201 lines (126 loc) · 4.98 KB
/
404.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>404 - Styliani-Christina Fragkouli</title>
<meta name="description" content="A Physicist playing with ML & Bioinformatics">
<meta name="author" content="Styliani-Christina Fragkouli">
<!-- CSS -->
<!-- Bootstrap is included in main.css -->
<link rel="stylesheet" href="/assets/theme/css/main.css">
<link rel="stylesheet" href="/assets/theme/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/theme/css/pygments.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap" rel="stylesheet">
<!-- Feeds -->
<link rel="alternate" type="application/rss+xml" title="Styliani-Christina Fragkouli - RSS feed" href="https://sfragkoul.github.io/feed.xml" >
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-65YGDLCWWV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-65YGDLCWWV');
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light" id="main-nav">
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="/">
<img src="/assets/img/groupLogo/telescope.png" class="mr-2">
Styliani-Christina Fragkouli
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-menu">
Menu <i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="navbar-nav ml-auto">
<li class="navbar-item">
<a class="nav-link" href="/" >Home</a>
</li>
<li class="navbar-item">
<a class="nav-link" href="/CV/" >CV</a>
</li>
<li class="navbar-item">
<a class="nav-link" href="/publications/" >Publications</a>
</li>
<li class="navbar-item">
<a class="nav-link" href="/about/" >About</a>
</li>
<li class="navbar-item">
<a class="nav-link" href="/Photography/" >Photography</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<header class="jumbotron bg-no-image">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8 mx-auto">
<h1>404</h1>
<div class="lead"><p>Page not found</p>
</div>
<div class="categories">
</div>
</div>
</div>
</div>
</header>
<div class="container content">
<div class="row">
<div class="col-md-10 col-lg-8 mx-auto">
<p>The requested page could not be found.</p>
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-lg">
<ul class="list-inline">
<li class="list-inline-item">
<a href="mailto:[email protected]">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope-o fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/sfragkoul">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
<div class="col-lg">
<p>This is my personal website. <br /> <a href="https://github.com/sfragkoul">My GitHub</a></p>
</div>
</div>
<div class="small mt-2">
<p>© Styliani-Christina Fragkouli</p>
<p>Content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a>. | Theme: <a href="https://github.com/peterdesmet/petridish">Petridish</a></p>
</div>
</div>
</footer>
<script src="/assets/theme/js/jquery.min.js"></script>
<script src="/assets/theme/js/popper.min.js"></script>
<script src="/assets/theme/js/bootstrap.min.js"></script>
<script src="/assets/theme/js/anchor.min.js"></script>
<script>
// Show anchors when hovering over headings, using anchor.js
(function () {
const headings = ".content h2[id], .content h3[id], .content h4[id], .content h5[id], .content h6[id]";
anchors.options = { placement: "right" };
anchors.add(headings);
})();
</script>
</body>
</html>