-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticles.html
73 lines (67 loc) · 2.7 KB
/
articles.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
<!DOCTYPE HTML>
<!--
Typify by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Dennis Melamed</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="assets/icons/resume.png">
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Banner -->
<section id="banner">
<h2>Articles Worth Reading</h2>
<ul class="actions">
<li><a href="index.html" class="button special">Return to Main</a></li>
</ul>
</section>
<section id="three" class="wrapper">
<div class="inner">
<a href="https://www.fastcompany.com/28121/they-write-right-stuff"> Writing Space Shuttle Code </a>
</div>
<hr>
<div class="inner">
<a href="https://www.splendidtable.org/story/collaboration-between-chefs-and-seed-breeders-is-key-to-flavorful-new-foods"> Seeds, and Why Butternut Squash Doesn't Taste Good </a>
</div>
<hr>
<div class="inner">
<a href="https://www.nytimes.com/2015/07/26/magazine/the-singular-mind-of-terry-tao.html"> Terry Tao </a>
</div>
<hr>
<div class="inner">
<a href="https://hyperallergic.com/389936/aravrit-liron-lavi-turkenich/"> Aravrit </a>
</div>
<hr>
<div class="inner">
<a href="https://www.pennmedicine.org/news/news-releases/2018/july/greening-vacant-lots-reduces-feelings-of-depression-in-city-dwellers-penn-study-finds"> Greening Vacant Lots </a>
</div>
<hr>
<div class="inner">
<a href="http://nautil.us/issue/30/identity/the-strange-persistence-of-first-languages"> The Persistence of First Languages </a>
</div>
<hr>
<div class="inner">
<a href="https://www.bloomberg.com/graphics/2015-paul-ford-what-is-code/"> What Is Code </a>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
© Dennis Melamed. Designed Using an Excellent Template Found Here: <a href="http://templated.co/">TEMPLATED</a>.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>