Skip to content

Commit

Permalink
bætti við about, schedule og aboutus.html
Browse files Browse the repository at this point in the history
  • Loading branch information
snowbearfml committed Nov 17, 2015
1 parent d3af3a9 commit 3c36ef0
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 2 deletions.
20 changes: 20 additions & 0 deletions aboutus.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Pink Panther Underground</title>
</head>
<body>
<div id="banner">Pink Panther Unerground</div>
<nav>
<div id="home"><a href="index.html">Home</a></div>
<div id="schedule"><a href="schedule.html">Schedule</a></div>
<div id="signup"><a href="signup.html">Sign Up</a></div>
<div id="aboutus"><a href="aboutus.html">About Us</a></div>
</nav>
<div id="article">footer</div>
<div id="schedule">schedule</div>
<footer>Footer</footer>
</body>
</html>
19 changes: 17 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,25 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<title>Pink Panther Underground</title>
</head>
<body>
<h1>Pink Panther Underground</h1>
<p>Come and explore the underground</p>
<div class="pure-g">
<div id="banner" class="frame pure-u-1">Pink Panther Unerground</div>
</div>
<nav class="frame pure-g">
<div id="home" class="frame pure-u-1-4"><a href="index.html">Home</a></div>
<div id="schedule" class="frame pure-u-1-4"><a href="schedule.html">Schedule</a></div>
<div id="signup" class="frame pure-u-1-4"><a href="signup.html">Sign Up</a></div>
<div id="aboutus" class="frame pure-u-1-4"><a href="aboutus.html">About Us</a></div>
</nav>
<div class="">
<div id="article" class="">article</div>
<div id="schedule" class="">schedule</div>
</div>


<footer>Footer</footer>
</body>
</html>
20 changes: 20 additions & 0 deletions schedule.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Pink Panther Underground</title>
</head>
<body>
<div id="banner">Pink Panther Unerground</div>
<nav>
<div id="home"><a href="index.html">Home</a></div>
<div id="schedule"><a href="schedule.html">Schedule</a></div>
<div id="signup"><a href="signup.html">Sign Up</a></div>
<div id="aboutus"><a href="aboutus.html">About Us</a></div>
</nav>
<div id="article">footer</div>
<div id="schedule">schedule</div>
<footer>Footer</footer>
</body>
</html>
20 changes: 20 additions & 0 deletions signup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Pink Panther Underground</title>
</head>
<body>
<div id="banner">Pink Panther Unerground</div>
<nav>
<div id="home"><a href="index.html">Home</a></div>
<div id="schedule"><a href="schedule.html">Schedule</a></div>
<div id="signup"><a href="signup.html">Sign Up</a></div>
<div id="aboutus"><a href="aboutus.html">About Us</a></div>
</nav>
<div id="article">footer</div>
<div id="schedule">schedule</div>
<footer>Footer</footer>
</body>
</html>
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
h1 {
color: Pink;
}
.frame {
margin:0px;
}
#banner{
width: 100%;
height: 300px;
}

0 comments on commit 3c36ef0

Please sign in to comment.