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
5 changes: 4 additions & 1 deletion CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {


h1, h2 {
font-family: 'Coming Soon', cursive;
font-family: 'Jolly Lodger', cursive;
font-weight: 300;
margin:0 0 15px 0;
}
Expand Down Expand Up @@ -158,3 +158,6 @@ a {
.s3 {
background: #1b83b3;
}

#strike {color:red;
}
29 changes: 16 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,46 @@
<html>
<head>

<title>LTCW1</title>
<title>DINOSAURS!!!!!</title>
<link href="CSS/style.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Jolly+Lodger' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrap">
<div class="section sTop">
<div class="inner">
<h1 class="title">Something about seattle</h1>
<h2 class="subtitle">Nobody cares about the east side</h2>
<h1 class="title">Dinosaurs having fun</h1>
<h2 class="subtitle">You wish you made this site</h2>
</div>
</div>

<div class="subMenu" >
<div class="inner">
<a href="#sTop" class="subNavBtn">Home</a>
<a href="#s1" class="subNavBtn">My Mopeds</a>
<a href="#s2" class="subNavBtn">Why Mopeds?</a>
<a href="#s3" class="subNavBtn">Try Mopeds!</a>
<a href="#s1" class="subNavBtn">Dinosaurs having fun</a>
<a href="#s2" class="subNavBtn">Everything dinosaurs</a>
<a href="#s3" class="subNavBtn">Dinosaurs eating stuff</a>
<a href="https://twitter.com/grahammcbain" class="subNavBtn extLink end">Follow me on twitter</a>
</div>
</div>

<div class="section s1" id="s1">
<div class="inner ">
<h1>My Mopeds</h1>
<h1>Dinosaurs having fun</h1>
<h2>Jurrasic Park is awesomeeee</h2>
<div class="section">
<a href="http://www.boltmotorbikes.com/"><img src="http://i.imgur.com/BXOdmQ7.jpg"/></a>
<a href="http://galvanize.com"><img src="https://i.ytimg.com/vi/ksAzPwiT6HM/hqdefault.jpg"/></a>
</div>
</div>
</div>

<div class="section s2" id="s2">
<div class="inner">
<h1>Why Mopeds?</h1>
<h1>Everything dinosaurs</h1>
<h2>Because they are wicked fun!</h2>
<div class="section">
<a href="http://www.boltmotorbikes.com/"><img src="https://mopedschool.files.wordpress.com/2014/06/tomos.jpg" title="Me in the glory days"/></a>
<a href="http://washingtonpost.com/"><img src="http://blogs-images.forbes.com/davegonzales/files/2015/02/Jurassic-World-Indominous-Rex-Dinosaur-1940x1560.png" title="Me in the glory days"/></a>
</div>
</div>
</div>
Expand All @@ -48,10 +50,11 @@ <h2>Because they are wicked fun!</h2>

<div class="section s3" id="s3">
<div class="inner">
<h1>Try Mopeds!</h1>
<h2>My wife Alissa tried mopeds and she loves them!</h2>
<h1>Dinosaurs eating stuff</h1>
<h2>Graham's <span style='color:red;text-decoration:line-through'>
<span style='color:white'>wife</span></span> tried getting eaten by a dinosaur and she loved it!</h2>
<div class="section">
<a href="http://www.boltmotorbikes.com/"><img src="http://i.imgur.com/AVmlW8k.jpg" title="Alissa McBain"/></a>
<a href="http://www.oldtownforsale.com/"><img src="https://i.ytimg.com/vi/XL9t6lU5YLA/maxresdefault.jpg" title="Not our teacher's wife"/></a>
</div>

</div>
Expand Down