summaryrefslogtreecommitdiff
path: root/htdocs/src/header.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/src/header.inc.php')
-rw-r--r--htdocs/src/header.inc.php31
1 files changed, 31 insertions, 0 deletions
diff --git a/htdocs/src/header.inc.php b/htdocs/src/header.inc.php
new file mode 100644
index 0000000..f2966e4
--- /dev/null
+++ b/htdocs/src/header.inc.php
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title><?= $CONFIG['sitetitle'] ?></title>
+
+ <link rel="stylesheet" href="<?= $CONFIG['urlroot'] ?>/css/main.css" />
+
+</head>
+<body>
+<div id="header">
+ <p><img src="<?= $CONFIG['urlroot'] ?>/images/logo.png"
+ alt="<?= $CONFIG['sitetitle'] ?>" /></p>
+
+ <div id="about">
+ Foursquare community is a place...
+ </div>
+</div>
+
+<div id="nav">
+ <ul>
+ <li><a href="" class="button">Create Post</a></li>
+ <li><a href="" class="button">Safety Tips</a></li>
+ <li><a href="" class="button">Contact Us</a></li>
+ </ul>
+</div>
+
+<div id="buttonblock">
+ <p>What are you looking for?</p>
+</div>
+
+<div id="content">