allaroundhere.org/index.html

70 lines
2.7 KiB
HTML

<html>
<head>
<!-- Web crawler and search indexing meta -->
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="author" content="admin@allaroundhere.org"/>
<meta name="description" content=""/>
<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">
<script type="text/javascript" src="js/custom.js"></script>
<noscript><style>.nojs {display: none;}</style></noscript>
</head>
<body>
<div id="background-image"></div>
<div id="preloader" class="nojs"><div class="spinner"><div></div></div></div>
<div id="content">
<img id="logo" src="https://cdn.enp.one/img/logos/aah-md.jpg"/>
<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.
</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>
<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>
</div>
</div>
<!-- <div id="background-info">
<i>
<a href="" target="_blank" id="background-info-link"></a>
Allis Engine #4, Metropolitan Waterworks Museum
</i>
</div> -->
</body>
</html>