Add files via upload

This commit is contained in:
Sophia Atkinson 2021-09-29 03:10:50 -07:00 committed by GitHub
parent 4a91a3806c
commit 38a2a1c7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

73
sites/index.html Normal file
View File

@ -0,0 +1,73 @@
<!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="https://sophia.ml/assets/css/main.css" />
<meta content="Sophia Atkinson" property="og:title">
<meta content="https://sophia.ml" property="og:url">
<meta content="The Personal Site Of Sophia Atkinson" property="og:description">
<meta content="https://sophia.ml/images/logo.gif" property="og:image">
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="/" class="image avatar"><img src="https://sophia.ml/images/logo.gif" 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>is starting your own site to hard?<br />
</h2>
</header>
<h4>Then sites.sophia.ml is an option</h4>
<h4>How do I do it?</h4>
<h4>Fork this project, make a sub-directory with a cool name (No spaces) and commit your HTML code if you are not too good at coding you can use something like <a href="https://html5up.net">html5up<a></a>.</h4>
<h4>Then when it's to your standard make a pull request and wait for me to merge.</h4>
<ul class="actions">
</ul>
<!-- 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;2021 Sophia , Licensed under the MIT License.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="https://sophia.ml/assets/js/jquery.min.js"></script>
<script src="https://sophia.ml/assets/js/jquery.poptrox.min.js"></script>
<script src="https://sophia.ml/assets/js/browser.min.js"></script>
<script src="https://sophia.ml/assets/js/breakpoints.min.js"></script>
<script src="https://sophia.ml/assets/js/util.js"></script>
<script src="https://sophia.ml/assets/js/main.js"></script>
</body>
</html>