2017-07-12 00:14:14 -04:00
<!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 >
2017-08-31 09:22:20 -04:00
< body background = "https://s-media-cache-ak0.pinimg.com/originals/91/90/67/919067b174954afce1a4e8fd8640458d.jpg" >
2017-08-30 23:46:18 -04:00
2017-07-12 00:14:14 -04:00
< 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 >
2017-07-12 14:48:24 -04:00
< a href = "Chess_Multiplayer.zip" download > Multiplayer Chess around the world! My first project with sockets < / a >
2017-07-12 00:14:14 -04:00
< p > < / p >
2017-07-12 14:48:24 -04:00
< 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 >
2017-07-12 00:14:14 -04:00
< / div >
< / div >
< / div >
< div id = 'textbox' >
< h1 style = "color:#00ffcc" ; > My Website< / h1 >
2017-07-12 14:48:24 -04:00
< 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.
2017-07-12 00:14:14 -04:00
< / p >
< ul > < li > < a href = "webcomic.html" > My Webcomic< / a > < / ul >
2017-08-30 23:41:06 -04:00
< ul > < li > < a href = "Socialist Memes.Zip" download > Socialist Memes< / a > < / ul >
2017-07-12 00:14:14 -04:00
< ul > < li > < a href = "http://xkcd.com" > The Greatest Web Comic< / a > < / ul >
2017-08-30 23:39:09 -04:00
< 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 >
2017-07-12 00:14:14 -04:00
< ul > < li > < a href = "http://knowyourmeme.com/memes/random" > Random Meme< / a > < / ul >
2017-08-30 23:39:09 -04:00
< ul > < li > < a href = "https://www.instagram.com/zodiac.poster/" > My Meme/Zodiac Page on Instagram< / a > < / ul >
2017-07-12 00:14:14 -04:00
< / 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 >