summaryrefslogtreecommitdiff
path: root/index.html
blob: 1181eae62255d480aaabf34dd39504e17b8e13af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!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://background-tiles.com/overview/blue/patterns/large/1027.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><li><a href="Socialist Memes.Zip" download>Socialist Memes</a></ul>
          <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>