-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (48 loc) · 1.7 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
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Codify - Home</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
<link rel="stylesheet" href="assets/stylesheet.css">
<link rel="stylesheet" href="assets/highlight.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="Nanoc 4.11.9">
</head>
<body>
<div id="layout">
<div class="header">
<h1>
<a href="./">Codify</a>
</h1>
</div>
<div class="content">
<nav class="pure-g">
<div class="pure-u-2-3 links">
<a href="index.html">Home</a> ·
<a href="tags.html">Tags</a> ·
<a href="years.html">Years</a> ·
<a href="about.html">About</a>
</div>
<div class="pure-u-1-3">
<div class="contact">
<span>
<a href="https://github.com/kombuchy" target="_blank">
<img src="assets/icons/github.svg" alt="Github icon">
</a>
</span>
<span>
<a href="https://www.linkedin.com/in/kombuchy/" target="_blank">
<img src="assets/icons/linkedin.svg" alt="LinkedIn icon">
</a>
</span>
</div>
</div>
</nav>
<div class="pure-g">
</div>
<div class="footer">
Carolina Brito, 2021
</div>
</div>
</div>
</body></html>