home: update website
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>atom.town</title>
|
||||
<link rel="preconnect" href="https://rsms.me/">
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
||||
<link rel="stylesheet" href="reset.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<img src="assets/logo_text.png" class="img" />
|
||||
<div class="flex flex-col gap-8 mt-4 max-w-160">
|
||||
<p>here you can learn some things</p>
|
||||
<div class="flex flex-col gap-2">
|
||||
<h2 class="big heavier">terms</h2>
|
||||
<ul>
|
||||
<li>the fitnessgram pacer test is a multistage aerobic capacity test</li>
|
||||
<li>that progressively gets more difficult as it continues. the 20 meter pacer test</li>
|
||||
<li>will begin in 30 seconds. line up at the start. the running speed starts slowly,</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex flex-col gap-2">
|
||||
<h2 class="big heavier">privacy</h2>
|
||||
<ul>
|
||||
<li>but gets faster each minute after you hear this signal *boop*. a single lap should be completed</li>
|
||||
<li>each time you hear this sound *ding*. remember to run in a straight line, and run as long as possible.</li>
|
||||
<li>the second time you fail to complete a lap before the sound, your test is over. the test will begin on the word start. on your mark, get ready, start.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="" onclick="history.back()" class="self-start pop heavy">← back</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user