mirror of
https://github.com/jcreek/Assassins-Mission-Control.git
synced 2026-07-12 18:43:43 +00:00
Committing the current version
This version works and has been tested in a full game with over 50 players however there isn’t as yet a proper admin backend and many activities require the admin to fiddle with html or SQL at the moment.
This commit is contained in:
Executable
+79
@@ -0,0 +1,79 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>simplestyle_7</title>
|
||||
<meta name="description" content="website description" />
|
||||
<meta name="keywords" content="website keywords, website keywords" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine&v1" />
|
||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" />
|
||||
<link rel="stylesheet" type="text/css" href="style/style.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="main">
|
||||
<div id="header">
|
||||
<div id="logo">
|
||||
<h1>simplestyle<a href="#">_7</a></h1>
|
||||
<div class="slogan">Cool slogan goes here!</div>
|
||||
</div>
|
||||
<div id="menubar">
|
||||
<ul id="menu">
|
||||
<!-- put class="current" in the li tag for the selected page - to highlight which page you're on -->
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="examples.html">Examples</a></li>
|
||||
<li><a href="page.html">A Page</a></li>
|
||||
<li><a href="another_page.html">Another Page</a></li>
|
||||
<li class="current"><a href="contact.html">Contact Us</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="site_content">
|
||||
<div id="sidebar_container">
|
||||
<img class="paperclip" src="style/paperclip.png" alt="paperclip" />
|
||||
<div class="sidebar">
|
||||
<!-- insert your sidebar items here -->
|
||||
<h3>Latest News</h3>
|
||||
<h4>What's the News?</h4>
|
||||
<h5>1st July 2011</h5>
|
||||
<p>Put your latest news item here, or anything else you would like in the sidebar!<br /><a href="#">Read more</a></p>
|
||||
</div>
|
||||
<img class="paperclip" src="style/paperclip.png" alt="paperclip" />
|
||||
<div class="sidebar">
|
||||
<h3>Newsletter</h3>
|
||||
<p>If you would like to receive our newletter, please enter your email address and click 'Subscribe'.</p>
|
||||
<form method="post" action="#" id="subscribe">
|
||||
<p style="padding: 0 0 9px 0;"><input class="search" type="text" name="email_address" value="your email address" onclick="javascript: document.forms['subscribe'].email_address.value=''" /></p>
|
||||
<p><input class="subscribe" name="subscribe" type="submit" value="Subscribe" /></p>
|
||||
</form>
|
||||
</div>
|
||||
<img class="paperclip" src="style/paperclip.png" alt="paperclip" />
|
||||
<div class="sidebar">
|
||||
<h3>Latest Blog</h3>
|
||||
<h4>Website Goes Live</h4>
|
||||
<h5>1st July 2011</h5>
|
||||
<p>We have just launched our new website. Take a look around, we'd love to know what you think.....<br /><a href="#">read more</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<!-- insert the page content here -->
|
||||
<h1>Contact Us</h1>
|
||||
<p>Below is an example of how a contact form might look with this template:</p>
|
||||
<form action="#" method="post">
|
||||
<div class="form_settings">
|
||||
<p><span>Name</span><input class="contact" type="text" name="your_name" value="" /></p>
|
||||
<p><span>Email Address</span><input class="contact" type="text" name="your_email" value="" /></p>
|
||||
<p><span>Message</span><textarea class="contact textarea" rows="8" cols="50" name="your_enquiry"></textarea></p>
|
||||
<p style="padding-top: 15px"><span> </span><input class="submit" type="submit" name="contact_submitted" value="submit" /></p>
|
||||
</div>
|
||||
</form>
|
||||
<p><br /><br />NOTE: A contact form such as this would require some way of emailing the input to an email address.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p>Copyright © simplestyle_7 | <a href="http://validator.w3.org/check?uri=referer">HTML5</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | <a href="http://www.html5webtemplates.co.uk">design from HTML5webtemplates.co.uk</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user