-
Notifications
You must be signed in to change notification settings - Fork 264
/
index.html
307 lines (295 loc) · 12.8 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
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<!--[if lt IE 8]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9 oldie" lang="en"> <![endif]-->
<!--[if gt IE 9]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Initializr - Start an HTML5 Boilerplate project in 15 seconds!</title>
<meta
name="description"
content="Initializr generates clean customizable templates based on HTML5 Boilerplate with just what you need to start quickly!"
/>
<meta name="author" content="verekia" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body>
<div id="header-container">
<header class="wrapper clearfix">
<div id="title-container">
<h1 id="title">Initializr</h1>
<h2>Start an HTML5 project in 15 seconds!</h2>
</div>
<div id="html5-logo-container">
<img src="img/html5-logo-165-cut.png" alt="" />
</div>
<div id="follow-container">
<p><a id="author" href="https://twitter.com/verekia" target="_blank">Verekia</a></p>
</div>
</header>
</div>
<div id="main-container">
<div id="main" class="wrapper clearfix">
<div id="intro" class="clearfix">
<div id="badges" class="clearfix">
<ul>
<li>
<div class="badge-label">H5BP<br />5.0</div>
</li>
<li>
<div class="badge-label">Bootstrap<br />3.3.1</div>
</li>
<li>
<div class="badge-label">jQuery<br />1.11.2</div>
</li>
</ul>
</div>
<p>
Initializr is an HTML5 templates generator to help you getting started with a new
project based on HTML5 Boilerplate. It generates for you a clean customizable template
with just what you need to start!
</p>
</div>
<div class="js-stack" style="padding: 20px">
<p style="text-align: left; margin: 0; margin-bottom: 10px">
Hey everyone! Initializr is going to retire at the end of 2017. I'd recommend using H5BP
or Bootstrap directly instead. It doesn't take that long to combine them together and
you'll get more up-to-date versions of those. Thank you for using Initializr all these
years! ❤️
</p>
<strong>Want to get better at JavaScript?</strong> I wrote a free step-by-step guide to
build a
<a target="_blank" href="https://github.com/verekia/js-stack-from-scratch"
>modern JavaScript stack from scratch</a
>.
</div>
<h2 class="separator">1 - Pre-configuration</h2>
<div id="preconfig-section" class="clearfix">
<div class="preconfig-container blank-background">
<button id="preconfig-blank" class="preconfig-block blank-background clearfix">
<h3>Classic H5BP</h3>
</button>
<div class="preconfig-links-container">
<a target="_blank" href="http://html5boilerplate.com/docs/" class="first">Docs</a
><a target="_blank" href="http://demo.html5boilerplate.com/">Demo</a>
</div>
</div>
<div class="preconfig-container initializr-background">
<button
id="preconfig-initializr"
class="preconfig-block initializr-background clearfix"
>
<h3>Responsive</h3>
</button>
<div class="preconfig-links-container">
<a
target="_blank"
href="http://verekia.com/initializr/responsive-template"
class="first"
>Docs</a
><a target="_blank" href="#">Demo</a>
</div>
</div>
<div class="preconfig-container bootstrap-background">
<button id="preconfig-bootstrap" class="preconfig-block bootstrap-background clearfix">
<h3>Bootstrap</h3>
</button>
<div class="preconfig-links-container">
<a target="_blank" href="http://twitter.github.com/bootstrap/" class="first">Docs</a
><a target="_blank" href="http://twitter.github.com/bootstrap/examples/hero.html"
>Demo</a
>
</div>
</div>
</div>
<div id="hidden-section">
<h2 id="fine-tuning-separator" class="separator">2 - Fine tuning</h2>
<div id="customize-section" class="clearfix">
<div class="customize-section">
<h3>HTML/CSS Template</h3>
<label><input type="radio" name="htmlcss" value="h5bp-content" />No template</label>
<label
><input type="radio" name="htmlcss" value="izr-responsive" />Mobile-first
Responsive</label
>
<label
><input type="radio" name="htmlcss" value="boot-hero" />Responsive Bootstrap
2.0.4</label
>
</div>
<div class="customize-section">
<h3>HTML5 Polyfills</h3>
<label><input type="radio" name="polyfill" value="modernizr" />Modernizr</label>
<label><input type="radio" name="polyfill" value="html5shiv" />Just HTML5shiv</label>
<label
><input type="checkbox" value="respond" />Respond -
<a
target="_blank"
href="https://github.com/h5bp/html5-boilerplate/issues/816#issuecomment-2512805"
>Alternatives</a
></label
>
</div>
<div class="customize-section">
<h3>Server Config</h3>
<label><input type="checkbox" value="h5bp-htaccess" />.htaccess</label>
<label><input type="checkbox" value="h5bp-nginx" />nginx.conf</label>
<label><input type="checkbox" value="h5bp-webconfig" />web.config</label>
</div>
<div class="customize-section">
<h3>jQuery</h3>
<label><input type="checkbox" value="jquerymin" />Minified</label>
<label><input type="checkbox" value="jquerydev" />Development</label>
</div>
<div class="customize-section">
<h3>Stylesheet Language</h3>
<label><input type="radio" name="stylelang" value="css-mode" />CSS</label>
<label
><input type="radio" name="stylelang" value="less-mode" />LESS -
<a
href="http://verekia.com/less-css/dont-read-less-css-tutorial-highly-addictive"
target="_blank"
>Tutorial</a
></label
>
</div>
<div class="customize-section">
<h3>Google Services</h3>
<label><input type="checkbox" value="h5bp-chromeframe" />Chrome Frame</label>
<label><input type="checkbox" value="h5bp-analytics" />Analytics</label>
</div>
<div class="customize-section">
<h3 class="first-h5bp-label">H5BP Optional</h3>
<label><input type="checkbox" value="h5bp-build" />Build Script (6MB)</label>
<label><input type="checkbox" value="h5bp-iecond" />IE Classes</label>
<label><input type="checkbox" value="h5bp-favicon" />Favicon</label>
</div>
<div class="customize-section customize-h5bp-no-title customize-h5bp-no-title-middle">
<h3 class="second-h5bp-label">H5BP Optional</h3>
<label><input type="checkbox" value="h5bp-appletouchicons" />Apple Touch Icons</label>
<label><input type="checkbox" value="h5bp-scripts" />plugins.js</label>
<label><input type="checkbox" value="h5bp-robots" />Robots.txt</label>
</div>
<div class="customize-section customize-h5bp-no-title">
<h3 class="third-h5bp-label">H5BP Optional</h3>
<label><input type="checkbox" value="h5bp-humans" />Humans.txt</label>
<label><input type="checkbox" value="h5bp-404" />404 Page</label>
<label
><input type="checkbox" value="h5bp-adobecrossdomain" />Adobe Cross Domain</label
>
</div>
</div>
<!-- <textarea id="download-url"></textarea><br /> -->
<!-- <textarea id="preview-url"></textarea> -->
<div id="download-section" class="clearfix">
<a
id="download-link"
href="#"
onclick="event.preventDefault(); alert('Initializr no longer works. This page is only up for the memories :)'); return false;"
>Download it!</a
>
<a
id="preview-link"
href="#"
target="_blank"
onclick="event.preventDefault(); alert('Initializr no longer works. This page is only up for the memories :)'); return false;"
>What's inside?</a
>
</div>
</div>
</div>
<!-- #main -->
</div>
<!-- #main-container -->
<div id="about-container">
<div class="wrapper">
<div id="github-container" class="clearfix">
<img src="img/github-logo.png" alt="Github logo" />
<div id="github-repositories">
<h3>Github Repositories</h3>
<ul>
<li>
<a target="_blank" href="https://github.com/verekia/initializr"
>The builder itself</a
>
</li>
<li>
<a target="_blank" href="https://github.com/verekia/initializr-template"
>The responsive template</a
>
</li>
<li>
<a target="_blank" href="https://github.com/verekia/initializr-website"
>This page</a
>
</li>
</ul>
</div>
</div>
<article id="docs">
<h3>About Initializr</h3>
<p>
Initializr is here to kick-start the development of your new projects. It generates
templates based on HTML5 Boilerplate by allowing you to choose which parts you want or
don't want from it. A
<a href="http://verekia.com/initializr/responsive-template" target="_blank"
>responsive template</a
>
has also been added to start from a basic design instead of a blank page.
</p>
<h3>International guides</h3>
<p>
Initializr functioning is pretty intuitive but it can help to read guides about it in
your own language. Here are some which will help you using Initializr and understanding
HTML5 Boilerplate, HTML5shiv or Modernizr, in
<a
href="http://www.html5-css3.fr/html5/initializr-generateur-template-html5-boilerplate"
target="_blank"
>French</a
>,
<a
href="http://www.mk-dizajn.com/en/2011/06/initializr-izvrstan-html5-predlozak-za-svaki-web-projekt/"
target="_blank"
>English</a
>, <a href="http://www.diegoante.com/initializr.html" target="_blank">Spanish</a>,
<a
href="http://starwebdesign.com.ua/blog/2011/02/16/initializr-generator-chistogo-i-nastraivaemogo-html5-shablona-osnovannogo-na-boilerplate/"
target="_blank"
>Russian</a
>,
<a
href="http://www.mk-dizajn.com/2011/06/initializr-izvrstan-html5-predlozak-za-svaki-web-projekt/"
target="_blank"
>Croatian</a
>,
<a
href="http://www.jaapvdveen.nl/2011/02/17/initializr-een-template-generator-op-basis-van-html5-boilerplate/"
target="_blank"
>Dutch</a
>
and
<a
href="http://flaviosilveira.com/2011/initializr-comece-seu-projeto-html5-em-15-segundos/"
target="_blank"
>Portuguese</a
>.
</p>
<h3>Contact</h3>
<p>
<a target="_blank" href="https://twitter.com/verekia">@verekia</a>
</p>
</article>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')
</script>
<script src="js/script.js"></script>
</body>
</html>