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

View File

@ -9,10 +9,6 @@
<meta name="keywords" content=""/> <meta name="keywords" content=""/>
<title>All Around Here</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">
<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="css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> <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> <h1>All Around Here</h1>
<p> <p>
All Around Here is a little side project of mine where I turn my random travels, This is a little side project of mine where I turn my random travels, undirected wanderings,
undirected wanderings, and unexpected discoveries into something other people can and unexpected discoveries into something other people can enjoy along with me. There are a
enjoy along with me. There are a lot of cool things in the world and I like to find lot of cool things in the world and I like to find them, wherever I happen to be. If you're
them, wherever I happen to be. If you're interested in seeing some of these interested in seeing some of these arbitrary oddities then check out the links below.
arbitrary oddities then check out the links below.
</p> </p>
<ul class="buttons"> <ul class="buttons">
<li><a class="button-youtube" href="https://www.youtube.com/channel/UCnJum8qCKlz36SzSsSeZy1w"> <li><a class="button gallery" href="gallery/">
<i class="fab fa-youtube"></i>&nbsp;Youtube <i class="fas fa-camera"></i>&nbsp;Gallery
</li></a> </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 <i class="fab fa-instagram"></i>&nbsp;Instagram
</li></a> </li></a>
<li><a class="button-twitter" href="https://twitter.com/enpaul_">
<i class="fab fa-twitter"></i>&nbsp;Twitter
</li></a>
</ul> </ul>
<div class="footer"> <div class="footer">
&copy;2021 &copy;2021
<a href="https://enpaul.net/" target="_blank">E.N.Paul</a> <a href="https://enpaul.net/" target="_blank">@enpaul</a>
</div> </div>
</div> </div>