-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
174 lines (162 loc) · 6.93 KB
/
index.html
File metadata and controls
174 lines (162 loc) · 6.93 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Today I Learned</title>
<link rel="icon" href="images/favicon.ico">
<meta name="description" content="A blog about what Annie learned today">
<meta name="author" content="Annie Pennell">
<meta name="keywords" content="HTML, CSS, JavaScript, React, frontend, software engineering">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Josefin+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/c12416527a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles/design-system.css">
</head>
<body>
<div class="page-container">
<nav class="navbar">
<a href="index.html" class="logo">Today I Learned</a>
<a href="design-system.html">Design System</a>
</nav>
<main class="content-container">
<h1>Recent Posts</h1>
<div class="grid-container">
<section class="card">
<div class="image-wrapper">
<img src="images/martin-w-kirst-Ap3fFS0iOiE-unsplash.jpg" alt="Illuminated letters that spell Happy Code">
</div>
<div class="info-wrapper">
<h3>Simplify Your Code with React Hooks</h3>
<div class="inline-wrapper">
<p>August 2, 2020</p>
<a href="posts/post7.html" class="btn" aria-label="Read 'Simplify Your Code with React Hooks'">
Read
</a>
</div>
</div>
</section>
<section class="card">
<div class="image-wrapper">
<img src="images/adi-goldstein-mDinBvq1Sfg-unsplash.jpg" alt="Banner on wall that says Everyone Can Code">
</div>
<div class="info-wrapper">
<h3>Me, You, and the Dunning-Kruger Effect</h3>
<div class="inline-wrapper">
<p>July 31, 2020</p>
<a href="posts/post6.html" class="btn" aria-label="Read 'Me, You, and the Dunning-Kruger Effect'">
Read
</a>
</div>
</div>
</section>
<section class="card">
<div class="image-wrapper">
<img src="images/nesa-by-makers-IgUR1iX0mqM-unsplash.jpg" alt="Woman explaining code on a computer screen to a man">
</div>
<div class="info-wrapper">
<h3>Learing by Teaching</h3>
<div class="inline-wrapper">
<p>July 26, 2020</p>
<a href="posts/post5.html" class="btn" aria-label="Read 'Learing by Teaching'">
Read
</a>
</div>
</div>
</section>
<section class="card">
<div class="image-wrapper">
<img src="images/daria-nepriakhina-zoCDWPuiRuA-unsplash.jpg" alt="Project planning board with sticky notes on it">
</div>
<div class="info-wrapper">
<h3>User Personas: The Road to a Better Product</h3>
<div class="inline-wrapper">
<p>July 14, 2020</p>
<a href="posts/post4.html" class="btn" aria-label="Read 'User Personas'">
Read
</a>
</div>
</div>
</section>
<section class="card">
<div class="image-wrapper">
<img src="images/rita-morais-fJLyQ81u80Y-unsplash.jpg" alt="Book spine stamped with 'From the real experts'">
</div>
<div class="info-wrapper">
<h3>Confronting Imposter Syndrome Head-On</h3>
<div class="inline-wrapper">
<p>June 23, 2020</p>
<a href="posts/post3.html" class="btn" aria-label="Read 'Confronting Imposter Syndrome Head-On'">
Read
</a>
</div>
</div>
</section>
<section class="card">
<div class="image-wrapper">
<img src="images/jesus-kiteque-wn-KYaHwcis-unsplash.jpg" alt="Black glasses on top of closed computer next to mouse and phone">
</div>
<div class="info-wrapper">
<h3>The Myth of the 'Cool Girl'</h3>
<div class="inline-wrapper">
<p>June 4, 2020</p>
<a href="posts/post2.html" class="btn" aria-label="Read 'The Myth of the Cool Girl'">
Read
</a>
</div>
</div>
</section>
<section class="card">
<div class="image-wrapper">
<img src="images/yancy-min-842ofHC6MaI-unsplash.jpg" alt="Computer screen showing git branches">
</div>
<div class="info-wrapper">
<h3>How I Learned to Love Version Control</h3>
<div class="inline-wrapper">
<p>May 27, 2020</p>
<a href="posts/post1.html" class="btn" aria-label="Read 'How I Learned to Love Version Control'">
Read
</a>
</div>
</div>
</section>
<section class="card">
<div class="image-wrapper">
<img src="images/pennell-hello-world.jpg" alt="View of Shenandoah mountains with 'Hello World' text overlay">
</div>
<div class="info-wrapper">
<h3>Hello World!</h3>
<div class="inline-wrapper">
<p>August 23, 2015</p>
<a href="posts/post0.html" class="btn" aria-label="Read 'Hello World'">
Read
</a>
</div>
</div>
</section>
</div>
</main>
<footer class="footer">
<div class="social-links">
<a href="https://github.com/apennell" target="blank" rel="noopener noreferrer" aria-label="Link to GitHub profile">
<i aria-hidden="true" class="fab fa-lg fa-github" title="GitHub"></i>
</a>
<a href="https://stackoverflow.com/users/5490423/anniep" target="blank" rel="noopener noreferrer" aria-label="Link to StackOverflow profile">
<i aria-hidden="true" class="fab fa-lg fa-stack-overflow" title="StackOverflow"></i>
</a>
<a href="https://www.linkedin.com/in/anniepennell" target="blank" rel="noopener noreferrer" aria-label="Link to LinkedIn profile">
<i aria-hidden="true" class="fab fa-lg fa-linkedin" title="LinkedIn"></i>
</a>
<a href="https://twitter.com/syntacticXsugar" target="blank" rel="noopener noreferrer" aria-label="Link to Twitter profile">
<i aria-hidden="true" class="fab fa-lg fa-twitter" title="Twitter"></i>
</a>
<a href="https://www.instagram.com/syntactic_sugar/" target="blank" rel="noopener noreferrer" aria-label="Link to Instagram profile">
<i aria-hidden="true" class="fab fa-lg fa-instagram" title="Instagram"></i>
</a>
</div>
<a href="https://anniepennell.com/" target="blank" rel="noopener noreferrer">
© Annie Pennell 2020
</a>
</footer>
</div>
</body>
</html>