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);
}
h1 {
font-variant: small-caps;
}
#content p {
margin: 2em;
line-height: 1.5;

View File

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

View File

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