-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (54 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.68.3" />
<title>i am nutmanja</title>
<meta name="description" content="This is a sweet little story of my self.">
<link rel="stylesheet" href="/css/ui.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono|Lato|Raleway">
</head>
<body>
<header class="container no-print">
<div class="u-header">
<nav class="bar">
<ul><li><a href="/about">About</a></li><li><a href="/blog/">Post</a></li></ul>
</nav>
</div>
</header>
<main class="container">
<article>
<header>
<hgroup id="brand">
<h1>i am nutmanja</h1>
<h5>This is box and then send to EMS.</h5>
</hgroup>
<hr class="sep" />
</header>
<section>
<h4>Latest Posts</h4>
<ul class="no-bullet">
<li>
<span><time datetime="2021-01-23 00:00:00 +0000 UTC">Jan 23, 2021</time></span>
<a href="/blog/introduce/">Introduce</a>
</li>
</ul>
</section>
</article>
<hr class="sep" />
</main>
<footer class="container no-print">
<div class="u-footer">
<a href="mailto:[email protected]"><img class="icon-social" src="/img/email.svg" alt="Email Me!"/></a>
<a href="https://github.com/metroruby/"><img class="icon-social" src="/img/github.svg" alt="Github"/></a>
<a href="https://twitter.com/nutmanza/"><img class="icon-social" src="/img/twitter.svg" alt="Twitter"/></a>
<a href="https://metroruby.github.io/index.xml" target="_blank"><img class="icon-social" src="/img/feed.svg" alt="Feed"></a>
<p>
© 2021 nutmanja
| <a href="/about/license">License</a>
</p>
</div>
</footer>
</body>
</html>