Compare commits

...

2 Commits

2 changed files with 60 additions and 15 deletions

View File

@ -124,7 +124,7 @@ ul.buttons li {
.button.nav:hover { .button.nav:hover {
text-shadow: text-shadow:
0px 0px 5px #000, 0px 0px 7px #000,
-5px -5px 10px #fff, -5px -5px 10px #fff,
-5px 5px 10px #fff, -5px 5px 10px #fff,
5px -5px 10px #fff, 5px -5px 10px #fff,

View File

@ -6,17 +6,47 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="author" content="admin@allaroundhere.org"/> <meta name="author" content="admin@allaroundhere.org"/>
<meta name="description" content=""/> <meta name="description" content="Some of the best places are all around here"/>
<meta name="keywords" content=""/> <meta name="robots" content="index follow"/>
<meta
name="keywords"
content="travel photography explore exploration urbex urban nature all around here local museum history historical society"
/>
<!-- Facebook 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"/>
<meta property="og:type" content="website"/>
<meta property='og:locale' content="en_US"/>
<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> <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">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.enp.one/img/logos/aah-b-sm.png" >
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.enp.one/img/logos/aah-b-sm.png">
<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"
/>
<script type="text/javascript" src="js/custom.js"></script> <script type="text/javascript" src="js/custom.js"></script>
<noscript><style>.nojs {display: none;}</style></noscript> <noscript><style>.nojs { display: none; }</style></noscript>
</head> </head>
<body> <body>
@ -25,7 +55,11 @@
<div id="preloader" class="nojs"><div class="spinner"><div></div></div></div> <div id="preloader" class="nojs"><div class="spinner"><div></div></div></div>
<div id="content"> <div id="content">
<img id="logo" alt="Road to the great wide nowhere" src="https://cdn.enp.one/img/logos/aah-md.jpg"/> <img
id="logo"
alt="Road to the great wide nowhere"
src="https://cdn.enp.one/img/logos/aah-md.jpg"
/>
<h1>All Around Here</h1> <h1>All Around Here</h1>
@ -38,7 +72,7 @@
<ul class="buttons"> <ul class="buttons">
<li> <li>
<a class="button nav" href="explore/"> <a class="button nav" title="Explore All Around Here" href="explore/">
<i class="fas fa-binoculars"></i>&nbsp;Explore <i class="fas fa-binoculars"></i>&nbsp;Explore
</a> </a>
</li> </li>
@ -46,19 +80,30 @@
<footer> <footer>
<div> <div>
<!-- <a class="button youtube" href="https://www.instagram.com/allaroundhere/"> <!-- <a
class="button youtube"
title="Subscribe to All Around Here on YouTube"
href="https://www.instagram.com/allaroundhere/"
>
<i class="fab fa-youtube"></i> <i class="fab fa-youtube"></i>
</a> --> </a> -->
<a class="button twitter" href="https://www.twitter.com/enpaul_/"> <a
<i class="fab fa-twitter"></i> class="button instagram"
</a> title="Follow All Around Here on instagram @allaroundhere"
<a class="button instagram" href="https://www.instagram.com/allaroundhere/"> href="https://www.instagram.com/allaroundhere/"
>
<i class="fab fa-instagram"></i> <i class="fab fa-instagram"></i>
</a> </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>
<div> <div>
&copy;2021 <a title="Personal website" href="https://enpaul.net/">&copy;2021 enpaul</a>
<a href="https://enpaul.net/">enpaul</a>
</div> </div>
</footer> </footer>
</div> </div>