-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
26 lines (25 loc) · 1.34 KB
/
blog.html
File metadata and controls
26 lines (25 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<title>Andrew's dataviz sketchbook</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
<link rel="stylesheet" href="styles/styleBlog.css">
</head>
<body></body>
<div class="header">
<h1>Andrew's dataviz sketchbook</h1>
<span><p>(<a href="index.html">Return to main website</a>)</p></span>
</div>
<h3>The dataviz sketchbook was born out of a desire to engage with datasets I would normally have no reason to explore.</h3>
<h3>Here's a collection of works that came out of this whim, and while you're at it, check out the <a href="https://twitter.com/ajpdoesdata" target="_blank" rel="noopener noreferrer">twitter</a> for any updates + extra data notes!</h3>
<div class = "grid" style="margin-top:2%">
<div class="cell">
<a href="https://twitter.com/ajpdoesdata/status/1551329448108167169?s=20&t=4x0GHuzf-14rtoiM2fs34w" target="_blank" rel="noopener noreferrer">
<img src="blog-assets/worldcup.png" style="width:90%">
</a>
<h3>2022-07-24: <a href="https://twitter.com/ajpdoesdata/status/1551329448108167169?s=20&t=4x0GHuzf-14rtoiM2fs34w" target="_blank" rel="noopener noreferrer">At what time are the most World Cup goals scored?</a></h3>
</div>
<div class="cell">
</div>
</div>
</body>