mirror of
https://github.com/the-spellman/homepage
synced 2024-12-23 09:42:29 -06:00
81 lines
3.4 KiB
HTML
81 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Sam's Homepage</title>
|
|
<link rel="stylesheet" href="styling.css">
|
|
</head>
|
|
<body>
|
|
<!--a header saying hello -->
|
|
<div align="center">
|
|
<h1>"Hello, World!" --some computer</h1>
|
|
<p><b><i id="biblepassage"></i></b></p>
|
|
<div id="search-bar">
|
|
<input type="text" id="search-input" placeholder="Search Brave">
|
|
<button id="search-button">Search</button>
|
|
</div>
|
|
|
|
<h2>Nifty Links</h2>
|
|
|
|
<h3>AI/Social</h3>
|
|
<p>
|
|
<a href="https://gemini.google.com/app">Gemini</a>
|
|
<a href="https://chat.openai.com">ChatGPT</a>
|
|
<a href="https://discord.com/app">Discord</a>
|
|
<a href="https://linktr.ee/anonymouse42">Sparksammy's Linktree</a>
|
|
</p>
|
|
|
|
<h3>Learning & Education</h3>
|
|
<p>
|
|
<a href="https://www.udemy.com/">Udemy</a>
|
|
<a href="https://www.youtube.com/c/freeCodeCamp">freeCodeCamp.org</a>
|
|
<a href="https://www.youtube.com/c/TheCodingTrain">The Coding Train</a>
|
|
</p>
|
|
|
|
<h3>Documentation</h3>
|
|
<p>
|
|
<a href="https://developer.mozilla.org/en-US/docs/Web">Mozilla Developer Docs</a>
|
|
<a href="https://developer.roblox.com/en-US/">ROBLOX Developer Wiki</a>
|
|
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript MDN Docs</a>
|
|
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML MDN Docs</a>
|
|
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS MDN Docs</a>
|
|
<a href="https://docs.microsoft.com/en-us/windows/">Windows Documentation</a>
|
|
<a href="https://linux.die.net/man/">Die.net - Linux Man Pages</a>
|
|
<a href="https://www.w3schools.com/">W3Schools</a>
|
|
</p>
|
|
|
|
<h3>News & Security</h3>
|
|
<p>
|
|
<a href="https://www.theverge.com/">The Verge</a>
|
|
<a href="https://arstechnica.com/">Ars Technica</a>
|
|
<a href="https://www.engadget.com/">Engadget</a>
|
|
<a href="https://www.technologyreview.com/">MIT Technology Review</a>
|
|
<a href="https://www.wired.com/">Wired</a>
|
|
<a href="https://krebsonsecurity.com/">Krebs on Security</a>
|
|
</p>
|
|
|
|
<h3>More Coding YouTube Channels</h3>
|
|
<p>
|
|
<a href="https://www.youtube.com/c/TheCodingTrain">The Coding Train</a>
|
|
<a href="https://www.youtube.com/c/TraversyMedia">Traversy Media</a>
|
|
<a href="https://www.youtube.com/c/FrontendMasters">Frontend Masters</a>
|
|
<a href="https://www.youtube.com/c/Codecademy">Codecademy</a>
|
|
<a href="https://www.youtube.com/c/TechLead">The TechLead</a>
|
|
<a href="https://www.youtube.com/c/fireship">Fireship</a>
|
|
<a href="https://www.youtube.com/c/NoBoilerplate">No Boilerplate</a>
|
|
<a href="https://www.youtube.com/channel/UCtxtp2rjee55dBwzcjRcNVQ">The OnioNode</a>
|
|
</p>
|
|
|
|
<h3>Great Stuff</h3>
|
|
<p>
|
|
<a href="https://sneedgit.nodemixaholic.com">Sneed Group Git</a>
|
|
<a href="https://sneed-group.github.io/">Sneed Group Site</a>
|
|
<a href="http://nodemixaholic.com">NodeMixaholic.com</a>
|
|
</p>
|
|
|
|
<br>
|
|
</div>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|