-
Notifications
You must be signed in to change notification settings - Fork 78
/
2020.html
84 lines (77 loc) · 3.58 KB
/
2020.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
<!DOCTYPE html>
<html>
<head>
<title>CSS Naked Day 2020</title>
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="setup/default.css">
<meta name="viewport" content="initial-scale=1,minimum-scale=1,width=device-width">
<meta name="description" property="og:description" content="April 9 is CSS Naked Day!">
<meta name="twitter:card" content="summary">
<meta property="og:title" content="CSS Naked Day 2020">
<meta property="og:image" content="https://css-naked-day.github.io/media/logo.png">
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1><a href="/">CSS Naked Day</a> 2020</h1>
<h2>Show off your semantic <code><body></code>!</h2>
</header>
<hr>
<section id="main_content">
<p>
<a href="/">Home</a>
· <a href="2006.html">2006</a>
· <a href="2007.html">2007</a>
· <a href="2008.html">2008</a>
· <a href="2009.html">2009</a>
· 2010
· 2011
· 2012
· 2013
· 2014
· <a href="2015.html">2015</a>
· 2016
· 2017
· 2018
· 2019
· <a href="2020.html">2020</a>
· <a href="2021.html">2021</a>
· <a href="2022.html">2022</a>
· <a href="2023.html">2023</a>
· <a href="2024.html">2024</a>
<!-- · <a href="2025.html">2025</a> -->
</p>
<h3>Kudos to these websites who got naked in 2020!</h3>
<ol>
<li><a href="https://ericwbailey.design/">Eric Bailey</a></li>
<li><a href="https://arkhi.org/">Fabien Basmaison</a></li>
<li><a href="https://hankchizljaw.com/">Andy Bell</a></li>
<li><a href="https://lukeb.co.uk/">Luke Bonaccorsi</a></li>
<li><a href="https://weblog.200ok.com.au/">Ben Buchanan</a></li>
<li><a href="https://racheleditullio.com/">Rachele DiTullio</a></li>
<li><a href="https://shkspr.mobi/blog/">Terence Eden</a></li>
<li><a href="https://frippz.se/">Fredrik Frodlund</a></li>
<li><a href="https://tomhazledine.com/">Tom Hazledine</a></li>
<li><a href="https://jasik.xyz">Caleb Jasik</a></li>
<li><a href="https://vasilika.ru/">Vasilika Klimova</a></li>
<li><a href="https://mikekreuzer.com/">Mike Kreuzer</a></li>
<li><a href="https://www.primative.net">Fabien Lasserre</a></li>
<li><a href="https://toddl.dev/">Todd Libby</a></li>
<li><a href="https://melody.dev/">Melody ✨</a></li>
<li><a href="https://meyerweb.com/">Eric Meyer</a></li>
<li><a href="https://fotis.xyz/">Fotis Papadogeorgopoulos</a></li>
<li><a href="https://davidroessli.com/">David Roessli</a></li>
<li><a href="https://adrianroselli.com/">Adrian Roselli</a></li>
<li><a href="https://boris.schapira.dev/">Boris Schapira</a></li>
<li><a href="https://novalistic.com">Daniel Tan</a></li>
</ol>
</section>
<footer>
This is <a href="/">CSS Naked Day</a>. This page was generated by <a href="https://pages.github.com">GitHub Pages</a> (<a href="https://github.com/css-naked-day/css-naked-day.github.io">view it on GitHub</a>). Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>