Compare commits

...

3 Commits
exp ... devel

Author SHA1 Message Date
Ethan Paul 8ef3e29a73
Move static content into dedicated subpath to support automated deployments 2024-02-27 14:33:55 -05:00
Ethan Paul fc6d532f6b
2024 updates
Update copyright
Remove twitter integration
Remove twitter social link
2024-02-27 14:32:28 -05:00
Ethan Paul bdc4c3710c
Add fade in to explore button animation 2023-01-15 22:49:31 -05:00
5 changed files with 15 additions and 20 deletions

View File

@ -131,12 +131,12 @@ ul.buttons li {
5px 5px 10px #fff;
-webkit-animation-name: pulse;
-webkit-animation-duration: 5s;
-webkit-animation-duration: 6s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-fill-mode: none;
animation-name: pulse;
animation-duration: 5s;
animation-duration: 6s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-fill-mode: none;
@ -229,6 +229,11 @@ footer a.button i {
@keyframes pulse {
0% {
box-shadow:
0px 0px 15px 3px rgba(0,0,0,0),
0px 0px 15px 3px rgba(0,0,0,0);
}
3% {
box-shadow:
0px 0px 15px 3px #fff,
0px 0px 15px 3px #88a9fc;
@ -263,11 +268,16 @@ footer a.button i {
-10px 10px 15px 3px #fff,
10px -10px 15px 3px #88a9fc;
}
100% {
97% {
box-shadow:
0px 0px 15px 3px #b5f7fc,
0px 0px 15px 3px #88a9fc;
}
100% {
box-shadow:
0px 0px 15px 3px rgba(0,0,0,0),
0px 0px 15px 3px rgba(0,0,0,0);
}
}
@-webkit-keyframes spinner {

View File

@ -16,7 +16,7 @@
content="travel photography explore exploration urbex urban nature all around here local museum history historical society"
/>
<!-- Facebook integration meta -->
<!-- Opengraph integration meta -->
<meta property="og:title" content="All Around Here"/>
<meta property="og:url" content="https://allaroundhere.org/explore/"/>
<meta property='og:site_name' content="All Around Here"/>
@ -25,14 +25,6 @@
<meta property="og:image" content="https://cdn.enp.one/img/backgrounds/cl-photo-boston.jpg"/>
<meta property='og:description' content="Some of the best places are all around here"/>
<!-- Twitter integration meta -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://allaroundhere.org/explore/">
<meta name="twitter:title" content="All Around Here">
<meta name="twitter:description" content="Some of the best places are all around here">
<meta name="twitter:image" content="https://cdn.enp.one/img/backgrounds/cl-photo-boston.jpg">
<meta name="twitter:image:alt" content="All Around Here">
<title>All Around Here</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/aah-b-sm.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.enp.one/img/logos/aah-b-sm.png">
@ -97,16 +89,9 @@
>
<i class="fab fa-instagram"></i>
</a>
<a
class="button twitter"
title="Follow me on twitter @enpaul_"
href="https://www.twitter.com/enpaul_/"
>
<i class="fab fa-twitter"></i>
</a>
</div>
<div>
<a title="Personal website" href="https://enpaul.net/">&copy;2021 enpaul</a>
<a title="Personal website" href="https://enpaul.net/">&copy;2024 enpaul</a>
</div>
</footer>
</div>