1
0

Created browser landing page.

This commit is contained in:
Deven Blake 2020-09-13 21:14:22 -04:00
parent d5ee11b25f
commit f664b4aeaa

59
homepage/home.html Normal file
View File

@ -0,0 +1,59 @@
<!DOCTYPE html>
<html>
<head>
<title>deven's stuff</title>
<meta charset="US-ASCII" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
.column-left .column-right { padding: 20px; }
.column-left { float: left; }
.column-right { float: right; }
h1, h2 { font-size: 1em; font-weight: normal; }
</style>
</head>
<body>
<h1>Welcome to Deven's browser landing page!</h1>
<p>This is a page I made with some useful links to kickstart your World Wide Web experience.</p>
<p>I've <b>bolded</b> my favorite sites (ones that impress me via privacy, security, or ease of use).</p>
<p>Sections that have bolded Roman numerals (<a href="https://www.wikihow.com/Read-Roman-Numerals">"How do I read Roman numerals?"</a>) are services that are particularly important (in my opinion) for a web-goer to be aware of, with <b>I</b> indicating the most important category and <b>II</b> indicating the second-most important category (and onward).</p>
<p>Sections that have a bolded X are categories of sites that tend to manipulate users, like social media.</p>
<p>Sites are ordered alphabetically.</p>
<div class="column-left">
<h2><b>I</b> Search engines:</h2>
<p> <a href="https://www.baidu.com/">Baidu</a>
<br /> <a href="https://www.bing.com/">Bing</a> (owned by Microsoft)
<br /><b><a href="https://duckduckgo.com/">DuckDuckGo</a></b>
<br /> <a href="https://google.com/">Google</a>
<br /> <a href="https://www.yahoo.com/">Yahoo!</a>
</p>
<h2><b>II</b> References:</h2>
<p> <a href="https://www.wikipedia.org/">Wikipedia</a>
</p>
<h2>Shopping on the World Wide Web:</h2>
<p> <a href="https://www.amazon.com/">Amazon</a>
<br /> <a href="https://taobao.com/">Taobao</a>
</p>
<h2><b>X</b> Social media:</h2>
<p> <a href="https://www.facebook.com/">Facebook</a>
<br /> <a href="https://www.instagram.com/">Instagram</a> (owned by Facebook)
<br /> <a href="https://www.qq.com/">QQ</a>
<br /> <a href="https://www.reddit.com/">Reddit</a>
(here's the <a href="https://old.reddit.com/">old version</a>)
<br /> <a href="https://www.twitch.tv">Twitch</a> (owned by Amazon)
<br /> <a href="https://www.youtube.com/">YouTube</a> (owned by Google)
<br /> <a href="https://zoom.us/">Zoom</a>
</p>
</div>
<div class="column-right">
<img src="https://ia801904.us.archive.org/33/items/dblake-avatars/2020-05-17.png" alt="Deven Blake profile picture" style="width: 100px; float: left; margin-right: 10px;" />
<p><small>I'm Deven Blake, the person who made this little landing page.
I hope you enjoy it!
<br /><a href="https://blake.instantfloppy.net/">Visit my website.</a>
<br />Email me using the address on my site if you'd like me to add anything.
Don't be shy!
</small></p>
<p>This webpage and only this webpage (<b>not</b> the content hyperlinked and hotlinked on this webpage) belongs to the public domain and includes no warranty.</p>
<p>Created 2020-09-13.</p>
</div>
</body>
</html>