-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (63 loc) · 2.27 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
<!DOCTYPE HTML>
<!--
Epilogue by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Weekly Links</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<div class="inner">
<h1><a href="./index.html">Fack's Weekly Links</a></h1>
<p>Awesome links discovered this week :)</p>
</div>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Items -->
<section class="main items">
<article class="item">
<h1><a href="./weeks/05.html">Week #05</a></h1>
<h5>18-09-2017</h2>
</article>
<article class="item">
<h1><a href="./weeks/04.html">Week #04</a></h1>
<h5>11-09-2017</h2>
</article>
<article class="item">
<h1><a href="./weeks/03.html">Week #03</a></h1>
<h5>04-09-2017</h2>
</article>
<article class="item">
<h1><a href="./weeks/02.html">Week #02</a></h1>
<h5>28-08-2017</h2>
</article>
<article class="item">
<h1><a href="./weeks/01.html">Week #01</a></h1>
<h5>20-08-2017</h2>
</article>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/Fblind" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/facundo-soria-guerrero-425a5695" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p class="copyright">© Untitled. Design: <a href="https://templated.co">TEMPLATED</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>