-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreading-list.html
94 lines (87 loc) · 2.86 KB
/
reading-list.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="Aris Karatarakis, log" />
<meta property="og:url" content="https://www.indvstry.com">
<!-- <script type="application/ld+json"> {
"context": "https://schema.org",
"@type": "Person",
"@id": "https://indvstry.com/meta#aris",
"name": "Aris Karatarakis",
"description": "Creative Generalist",
"url": "https://www.linkedin.com/in/ariskaratarakis",
"sameAs": [
"https://twitter.com/indvstry", "https://www.instagram.com/indvstry/", "https://github.com/indvstry", "https://glitch.com/@indvstry" ],
"affiliation": [
{
"@type": "Organization",
"name": "thinking lpc",
"sameAs": [ "http://thinking.gr/", "https://www.facebook.com/wearethinking/" ]
},
{
"@type": "Organization",
"name": "vivl.io",
"sameAs": ["https://vivl.io/"]
}
]
}
</script> -->
<link rel="canonical" href="https://www.indvstry.com/log">
<title>INDVSTRY · log</title>
</head>
<body>
<!-- header -->
<header>
<nav class="crumbs" id="navMain">
<ul class="listNav">
<li class="crumb"><a href="index.html">Home</a></li>
<li class="crumb"><a href="log.html">Log</a></li>
<li class="crumb"><a href="resources.html">Resources</a></li>
</ul>
</nav>
<div class="header-text">
<h1>Reading List</h1>
</div>
</header>
<main>
<section class="reading-list-2023">
<header>
<h2>2023</h2>
<p class="byline">articles & books I enjoyed</p>
</header>
<ul class="logParent" id="lp00">
<li class="logMonth">
<time datetime="2023-02-12">2023-02</time>
<ul>
<li class="logItem">
<p>Valentina Grande: Bauhaus. Prestel Publishing (Hardcover)</p>
</li>
</ul>
</li>
</ul>
</section>
<section class="social">
<h2>Find me on:</h2>
<ul class="socialLinks">
<li>
<a href="https://www.linkedin.com/in/ariskaratarakis/" title="My LinkedIn Profile">LinkedIn</a>
</li>
<li>
<a href="https://twitter.com/INDVSTRY" title="Find me on twitter">Twitter</a>
</li>
<li><a href="https://glitch.com/@indvstry">Glitch</a></li>
<li><a href="https://github.com/indvstry">Github</a></li>
<li><a href="https://www.instagram.com/indvstry/">Instagram</a></li>
</ul>
</section>
</main>
<footer>
<p>Handcrafted with ❤️️️ 2023</p>
</footer>
<!-- <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> -->
</body>
</html>