Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8beba4b

Browse files
committedJun 2, 2012
Initial commit
0 parents  commit 8beba4b

File tree

726 files changed

+104949
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

726 files changed

+104949
-0
lines changed
 

‎Templates/Manifest/footer.html

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
</div>
2+
3+
<div id="footer">
4+
5+
<!-- Footer Links -->
6+
7+
<h5>Elsewhere</h5>
8+
<ul class="elsewhere">
9+
<li>php wp_list_bookmarks('categorize=0&title_li=&category_name=footer&show_images=0'); </li>
10+
</ul>
11+
12+
<!-- Search Field -->
13+
14+
<div class="footerContent">
15+
<form method="get" id="searchform" action="">
16+
<div id="search">
17+
<input type="text" value="" name="s" id="s" />
18+
<input type="submit" id="searchsubmit" value="Search" />
19+
</div>
20+
</form>
21+
22+
23+
<p>&copy; Aarontropy. Based on the <a href="http://jimbarraud.com/manifest/">Manifest</a> Wordpress theme</p>
24+
</div>
25+
</div>
26+
27+
</body>
28+
</html>

‎Templates/Manifest/header.html

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
7+
<title>{% block title %}Aarontropy{% endblock %}</title>
8+
9+
<!--[if gte IE 7]><!-->
10+
<link rel="stylesheet" href="{{ STATIC_URL }}Manifest/style.css" type="text/css" media="screen" charset="utf-8" />
11+
<!-- <![endif]-->
12+
13+
<!--[if IE 7]>
14+
<link rel="stylesheet" href="{{ STATIC_URL }}Manifest/style_ie.css" type="text/css" media="screen" charset="utf-8" />
15+
<![endif]-->
16+
17+
<!--[if IE 6]>
18+
<link rel="stylesheet" type="text/css" media="screen" href="{{ STATIC_URL }}Manifest/styles_ie6.css" />
19+
<![endif]-->
20+
21+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
22+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
23+
24+
</head>
25+
26+
<body class="home blog">
27+
28+
29+
<div id="siteWrapper">
30+
31+
<h1 class="vcard author"><a href="" title="Home" class="fn">Aarontropy</a></h1>
32+
33+
<div id="mainNav">
34+
<ul>
35+
<li class="page_item">Home</li>
36+
</ul>
37+
</div>
38+
39+
40+
<div id="siteDescription">
41+
Simple journey in to roll-your-owndom
42+
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.