diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..0379e5b --- /dev/null +++ b/index.html @@ -0,0 +1,57 @@ +<!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://68.media.tumblr.com/04ff549b92bb99db8ad725a83e288030/tumblr_inline_n258pty5wY1qhwjx8.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="Computing Pi.py" download> Pi to the Nth Digit </a> + <p></p> + <a href="voiceassistant.py" download>A programmable voice assistant in Python! Keep this in a 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, even though I'm not that good at it. 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><li><a href="http://xkcd.com">The Greatest Web Comic</a></ul> + <ul><li><a href="http://knowyourmeme.com/memes/random">Random Meme</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> |