You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.7 KiB
HTML
58 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>SI16 - Learning how to walk while catwalking</title>
|
|
|
|
<!-- style -->
|
|
<link rel="stylesheet" href="./static/css/variables.css" />
|
|
<link rel="stylesheet" href="./static/css/global.css" />
|
|
<link rel="stylesheet" href="./static/css/home.css" />
|
|
|
|
<!-- script -->
|
|
<script src="./static/js/lodash.js"></script>
|
|
<script src="./static/js/homeSticker.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<section id="sticker-container"></section>
|
|
<main class="index">
|
|
<div class="sheet meta">
|
|
<h1 class="negative">Learning how to walk while catwalking</h1>
|
|
<h2 class="negative">Experimental Publishing</h2>
|
|
<h2 class="negative">Special Issue 16</h2>
|
|
</div>
|
|
|
|
<div class="sheet">
|
|
<h3 class="section">Info</h3>
|
|
<a class="negative" href="/about.html">About</a>
|
|
<p class="negative">Manifesto</p>
|
|
</div>
|
|
|
|
<div class="sheet">
|
|
<h3 class="section">Projects</h3>
|
|
<p class="negative">Etc</p>
|
|
<p class="negative">Map</p>
|
|
<p class="negative">Rep</p>
|
|
</div>
|
|
|
|
<div class="sheet">
|
|
<h3 class="section">Functions</h3>
|
|
<p class="negative">Lorem ipsum</p>
|
|
<p class="negative">Replace</p>
|
|
<p class="negative">Shout</p>
|
|
<p class="negative">Repeat</p>
|
|
</div>
|
|
|
|
<div class="sheet">
|
|
<h3 class="section">Corpora</h3>
|
|
<p class="negative">Veniam id in aute</p>
|
|
<p class="negative">Officia esse venia</p>
|
|
<p class="negative">Velit laboris ipsu</p>
|
|
<p class="negative">Sint voluptate ali</p>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|