new site ready for dev
This commit is contained in:
parent
9700ce9593
commit
c874875710
3 changed files with 19 additions and 4 deletions
16
index.html
16
index.html
|
@ -11,6 +11,7 @@
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="head"></div>
|
||||||
<div class="navigation">
|
<div class="navigation">
|
||||||
<div class="menuToggle"></div>
|
<div class="menuToggle"></div>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -52,9 +53,18 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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>
|
<script>
|
||||||
const menuToggle = document.querySelector('.menuToggle');
|
const menuToggle = document.querySelector('.menuToggle');
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
type = "image/x-icon">
|
type = "image/x-icon">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-image: url('/assets/polygon-scatter-pond.svg');
|
background-image: url('assets/polygon-scatter-pond.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
@ -157,3 +157,8 @@ body
|
||||||
{
|
{
|
||||||
color: var(--clr);
|
color: var(--clr);
|
||||||
}
|
}
|
||||||
|
.content
|
||||||
|
{
|
||||||
|
color: rgb(173, 173, 173);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue