Begin cool-stuff page
This commit is contained in:
parent
6e3188653a
commit
5a3f0a42d7
|
@ -0,0 +1,35 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Emilia Allison</title>
|
||||||
|
<link rel="stylesheet" href="css/about.css">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="overlay">
|
||||||
|
</div>
|
||||||
|
<div class="outerdiv contentholder">
|
||||||
|
<div class="contentholder__topfiller"></div>
|
||||||
|
<div class="content">
|
||||||
|
<h1>
|
||||||
|
Cool Stuff
|
||||||
|
</h1>
|
||||||
|
<h2>it's debatable</h2>
|
||||||
|
<p>
|
||||||
|
Cool stuff is code for links to subpages.
|
||||||
|
If a page uses/requires JavaScript, its link will be marked with (☕).
|
||||||
|
|
||||||
|
<h1>
|
||||||
|
the stuff
|
||||||
|
</h1>
|
||||||
|
<li>
|
||||||
|
CSS Purgatory
|
||||||
|
</li>
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
</ol>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -35,7 +35,7 @@
|
||||||
<a class="links__sub" title="about" href="about">
|
<a class="links__sub" title="about" href="about">
|
||||||
📄
|
📄
|
||||||
</a>
|
</a>
|
||||||
<a class="links__sub" id="moonlink" title="cool stuff">
|
<a class="links__sub" id="moonlink" title="cool stuff" href="cool-stuff">
|
||||||
🌜
|
🌜
|
||||||
</a>
|
</a>
|
||||||
<a class="links__sub" title="git provider" href="https://github.com/em-ilia">
|
<a class="links__sub" title="git provider" href="https://github.com/em-ilia">
|
||||||
|
|
Loading…
Reference in New Issue