Skip to content

Commit 2b84b2f

Browse files
committed
feat: add 2025 page
Signed-off-by: Jens Oliver Meiert <[email protected]>
1 parent 964cdd5 commit 2b84b2f

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

2025.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>CSS Naked Day 2025</title>
5+
<link rel="icon" href="/favicon.ico">
6+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
7+
<link rel="stylesheet" href="setup/default.css">
8+
<meta name="viewport" content="initial-scale=1,minimum-scale=1,width=device-width">
9+
<meta name="description" property="og:description" content="April 9 is CSS Naked Day!">
10+
<meta name="twitter:card" content="summary">
11+
<meta property="og:title" content="CSS Naked Day 2025">
12+
<meta property="og:image" content="https://css-naked-day.github.io/media/logo.png">
13+
</head>
14+
15+
<body>
16+
<div id="container">
17+
<div class="inner">
18+
19+
<header>
20+
<h1>CSS Naked Day 2025</h1>
21+
<h2>Show off your semantic <code>&lt;body&gt;</code>!</h2>
22+
</header>
23+
24+
<hr>
25+
26+
<section id="main_content">
27+
<p>
28+
<a href="/">Home</a>
29+
· <a href="2006.html">2006</a>
30+
· <a href="2007.html">2007</a>
31+
· <a href="2008.html">2008</a>
32+
· <a href="2009.html">2009</a>
33+
· 2010
34+
· 2011
35+
· 2012
36+
· 2013
37+
· 2014
38+
· <a href="2015.html">2015</a>
39+
· 2016
40+
· 2017
41+
· 2018
42+
· 2019
43+
· <a href="2020.html">2020</a>
44+
· <a href="2021.html">2021</a>
45+
· <a href="2022.html">2022</a>
46+
· <a href="2023.html">2023</a>
47+
· <a href="2024.html">2024</a>
48+
· <a href="2025.html">2025</a>
49+
</p>
50+
51+
<h3>Kudos to these websites who <!-- @@ got --> plan to get naked in 2025!</h3>
52+
53+
<ol>
54+
<!--
55+
Note:
56+
Merge conflicts are likely to occur if all changes are made as
57+
the last line on the list.
58+
Using alphabetical order based on your last name can limit this.
59+
Use the name of the website for sorting if no author is present.
60+
Thank you!
61+
-->
62+
<li><a href="https://github.com/css-naked-day/css-naked-day.github.io/edit/master/2025.html"><strong>Yours?</strong></a></li>
63+
</ol>
64+
</section>
65+
66+
<footer>
67+
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>.
68+
</footer>
69+
</div>
70+
</div>
71+
</body>
72+
</html>

0 commit comments

Comments
 (0)