old-src-backup/index.html
2017-07-11 21:14:14 -07:00

58 lines
2.8 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://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>