-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (59 loc) · 2.33 KB
/
Copy pathindex.html
File metadata and controls
73 lines (59 loc) · 2.33 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Zelory</title>
<meta name="description" content="Zelory blog.">
<meta name="author" content="Zelory">
<link href="https://zelory.github.io/" rel="canonical">
<link rel="icon" type="image/png" href="/assets/logo-2cb666e30199748bc70009c49ee4830c.png">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="alternate" type="application/rss+xml" title="Zelory" href="https://zelory.github.io/feed.xml">
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fluidbox/1.3.1/jquery.fluidbox.css">
<link rel="stylesheet" href="/assets/application-9884be0a4e0e433a81e4b80dc1d36b65.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/fluidbox/1.3.1/jquery.fluidbox.min.js"></script>
</head>
<body>
<header class="site-header" role="banner">
<div class="container">
<a href="/" class="logo"><img src="/assets/logo-2cb666e30199748bc70009c49ee4830c.png" alt="Zelory" class="site-logo"></a>
<nav role="navigiation">
<ul class="site-nav">
<li><a href="/blog/">Blog</a>
<li><a href="/zetra/">Zetra</a>
<li><a href="/rya/">Rya</a>
</ul>
</nav>
</div>
</header>
<div class="site-content">
<div class="container">
<div class="about-blurb">
<h1>Halo, Selamat datang!</h1>
<p>Sekedar catatan perjalanan hidup dua manusia 🏄</p>
<p class="about-blurb__icons">
<a rel="nofollow" href="http://github.com/Zelory/"><i class="icon-github"></i></a>
<a rel="nofollow" href="mailto:zetra@mail.ugm.ac.id"><i class="icon-mail"></i></a>
</p>
</div>
<hr>
<ul class="posts">
<li><a href="/blog/hello-world/">Hello World!</a><span class="posts__date">02 Jan 2017</span></li>
</ul>
</div>
</div>
<footer class="site-footer">
<div class="container">
© Zelory 2017
</div>
</footer>
<script>
$(function() {
$('a[data-fluidbox]').fluidbox();
});
</script>
</body>
</html>