-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
96 lines (71 loc) · 3.02 KB
/
Copy pathabout.html
File metadata and controls
96 lines (71 loc) · 3.02 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Chalk | The high quality, completely customizable and 100% free blog template for Jekyll</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="The high quality, completely customizable and 100% free blog template for Jekyll">
<meta property="og:type" content="website">
<meta property="og:url" content="/about">
<meta property="og:description" content="">
<meta property="og:site_name" content="Chalk">
<meta property="og:image" content="/assets/og-image.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="/about">
<meta name="twitter:title" content="The high quality, completely customizable and 100% free blog template for Jekyll">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="/assets/og-image.jpg">
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png">
<link href="/feed.xml" type="application/rss+xml" rel="alternate" title="Chalk Last 10 blog posts" />
<link type="text/css" rel="stylesheet" href="/assets/light.css">
</head>
<body>
<main role="main">
<div class="grid grid-centered">
<div class="grid-cell">
<nav class="header-nav reveal">
<a href="/" class="header-logo" title="Chalk">Chalk</a>
<ul class="header-links">
<li>
<a href="/feed.xml" target="_blank" title="RSS">
<span class="icon icon-social-rss"></span>
</a>
</li>
</ul>
</nav>
<div class="about reveal">
<img src="/assets/about.jpg" alt="About Nielsen Ramon header image" />
<h1>About me</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
<footer class="footer reveal">
<p>
Chalk is a high quality, completely customizable, performant and 100% free
blog template for Jekyll built by
<a href="/about" title="About me">Nielsen Ramon</a>. Download it <a href="https://github.com/nielsenramon/chalk" target="_blank" title="Download Chalk">here</a>.
</p>
</footer>
</div>
</div>
</main>
<script type="text/javascript" src="/assets/vendor.js"></script>
<script type="text/javascript" src="/assets/application.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Cormorant Garamond:700', 'Lato:300,400,700']
}
});
</script>
</body>
</html>