new site ready for dev

This commit is contained in:
nelle 2022-12-19 15:27:23 -07:00
parent 9700ce9593
commit c874875710
3 changed files with 19 additions and 4 deletions

View file

@ -11,6 +11,7 @@
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="head"></div>
<div class="navigation">
<div class="menuToggle"></div>
<ul>
@ -52,9 +53,18 @@
</li>
</ul>
</div>
<div class="content">
<p>"Forever - is composed of Nows</p>
<p>`Tis not a different time -</p>
<p>Except for Infiniteness -</p>
<p>And Latitude of Home -</p>
<br>
<p>From this - experienced Here -</p>
<p>Remove the Dates - to These -</p>
<p>Let Months dissolve in further Months -</p>
<p>And Years - exhale in Years ..."</p>
<p>- Emily Dickinson</p>
</div>
<script>
const menuToggle = document.querySelector('.menuToggle');

View file

@ -11,7 +11,7 @@
type = "image/x-icon">
<style>
body {
background-image: url('/assets/polygon-scatter-pond.svg');
background-image: url('assets/polygon-scatter-pond.svg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;

View file

@ -157,3 +157,8 @@ body
{
color: var(--clr);
}
.content
{
color: rgb(173, 173, 173);
text-align: center;
}