-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
47 lines (39 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Nick Siakas</title>
<link rel="stylesheet" href="assets/css/blog.css" />
<link rel="stylesheet" href="assets/css/all.css" />
</head>
<body>
<div class="blog-header">
<a href="blog.html">
<h2>Nick Siakas</h2>
</a>
<a href="https://github.com/NikosSiak" title="GitHub"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/nick-siakas-184081194/" title="LinkedIn"><i
class="fab fa-linkedin-in"></i></a>
<a href="mailto:[email protected]" title="Email me"><i class="far fa-envelope"></i></a>
<!-- <a href="cv.html" title="CV"><i class="far fa-file-alt"></i></a> -->
</div>
<div class="card-list">
<div class="card" onclick="location.href='blog/gsoc2020.html';" style="cursor:pointer;">
<img src="assets/images/GSoC-icon.svg" style="width:20%">
<div class="title">
Save state manager for RetroPlayer - GSoC 2020
</div>
<div class="text">
My summary for Google Summer of Code 2020 working on Kodi's RetroPlayer
</div>
<div class="date">20/8/2020</div>
</div>
<hr class="rounded">
</div>
<!-- a bug on chrome is firing the scale of the links on load,
an empty script tag in the footer solves the problem -->
<footer>
<script> </script>
</footer>
</body>
</html>