Update index.html

This commit is contained in:
2021-10-09 15:26:48 -07:00
committed by GitHub
parent 4d303ca922
commit 271159f85d

View File

@ -14,6 +14,25 @@
<meta content="https://sophia.ml" property="og:url"> <meta content="https://sophia.ml" property="og:url">
<meta content="The Personal Site Of Sophia Atkinson" property="og:description"> <meta content="The Personal Site Of Sophia Atkinson" property="og:description">
<meta content="https://sophia.ml/images/logo.gif" property="og:image"> <meta content="https://sophia.ml/images/logo.gif" 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> </head>
<body class="is-preload"> <body class="is-preload">
@ -38,25 +57,6 @@
<h2>you can find a copy of it at <a href="https://web.archive.org/web/*/https://sophiaatkinson.com/sa/">archive.org</a></h2> <h2>you can find a copy of it at <a href="https://web.archive.org/web/*/https://sophiaatkinson.com/sa/">archive.org</a></h2>
</ul> </ul>
</section> </section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://sophia.ml/l/twitter" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://sophia.ml/l/github" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://discord.com/users/420297282676719618" class="icon brands fa-discord"><span class="label">Discord</span></a></li>
<li><a href="https://sophia.ml/l/youtube" class="icon brands fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://sophia.ml/l/twitch" class="icon brands fa-twitch"><span class="label">Twitch</span></a></li>
<li><a href="https://sophia.ml/l/email" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>&copy;2022 Sophia , Licensed under the MIT License.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts --> <!-- Scripts -->
<script src="/assets/js/jquery.min.js"></script> <script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/jquery.poptrox.min.js"></script> <script src="/assets/js/jquery.poptrox.min.js"></script>