Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<title>Matt's Awesome Guessing Game - About</title>
</head>

<body>
<font face="arial">

<div id="header">
<h1 align="center">Matt's Awesome Guessing Game</h1>
<h2 align="center">About Me</h2>
</div>

<div id="navbar">
<h3 align="left">Navigation</h3>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="about.html">about me</a></li>
<li><a href="mailto:matthew.r.ringel@gmail.com?Subject=guessing game website" target="_top">email me</a>
</ul>

</div>

<div>
<p>My name is Matt. I don't think the Seattle Freeze exists.</p>
</div>



<figure align="right">
<img src="images/Me.jpg" alt="photo of me at Mt. Rainier National Park" title="Me at Mt. Rainier National Park" />
<!--<br />-->
<figcaption>Me at Mt. Rainier National Park</figcaption>
</figure>

</body>

</html>
Binary file added images/BlankMap-USA-states.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Matt's Awesome Guessing Game</title>
</head>

<body>
<font face="arial">
<div id="header">
<h1 align="center">Matt's Awesome Guessing Game</h1>
<h2 align="center">AKA States of JavaScript Confusion</h2>
</div>

<div id="navbar">
<h3 align="left">Navigation</h3>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="about.html">about me</a></li>
<li><a href="mailto:matthew.r.ringel@gmail.com?Subject=guessing game website" target="_top">email me</a>
</ul>

</div>

<div id="intro">
<p>During my long long life here on this planet I've lived in various states in the US for school, work, and play. This game will test you to see if you can guess how many and which ones. Here are some hints. I went to school at <abbr title="Yes there really is a Kalamazoo.">Kalamazoo College</abbr> and I worked for <abbr title="National Oceanic and Atmospheric Administration">NOAA</abbr> for ten years.
</p>
</div>

<div id="game">

<p>A button or something to launch the guessing game will go here.</p>

<img src="images/BlankMap-USA-states.PNG" alt="greyscale map of the United States" title="No, Alaska is not an island"/>

</div>






</body>

</html>