39 lines
1.7 KiB
HTML
39 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta charset="utf-8"/>
|
|
<title>Shannon Kay</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="theme-color" content="#f9dee1">
|
|
<link rel="stylesheet" href="home.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header><h1>Shannon Kay</h1></header>
|
|
|
|
<main>
|
|
|
|
<nav></nav>
|
|
<section class="blurb">
|
|
<p>I'm here checking out free hosting providers for fun and personal websites. I wanted to know what to recommend to people who want to make their own website, so I decided to try things out for myself! </p>
|
|
<p>If you're involved in this web community, that's amazing. I love personal websites!</p>
|
|
<p><a href="https://web.pixelshannon.com/freehosts">Free Hosting for You</a> - results of my experiments will be posted here.</p>
|
|
<p><a href="https://web.pixelshannon.com/make">Make Your Own Website</a> - A beginner's guide to making a hand-crafted personal or hobby website with HTML and CSS.</p>
|
|
<p><a href="https://web.pixelshannon.com/have">Have Your Own Website</a> - Why you should have a website, and ideas for types of websites you could make.</p>
|
|
<p>Helpful guides at <a href="https://www.pixelshannon.com">Pixel Shannon</a></p>
|
|
<p>Check out my personal website, <a href="https://www.shannonkay.com">ShannonKay.com</a>, it's my Classic Homepage.</p>
|
|
<p>Go to my <a href="https://www.shannonkay.com/follow">Follow Page</a> to learn where else to find me on the web.</p>
|
|
<p>Go to the version of this page <a href="https://www.shannonkay.com/shannonkay">hosted on my own server</a>. Does it look different? The same? We'll find out!.</p>
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<p>This page was made by <a href="https://www.shannonkay.com">Shannon Kay</a></p>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|