-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReason1.html
32 lines (32 loc) · 1.64 KB
/
Reason1.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Reason #1</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="Yam For President.png">
<h1>I love playing (and making) video games!</h1>
</header>
<main>
<img src="me playing sonic the hedgehog 2 (i know sonic couldn't do the peelout until sonic CD, just thought it was cool).png">
<p>The first video game I ever played was the 2013 iOS mobile port of <em>Sonic the Hedgehog 2</em>, and video games have been fun for me ever since.</p>
<p>Here's a selection of games i've made to prove it!</p>
<iframe src="https://turbowarp.org/953610484/embed" width="482" height="412" allowtransparency="true" frameborder="0" scrolling="no" allowfullscreen></iframe>
<p>This game is called "Untitled Dodging Game", and I am very proud of it. You can find it's Scratch page <a href="https://scratch.mit.edu/projects/953610484">here.</a></p>
<iframe src="https://turbowarp.org/839864004/embed" width="482" height="412" allowtransparency="true" frameborder="0" scrolling="no" allowfullscreen></iframe>
<p>This game is called "Jim Platformer", and I am also very proud of this too. You can find it's Scratch page <a href="https://scratch.mit.edu/projects/839864004">here.</a></p>
</main>
<nav>
<hr>
<a href="index.html">Home</a>
<a href="Reason2.html">Reason #2</a>
<a href="Reason3.html">Reason #3</a>
<a href="Reason4.html">Reason #4</a>
<a href="Reason5.html">Reason #5</a>
<a href="About Me.html">About Me</a>
</nav>
</body>
</html>