old-src-backup/index.html
2017-08-30 20:39:09 -07:00

63 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="https://fonts.google.com/specimen/Roboto+Slab?selection.family=Roboto+Slab" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="dropdown.css">
</head>
<body>
<body background="http://24.media.tumblr.com/tumblr_m3rsmv8lch1qzbl1no1_400.gif">
<div id='textbox'>
<div class="dropdown">
<span style="color:#08fadf";>Python 3 Projects</span>
<div class="dropdown-content">
<p> I don't know if any of these run outside of Unix-based systems. Most programs work best in the terminal. You must have all dependencies.</p>
<a href="Meme Email Sender.zip" download>Send Random Memes to Friends Via Gmail</a>
<p></p>
<a href="TicTacToe.py" download>Tic Tac Toe in Python</a>
<p></p>
<a href="passGen.py" download>Random Password Word Generator That Somewhat Makes Sense</a>
<p></p>
<a href="Cubing.zip" download>Cubing Timer and PLL trainer! </a>
<p></p>
<a href="Chess_Multiplayer.zip" download> Multiplayer Chess around the world! My first project with sockets </a>
<p></p>
<a href="voiceassistant.py" download>A programmable voice assistant in Python! Keep this in a seperate file, as all the extra mp3s generate a alot. </a>
</div>
</div>
</div>
<div id='textbox'>
<h1 style="color:#00ffcc";>My Website</h1>
<p style="color:#00e1ff";> Hello! My name is Logan Hunt! I love to program. I made this website so I could share my programs, have some games, and share files. Some other interests of mine are speedcubing, speedrunning SM64, Super Metroid, Super Meat Boy, and Portal. I love to play violin, science bowl, and video games.
</p>
<ul><li><a href="webcomic.html">My Webcomic</a></ul>
<ul><a href="Socialist Memes.Zip" download>Socialist Memes</a>
<ul><li><a href="http://xkcd.com">The Greatest Web Comic</a></ul>
<ul><li><a href="https://www.youtube.com/channel/UCJQTIMrR2bKgXlGc79D3k_w">My Meme Youtube</a></ul>
<ul><li><a href="https://www.youtube.com/channel/UCd4Q5A0MZ6QdUscAcIBWYaQ">My Cubing Youtube</a></ul>
<ul><li><a href="http://knowyourmeme.com/memes/random">Random Meme</a></ul>
<ul><li><a href="https://www.instagram.com/zodiac.poster/">My Meme/Zodiac Page on Instagram</a></ul>
</div>
</div>
<div id='textbox'>
<div class="dropdown">
<span style="color:#08fadf";>Games (scroll down while viewing dropdown)</span>
<div class="dropdown-content">
<ul><li><a href="home.html">Happy Wheels</a></ul>
<ul><li><a href="cuttherope.html">Cut The Rope</a></ul>
<ul><li><a href="rubikscube.html">Play With The Google Doodle Rubiks Cube</a></ul>
<ul><li><a href="metboi.html">Meat Boy</a></ul>
<ul><li><a href="snake.html">Snake</a></ul>
<ul><li><a href="dungeons.html">Tron by Me</a></ul>
<ul><li><a href="doodle.html">Doodle Jump by Me</a></ul>
<ul><li><a href="run.html">Run 2</a></ul>
</div>
</div>
</div>
</body>
</html>