-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
274 lines (204 loc) · 12.1 KB
/
Copy pathindex.html
File metadata and controls
274 lines (204 loc) · 12.1 KB
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Web Boilerplate - a front-end starter template</title>
<!-- Add to homescreen -->
<link rel="manifest" href="manifest.json">
<link rel="dns-prefetch" href="//google-analytics.com">
<link rel="dns-prefetch" href="//www.google-analytics.com">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<!-- <link rel="prefetch" href="/about.html" /> -->
<!-- Add verification for Google -->
<meta name="google-site-verification" content="">
<!-- Add verification for MS -->
<meta name="msvalidate.01" content="">
<!-- Add verification for Yahoo -->
<meta name="y_key" content="">
<!-- Fallback to homescreen for Chrome <39 on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Web Boilerplate">
<link rel="icon" sizes="192x192" href="/assets/images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Web Boilerplate">
<link rel="apple-touch-icon" href="/assets/images/touch/apple-touch-icon.png">
<!-- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/images/touch/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/images/touch/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/images/touch/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="/assets/images/touch/apple-touch-icon-57x57-precomposed.png"> -->
<link rel="shortcut icon" sizes="196x196" href="/assets/images/touch/touch-icon-196x196.png">
<link rel="shortcut icon" href="/assets/images/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="/assets/images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<meta name="theme-color" content="#3372DF">
<!-- SEO: -->
<!-- If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!-- <link rel="canonical" href="http://www.example.com/"> -->
<!-- Alternate Multilingual: -->
<!-- <link rel="alternate" hreflang="x-default" href="http://example.com/" />
<link rel="alternate" href="http://en.example.com/" hreflang="en" /> -->
<!-- Alternate Blog -->
<!-- <link rel="alternate" type="application/rss+xml" title="Your Feed" href="http://example.com/feed/" /><link> -->
<!-- Pagination: -->
<!-- <link rel="prev" href="http://example.com/article-part-1">
<link rel="next" href="http://example.com/article-part-3"> -->
<meta name="robot" content="index, follow">
<!-- Social:
@see http://moz.com/blog/meta-data-templates-123 -->
<!-- Google Authorship and Publisher Markup -->
<!-- <link rel="author" href=" https://plus.google.com/[Google+_Profile]/posts"/>
<link rel="publisher" href=” https://plus.google.com/[Google+_Page_Profile]"/> -->
<!-- Schema.org markup for Google+ -->
<!-- <meta itemprop="name" content="The Name or Title Here">
<meta itemprop="description" content="This is the page description">
<meta itemprop="image" content=" http://example.com/image.jpg"> -->
<!-- Twitter Card data -->
<!-- <meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@publisher_handle">
<meta name="twitter:title" content="Page Title">
<meta name="twitter:description" content="Page description less than 200 characters">
<meta name="twitter:creator" content="@author_handle"> -->
<!-- Twitter summary card with large image must be at least 280x150px -->
<!-- <meta name="twitter:image:src" content=" http://example.com/image.html"> -->
<!-- Open Graph data -->
<!-- <meta property="og:title" content="Title Here" />
<meta property="og:type" content="article" />
<meta property="og:url" content=" http://example.com/" />
<meta property="og:image" content=" http://example.com/image.jpg" />
<meta property="og:description" content="Description Here" />
<meta property="og:site_name" content="Site Name, i.e. Moz" />
<meta property="article:published_time" content="2013-09-17T05:59:00+01:00" />
<meta property="article:modified_time" content="2013-09-16T19:08:47+01:00" />
<meta property="article:section" content="Article Section" />
<meta property="article:tag" content="Article Tag" />
<meta property="fb:admins" content="Facebook numberic ID" /> -->
<!-- This script prevents links from opening in Mobile Safari. https://gist.github.com/1042026 -->
<!-- <script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script> -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/assets/css/main.css">
<!-- Modernizr if you need -->
<!--<script src="/assets/js/vendor/modernizr.js"></script> -->
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/selectivizr/1.0.2/selectivizr-min.js"></script>
<![endif]-->
</head>
<body>
<header class="header" role="banner">
<div class="container">
<div class="logo">
<a rel="home" href="/">
<h1>
<span class="small">Web</span>
<span class="bold">Boilerplate</span>
</h1>
<p class="claim">a front-end starter template</p>
</a>
</div>
</div>
<span class="banderole forkongithub">
<a href="https://github.com/webboilerplate/web-boilerplate">Fork me on GitHub</a>
</span>
<span class="banderole pullfromdocker">
<a href="https://hub.docker.com/r/soenkekluth/web-boilerplate/">Pull from Docker</a>
</span>
</header>
<nav role="navigation">
<h4 class="visuallyhidden">Navigation</h4>
<ul>
<li class="active"><a href="/">Home</a>
</li>
<li><a href="#about">About</a>
</li>
<li><a href="https://github.com/webboilerplate/web-boilerplate" target="blank">Github</a>
</li>
<li><a href="#credits">Credits</a>
</li>
</ul>
</nav>
<main id="main" role="main">
<div id="about" class="page">
<div class="container">
<h1>Web Boilerplate</h1>
<p>Web Boilerplate is a starting point for HTML5 web development.</p>
<p>You can kick off your next web / app front-end project without the timecost of setting up a fresh project with its file structure, building tasks, core files and core contents, SEO specific meta tags and accessibility, dependencies, deployment and so on...</p>
<h2>Tooling / Technologies / Libs <em>(core only)</em></h2>
<ul>
<li><a href="http://docker.com">docker</a></li>
<li><a href="http://nodejs.com">node</a></li>
<li><a href="https://www.npmjs.com/">npm</a> </li>
<li><a href="http://gulpjs.com">gulp</a></li>
<li><a href="http://browserify.org">browserify</a></li>
<li><a href="https://webpack.github.io">webpack</a> </li>
<li><a href="https://babeljs.io">babel</a></li>
<li><a href="http://www.browsersync.io">browser-sync</a></li>
<li><a href="https://github.com/sass/node-sass">node-sass</a></li>
<li><a href="https://learnboost.github.io/stylus">stylus</a></li>
<li><a href="https://github.com/Ensighten/spritesmith">image sprites via spritesmith</a></li>
<li><a href="https://github.com/Ensighten/spritesmith">svg sprites</a></li>
<li><a href="http://bower.io">bower</a></li>
<li><a href="https://github.com/jedrichards/rsyncwrapper">rsync</a></li>
</ul>
<h2>Setup</h2>
<h3>Install Docker</h3>
<ul>
<li><a href="https://docs.docker.com/docker-for-mac">docker for mac</a></li>
<li><a href="https://docs.docker.com/docker-for-windows">docker for windows</a></li>
<li><a href="https://docs.docker.com/engine/installation/linux">docker for linux</a></li>
</ul>
<h2>Development</h2>
<p>You can either use the <a href="https://hub.docker.com/r/soenkekluth/web-boilerplate/">web-boilerplate image</a> from <a href="https://hub.docker.com/">docker-hub</a> or create your own images using the included Dockerfile</p>
<h3>Create a docker container from docker-hub and start development</h3>
<p><code>docker run -p 3000:3000 -p 3001:3001 --name web-boilerplate -v $(pwd)/src:/usr/local/src/src --sig-proxy=false soenkekluth/web-boilerplate npm run dev</code></p>
<h3>or build your own Docker Image</h3>
<p><code>docker build -t web-boilerplate .</code></p>
<h3>and run your Docker Container for development</h3>
<p><code>docker run -p 3000:3000 -p 3001:3001 --name web-boilerplate -v $(pwd)/src:/usr/local/src/src --sig-proxy=false web-boilerplate npm run dev</code></p>
<h2>Distribute</h2>
<p><code>docker run --rm -v $(pwd)/src:/usr/local/src/src -v $(pwd)/dist:/usr/local/src/dist soenkekluth/web-boilerplate npm run dist</code></p>
<h2>Server Configs</h2>
<p>if you may need any...
<a href="https://github.com/h5bp/server-configs/">https://github.com/h5bp/server-configs/</a></p>
<h2>Frontend Coding Guidelines</h2>
<ul>
<li><a href="http://codeguide.co/">http://codeguide.co/</a></li>
<li><a href="http://cssguidelin.es/">http://cssguidelin.es/</a></li>
<li><a href="http://sass-guidelin.es/">http://sass-guidelin.es/</a></li>
<li><a href="https://github.com/styleguide/css/">https://github.com/styleguide/css/</a></li>
<li><a href="https://github.com/necolas/idiomatic-css/">https://github.com/necolas/idiomatic-css/</a></li>
<li><a href="http://paulrobertlloyd.com/about/styleguide/">http://paulrobertlloyd.com/about/styleguide/</a></li>
<li><a href="https://github.com/airbnb/javascript/">https://github.com/airbnb/javascript/</a></li>
<li><a href="https://github.com/felixge/node-style-guide">https://github.com/felixge/node-style-guide</a></li>
<li><a href="https://github.com/yandex/codestyle/blob/master/javascript.md">https://github.com/yandex/codestyle/blob/master/javascript.md</a></li>
</ul>
</div>
</main>
<footer class="footer" id="credits" role="contentinfo">
<div class="container">
<small>made and maintained with ♥ in Berlin by
<address class="author">
<a href="http://soenkekluth.com" rel="author">Sönke Kluth</a>
</address>
</small>
</div>
</footer>
<script src="/assets/js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
<!-- made with ♥ in Berlin by Sönke Kluth -->
</body>
</html>