🎡🚁 Checkpoint

./index.html:69682263/1180
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-11 22:05:02 +00:00
parent 547fc531b0
commit 3bc1260c22

View File

@ -1,20 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!--
This is an HTML comment
You can write text in a comment and the content won't be visible in the page
-->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://glitch.com/favicon.ico" /> <link rel="icon" href="https://glitch.com/favicon.ico" />
<!--
This is the page head - it contains info the browser uses
Like the title, which appears on the browser tab but not inside the page
Further down you'll see the content that displays in the page
-->
<title>FediZineFest 2025</title> <title>FediZineFest 2025</title>
<!-- The website stylesheet --> <!-- The website stylesheet -->
@ -24,11 +15,6 @@
<script src="/script.js" defer></script> <script src="/script.js" defer></script>
</head> </head>
<body> <body>
<!--
The body includes the content you see in the page
Each element is defined using tags, like this <div></div>
The attributes like class="wrapper" let us style elements in the CSS
-->
<div class="wrapper"> <div class="wrapper">
<div class="content" role="main"> <div class="content" role="main">
<h1 class="title">FediZineFest 2025</h1> <h1 class="title">FediZineFest 2025</h1>
@ -37,8 +23,35 @@
What: What:
</h2> </h2>
<p> <p>
Zine distribution A zine sharing and distribution project for the fediverse.
</p> </p>
<h2>
Who:
</h2>
<p>
Two groups: artists and backers.
</p>
<h3>
Artists
</h3>
<p>
Provide physical and/or digital zines; receive payment
</p>
<h3>
Backers
</h3>
<h2>
When:
</h2>
<p>
Early-mid 2025
</p>
</div> </div>
</div> </div>
<!-- The footer holds our remix button — you can keep or delete it ✂ --> <!-- The footer holds our remix button — you can keep or delete it ✂ -->