Update social links for gallery, remove youtube

Update copywrite link
This commit is contained in:
Ethan Paul 2021-02-01 19:43:48 -05:00
parent e6f3679e41
commit 337bb94983
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
2 changed files with 15 additions and 36 deletions

View File

@ -101,8 +101,7 @@ ul.buttons li {
text-transform: uppercase;
}
.button-youtube:hover {
color: #ff0000;
.button:hover {
text-shadow:
-3px -3px 5px #fff,
-3px 3px 5px #fff,
@ -111,25 +110,13 @@ ul.buttons li {
0px 0px 7px #ff0000;
}
.button-instagram:hover {
color: #c13584;
text-shadow:
-3px -3px 5px #fff,
-3px 3px 5px #fff,
3px -3px 5px #fff,
3px 3px 5px #fff,
0px 0px 7px #5851db;
}
.gallery:hover { color: #5588e0; }
.button-twitter:hover {
color: #1da1f2;
text-shadow:
-3px -3px 5px #fff,
-3px 3px 5px #fff,
3px -3px 5px #fff,
3px 3px 5px #fff,
0px 0px 7px #f77737;
}
.youtube:hover { color: #ff0000; }
.instagram:hover { color: #c13584; }
.twitter:hover { color: #1da1f2; }
#background-info {
text-align: right;

View File

@ -9,10 +9,6 @@
<meta name="keywords" content=""/>
<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">
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="16x16">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
@ -33,28 +29,24 @@
<h1>All Around Here</h1>
<p>
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.
This 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">
<li><a class="button-youtube" href="https://www.youtube.com/channel/UCnJum8qCKlz36SzSsSeZy1w">
<i class="fab fa-youtube"></i>&nbsp;Youtube
<li><a class="button gallery" href="gallery/">
<i class="fas fa-camera"></i>&nbsp;Gallery
</li></a>
<li><a class="button-instagram" href="https://www.instagram.com/allaroundhere/">
<li><a class="button instagram" href="https://www.instagram.com/allaroundhere/">
<i class="fab fa-instagram"></i>&nbsp;Instagram
</li></a>
<li><a class="button-twitter" href="https://twitter.com/enpaul_">
<i class="fab fa-twitter"></i>&nbsp;Twitter
</li></a>
</ul>
<div class="footer">
&copy;2021
<a href="https://enpaul.net/" target="_blank">E.N.Paul</a>
<a href="https://enpaul.net/" target="_blank">@enpaul</a>
</div>
</div>