Skip to content

Commit

Permalink
Edits to header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnami committed Jul 16, 2011
1 parent 5f95c30 commit 5282391
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
8 changes: 4 additions & 4 deletions inc/footer.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
</div>
<div id="footer">
<br />This is the footer!
</div>
<div id="footer">
&copy;2011 Ningterns -
<a href="about.php">About Us</a>
</div>
</div>

Expand Down
5 changes: 3 additions & 2 deletions inc/header.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
require_once("config.inc.php"); ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml">


<head>
<title>Pictionary - <?php echo $title; ?></title>
Expand All @@ -11,7 +13,6 @@

<body>
<div id="header">
<img class="logo" />
<p>This is the header!</p><br />
<a href="index.php"><img class="logo" src="images/logo.png" alt="comiCrazy"/></a>
</div>
<div class="main container_12">
5 changes: 3 additions & 2 deletions inc/meta.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<script src="js/jquery-1.6.1.min.js"></script>
<script src="js/jquery-1.6.2.min.js"></script>
<script src="js/jquery.autocomplete.min.js"></script>

<link rel="stylesheet" href="style/reset.css" />
<link rel="stylesheet" href="style/text.css" />
<link rel="stylesheet" href="style/960.css" />
<link rel="stylesheet" href="style/screen.css" />
<link href='http://fonts.googleapis.com/css?family=Indie+Flower|Varela+Round&v2' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Indie+Flower|Varela+Round&v2' rel='stylesheet' type='text/css'/>
19 changes: 13 additions & 6 deletions style/screen.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
#header {
display:block;
width:640px;
text-align:center;
margin:0px auto 10px auto;
}

header {
padding-top: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
background-color: #99CCFF;
#header .logo {
display:inline;
text-align:center;
margin:0px auto 15px auto;
width:400px;
}

footer {
#footer {
margin-bottom: 10px;
}

Expand Down Expand Up @@ -99,3 +105,4 @@ textarea {
text-align: center;
padding-top: 18px;
}

0 comments on commit 5282391

Please sign in to comment.