Add proper homepage copy

Remove background description
This commit is contained in:
Ethan Paul 2021-01-31 20:48:39 -05:00
parent 0f3564eaa2
commit e6f3679e41
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
3 changed files with 15 additions and 12 deletions

View File

@ -74,6 +74,10 @@ a:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} }
h1 {
font-variant: small-caps;
}
#content p { #content p {
margin: 2em; margin: 2em;
line-height: 1.5; line-height: 1.5;

View File

@ -8,7 +8,7 @@
<meta name="description" content=""/> <meta name="description" content=""/>
<meta name="keywords" content=""/> <meta name="keywords" content=""/>
<title>AllAroundHere</title> <title>All Around Here</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/e-b-sm.png"> <link rel="shortcut icon" href="https://cdn.enp.one/img/logos/e-b-sm.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.enp.one/img/logos/e-b-sm.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://cdn.enp.one/img/logos/e-b-sm.png">
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="32x32"> <link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="32x32">
@ -33,12 +33,11 @@
<h1>All Around Here</h1> <h1>All Around Here</h1>
<p> <p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor All Around Here is a little side project of mine where I turn my random travels,
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis undirected wanderings, and unexpected discoveries into something other people can
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. enjoy along with me. There are a lot of cool things in the world and I like to find
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu them, wherever I happen to be. If you're interested in seeing some of these
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in arbitrary oddities then check out the links below.
culpa qui officia deserunt mollit anim id est laborum.
</p> </p>
<ul class="buttons"> <ul class="buttons">
@ -59,12 +58,12 @@
</div> </div>
</div> </div>
<div id="background-info"> <!-- <div id="background-info">
<i> <i>
<a href="" target="_blank" id="background-info-link"></a> <a href="" target="_blank" id="background-info-link"></a>
Allis Engine #4, Metropolitan Waterworks Museum Allis Engine #4, Metropolitan Waterworks Museum
</i> </i>
</div> </div> -->
</body> </body>
</html> </html>

View File

@ -85,9 +85,9 @@ window.addEventListener("DOMContentLoaded", function () {
"background-image" "background-image"
).style.backgroundImage = "url(" + selected.url + ")"; ).style.backgroundImage = "url(" + selected.url + ")";
document.getElementById( // document.getElementById(
"background-info-link" // "background-info-link"
).innerHTML = selected.description; // ).innerHTML = selected.description;
document.getElementById( document.getElementById(
"background-info-link" "background-info-link"