This repository has been archived on 2023-08-15. You can view files and clone it, but cannot push or open issues or pull requests.
website/domains/index.html

79 lines
3.0 KiB
HTML

<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Sophia Atkinson</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/assets/css/main.css" />
<meta content="Sophia Atkinson" property="og:title">
<meta content="https://sophia.wtf" property="og:url">
<meta content="The Personal Site Of Sophia Atkinson" property="og:description">
<meta content="https://sophia.wtf/images/logo.webp" property="og:image">
<!------------------------>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<script>
$(function(){
$("#footer").load("/sync/footer.html");
});
</script>
</head>
<body>
<!--Remaining section-->
<div id="footer"></div>
<!------------------------>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="/" class="image avatar"><img src="/images/logo.webp" alt="" /></a>
<h1><strong>I am Sophia, Developer, Computer & Server Enthusiast</strong><br />
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>Domains<br />
</h2>
</header>
<h2><a href="/">Home</a></h2>
<h3><a href="https://www.whois.com/whois/sophia.wtf">sophia.wtf</a> (NOT for Sale)</h3>
<h3><a href="https://www.whois.com/whois/sophia.ml">sophia.ml</a> (NOT for Sale)</h3>
<h3><a href="https://www.whois.com/whois/sophiaatkinson.com">sophiaatkinson.com</a> (NOT for Sale)</h3>
<h3><a href="https://www.whois.com/whois/projectfirewatch.com">projectfirewatch.com</a> (NOT for Sale)</h3>
<h3><a href="https://www.whois.com/whois/perlathedog.com">perlathedog.com</a> (NOT for Sale)</h3>
<h3><a href="https://www.whois.com/whois/codsworth.xyz">codsworth.xyz</a> (NOT for Sale)</h3>
<h3><a href="https://www.whois.com/whois/doghouseresin.com">doghouseresin.com</a> (NOT for Sale)</h3>
<h3><a href="https://www.whois.com/whois/doghairtumbleweeds.com">doghairtumbleweeds.com</a> (NOT for Sale)</h3>
<h2>Want to own one of these domains?</h2>
<h2><a href="mailto:sophialul@protonmail.com">Email Me</a></h2>
<ul class="actions">
</ul>
</section>
<!-- Scripts -->
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/jquery.poptrox.min.js"></script>
<script src="/assets/js/browser.min.js"></script>
<script src="/assets/js/breakpoints.min.js"></script>
<script src="/assets/js/util.js"></script>
<script src="/assets/js/main.js"></script>
</body>
</html>