-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
executable file
·222 lines (193 loc) · 8.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Espresso WordPress Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/docs.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body data-spy="scroll" data-target=".subnav" data-offset="50">
<!-- Navbar
================================================== -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button"class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="./index.html">Espresso</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active">
<a href="./index.html">Overview</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Masthead
================================================== -->
<header class="jumbotron masthead">
<div class="inner">
<h1>Espresso for WordPress</h1>
<p>A flexible parent theme for WordPress.</p>
<p class="download-info">
<a href="https://github.com/brewlabs/espresso/" class="btn btn-primary btn-large" >View project on GitHub</a>
<a href="assests/espresso.zip" class="btn btn-large" >Download Espresso <small>(v1.0)</small></a>
</p>
</div>
<div class="bs-links">
<ul class="quick-links">
<li><a href="https://github.com/brewlabs/espresso/issues?state=open">Submit issues</a></li>
<li><a href="https://github.com/brewlabs/espresso/wiki">Roadmap and changelog</a></li>
</ul>
<!--
<ul class="quick-links">
<li>
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=brewlabs&repo=espresso&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe>
</li>
<li>
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=brewlabs&repo=espresso&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
</li>
</ul>
-->
</div>
</header>
<hr class="soften">
<div class="marketing">
<h1>Designed for easy theme creation.</h1>
<p class="marketing-byline">Need to get a design live quickly? Look no further.</p>
<div class="row">
<div class="span4">
<h2>Built for WordPress</h2>
<p>Like you, we love building awesome stuff with WordPress. Using template parts and many pre-built WordPress functions we have assemebled an easy to use framework.</p>
</div>
<div class="span4">
<h2>For all skill levels</h2>
<p>Espresso is designed to help people of all skill levels—designer or developer alike. </p>
</div>
<div class="span4">
<h2>SEO</h2>
<p>Developed from the begining to Work with the WordPress SEO Plugin by Yoast.</p>
</div>
</div><!--/row-->
<div class="row">
<div class="span4">
<h2>960 grid system</h2>
<p>Espresso comes with 12, 16 and 24 columns, which can be used separately or together. The default grid is 24 but is easly changed in child themes.</p>
</div>
<div class="span4">
<h2>Responsive design</h2>
<p>Espresso include's <a href="http://adapt.960.gs/">Adapt.js</a> setup for the 960 grid system. All you need to do is activate it in your child theme.</p>
</div>
<div class="span4">
<h2>Multiple Layouts</h2>
<p>Espresso has 6 Header layout options, 6 Content layout options and 7 Footer layout options. All layouts can be controlled via the theme admin area right within WordPress.</p>
</div>
</div><!--/row-->
<div class="row">
<div class="span3">
<img class="small-bs-icon" src="assets/img/icon-html5.png">
<h3>HTML5</h3>
<p>Built to support new HTML5 elements and syntax.</p>
</div>
<div class="span3">
<img class="small-bs-icon" src="assets/img/icon-css3.png">
<h3>CSS3</h3>
<p>Progressively enhanced your designs with easy. We kept Espresso as a blank canvas for you.</p>
</div>
<div class="span3">
<img class="small-bs-icon" src="assets/img/icon-github.png">
<h3>Open-source</h3>
<p>Built for and maintained by the community via <a href="https://github.com">GitHub</a>.</p>
</div>
<div class="span3">
<h3>Made with Love</h3>
<p>Brought to you by experienced WordPress developers.</p>
</div>
</div><!--/row-->
<hr class="soften">
<h1>Examples Built with Espresso.</h1>
<ul class="thumbnails example-sites">
<li class="span3">
<a class="thumbnail" href="http://materialace.com/" target="_blank">
<img src="assets/img/example-sites/ma.jpg" alt="materialace.com">
</a>
</li>
<li class="span3">
<a class="thumbnail" href="http://trendslide.com/" target="_blank">
<img src="assets/img/example-sites/trendslide.jpg" alt="Trendslide">
</a>
</li>
<li class="span3">
<a class="thumbnail" href="http://think2loud.com/" target="_blank">
<img src="assets/img/example-sites/t2l.jpg" alt="Think2Loud">
</a>
</li>
<li class="span3">
<a class="thumbnail" href="http://www.mycarrierpigeon.com/" target="_blank">
<img src="assets/img/example-sites/cp.jpg" alt="Carrier Pigeon">
</a>
</li>
</ul>
</div><!-- /.marketing -->
<!-- Footer
================================================== -->
<footer class="footer">
<p class="pull-right"><a href="#">Back to top</a></p>
<p>Designed and built by <a href="http://twitter.com/twitter" target="_blank">@brewlabsllc</a>.</p>
<p>Code licensed under the same license as <a href="http://wordpress.org/about/license/" target="_blank">WordPress</a>.</p>
<p>Documentation built with <a href="http://github.com/twitter/bootstrap/">Bootstrap</a>.</p>
</footer>
</div><!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script>
<script src="assets/js/bootstrap-transition.js"></script>
<script src="assets/js/bootstrap-alert.js"></script>
<script src="assets/js/bootstrap-modal.js"></script>
<script src="assets/js/bootstrap-dropdown.js"></script>
<script src="assets/js/bootstrap-scrollspy.js"></script>
<script src="assets/js/bootstrap-tab.js"></script>
<script src="assets/js/bootstrap-tooltip.js"></script>
<script src="assets/js/bootstrap-popover.js"></script>
<script src="assets/js/bootstrap-button.js"></script>
<script src="assets/js/bootstrap-collapse.js"></script>
<script src="assets/js/bootstrap-carousel.js"></script>
<script src="assets/js/bootstrap-typeahead.js"></script>
<script src="assets/js/application.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32394685-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>