forked from css-naked-day/css-naked-day.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
2024.html
95 lines (88 loc) · 4.54 KB
/
2024.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
95
<!DOCTYPE html>
<html>
<head>
<title>CSS Naked Day 2024</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 2024">
<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 2024</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 --> plan to get naked in 2024!</h3>
<ol>
<!--
Note:
Merge conflicts are likely to occur if all changes are made as the last line on the list.
Using alphabetical order based on your last name can limit this.
Use the name of the website for sorting if no author is present.
Thank you!
-->
<li>alifeee's <a href="https://alifeee.co.uk/">website</a>, <a href="https://blog.alifeee.co.uk/">blog</a>, and <a href="https://weeknotes.alifeee.co.uk/">weeknotes</a></li>
<li><a href="https://arne.me/">Arne Bahlo</a></li>
<li><a href="https://owen.blacker.me.uk/">Owen Blacker</a></li>
<li><a href="https://boehs.org/">Evan Boehs</a></li>
<li><a href="https://weblog.200ok.com.au/">Ben Buchanan</a></li>
<li><a href="https://chrisburnell.com/">Chris Burnell</a></li>
<li><a href="https://charakterziffer.github.io/">charakterziffer</a></li>
<li><a href="https://duechiacchiere.it/">Due Chiacchiere</a></li>
<li><a href="https://www.ciccarello.me/">Anthony Ciccarello</a></li>
<li><a href="https://shkspr.mobi/blog/">Terence Eden</a></li>
<li><a href="https://gofreerange.com/">Go Free Range</a></li>
<li><a href="https://implicit.computer/">Keaton Guderian</a></li>
<li><a href="https://tomhazledine.com/">Tom Hazledine</a> (some of which is <a href="https://tomhazledine.com/css-naked-day/">always naked</a>)</li>
<li><a href="https://emmajuettner.com/">Emma Juettner</a></li>
<li><a href="https://eklausmeier.goip.de/blog">Elmar Klausmeier</a></li>
<li><a href="https://knowler.dev/">Nathan Knowler</a></li>
<li><a href="https://robin.is/">Robin Massart</a></li>
<li>Jens Oliver Meiert: <a href="https://frontenddogma.com/">Frontend Dogma</a></li>
<li><a href="https://www.peperell.com/">Matt Peperell</a></li>
<li><a href="https://proto.garden/">Proto</a></li>
<li><a href="https://blainsmith.com/">Blain Smith</a></li>
<li><a href="https://villapirorum.netlify.app/">Antoine Villepreux</a></li>
<li><a href="https://felixwaller.dev/">Felix Waller</a></li>
<li><a href="https://blakewatson.com/">Blake Watson</a></li>
<li><a href="https://cssence.com/">Matthias Zöchling</a></li>
<li><a href="https://github.com/css-naked-day/css-naked-day.github.io/edit/master/2024.html"><strong>Yours?</strong></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>