forked from css-naked-day/css-naked-day.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
2021.html
76 lines (69 loc) · 3.13 KB
/
2021.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
<!DOCTYPE html>
<html>
<head>
<title>CSS Naked Day 2021</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 2021">
<meta property="og:image" content="https://css-naked-day.github.io/media/logo.png">
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>CSS Naked Day 2021</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>
</p>
<h3>Kudos to these websites who got naked in 2021!</h3>
<ol>
<li><a href="https://arkhi.org/">Fabien Basmaison</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://gofreerange.com/">Go Free Range</a></li>
<li><a href="https://www.callumhart.com/">Callum Hart</a></li>
<li><a href="https://kraft.blog/">Brandon Kraft</a></li>
<li><a href="https://toby3d.me/">Maxim Lebedev</a></li>
<li>Jens Oliver Meiert: <a href="https://frontenddogma.com/?uitest.com">UITest.com</a>, <a href="https://worlds-highest-website.com/">The World’s Highest Website</a></li>
<li><a href="https://visitmy.website/">Steve Messer</a></li>
<li><a href="https://norsu.eu">Norsu Innovation Consulting</a></li>
<li><a href="https://davidroessli.com">David Roessli</li>
<li><a href="https://danielsellergren.com/">Daniel Sellergren</a></li>
<li><a href="https://www.benjystanton.co.uk/">Benjy Stanton</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>