-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
268 lines (259 loc) · 10.3 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
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Snowflake - Roll your own framework</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Your app is a unique snowflake. Isn't it time for a framework that treats it like one?" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="landing">
<!-- Header -->
<!--
<header id="header">
<h1 id="logo"><a href="index.html">Snowflake</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="">Layouts</a>
<ul>
<li><a href="left-sidebar.html">Left Sidebar</a></li>
<li><a href="right-sidebar.html">Right Sidebar</a></li>
<li><a href="no-sidebar.html">No Sidebar</a></li>
<li>
<a href="">Submenu</a>
<ul>
<li><a href="#">Option 1</a></li>
<li><a href="#">Option 2</a></li>
<li><a href="#">Option 3</a></li>
<li><a href="#">Option 4</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="elements.html">Elements</a></li>
<li><a href="#" class="button special">Sign Up</a></li>
</ul>
</nav>
</header>
-->
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h2>Your app is a unique snowflake</h2>
<p>Isn't it time for a framework that treats it like one?<br />
Introducing Snowflake. Roll your own framework.</p>
</header>
<span class="image"><img src="images/pic01.jpg" alt="" /></span>
</div>
<a href="#one" class="goto-next scrolly">Next</a>
</section>
<!-- One -->
<section id="one" class="spotlight style1 bottom">
<span class="image fit main"><img src="images/pic02.jpg" alt="" /></span>
<div class="content">
<div class="container">
<div class="row">
<div class="4u 12u$(medium)">
<header>
<h2>Most frameworks make you follow The Rules<sup>TM</sup></h2>
<p>Snowflake knows that <b><i>you</i></b> know best</p>
</header>
</div>
<div class="4u 12u$(medium)">
<p>
Standing on the shoulders of giants is for wimps and those afraid to think for themselves.
Most frameworks are fine if you want to build a cookie-cutter clone of the latest new hotness.
But your app is the most unique thing in the history of man.
</p>
</div>
<div class="4u$ 12u$(medium)">
<p>
There's just no way that anyone else could have already solved any problems in a way that can be useful to you.
With the power of Snowflake you can do things the way you know is best.</p>
</div>
</div>
</div>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
</section>
<!-- Two -->
<section id="two" class="spotlight style2 right">
<span class="image fit main"><img src="images/pic03.jpg" alt="" /></span>
<div class="content">
<header>
<h2>Snowflake allows you to break new ground</h2>
<p>By rolling your own framework with Snowflake you can discover exciting new concepts. Thing like:</p>
</header>
<p>
<ul>
<li>Separation of Concerns</li>
<li>Single Responsibility Principal</li>
<li>MVC Patterns</li>
<li>Dependency Management</li>
<li>Object Factories</li>
<li>Object Factory Factories *</li>
</ul>
</p>
<p>
* You know what? Forget those last two, you don't need 'em. Let's forget we even mentioned those.
</p>
</div>
<a href="#three" class="goto-next scrolly">Next</a>
</section>
<!-- Three -->
<section id="three" class="spotlight style3 left">
<span class="image fit main bottom"><img src="images/pic04.jpg" alt="" /></span>
<div class="content">
<header>
<h2>Is Snowflake cross-platform?</h2>
<p>You know it! And webscale!</p>
</header>
<p>Snowflake is compatible with all your favorite technologies.</p>
<ul>
<li>Ruby</li>
<li>Python</li>
<li>Javascript/PHP</li>
<li>WordPress/Node</li>
<li>iOs/Android</li>
<li>Google</li>
<li>Computer keyboards</li>
<li>Computer boxes</li>
<li>Internet websites</li>
</ul>
<!--
<ul class="actions">
<li><a href="#" class="button">Learn More</a></li>
</ul>
-->
</div>
<a href="#four" class="goto-next scrolly">Next</a>
</section>
<!-- Four -->
<section id="four" class="wrapper style1 special fade-up">
<div class="container">
<header class="major">
<h2>How do I get started with Snowflake?</h2>
<p>It couldn't be easier.</p>
</header>
<div class="box alt">
<div class="row uniform">
<section class="4u 6u(medium) 12u$(xsmall)">
<span class="icon alt major fa-remove"></span>
<h3>Remove other frameworks</h3>
<p>If you're starting a new project, just make sure not to bring in any new frameworks.</p>
</section>
<section class="4u 6u$(medium) 12u$(xsmall)">
<span class="icon alt major fa-code"></span>
<h3>Start using Snowflake</h3>
<p>There's no library to add to start using Snowflake. Just make up your app as you go.</p>
</section>
<section class="4u$ 6u(medium) 12u$(xsmall)">
<span class="icon alt major fa-exclamation-circle"></span>
<h3>Yes, it's just that easy!</h3>
<p>In fact, unless you've prevented it, you may be using Snowflake already! Isn't that exciting?</p>
</section>
<!--
<section class="4u 6u$(medium) 12u$(xsmall)">
<span class="icon alt major fa-paper-plane"></span>
<h3>Non semper interdum</h3>
<p>Feugiat accumsan lorem eu ac lorem amet accumsan donec. Blandit orci porttitor.</p>
</section>
<section class="4u 6u(medium) 12u$(xsmall)">
<span class="icon alt major fa-file"></span>
<h3>Odio laoreet accumsan</h3>
<p>Feugiat accumsan lorem eu ac lorem amet accumsan donec. Blandit orci porttitor.</p>
</section>
<section class="4u$ 6u$(medium) 12u$(xsmall)">
<span class="icon alt major fa-lock"></span>
<h3>Massa arcu accumsan</h3>
<p>Feugiat accumsan lorem eu ac lorem amet accumsan donec. Blandit orci porttitor.</p>
</section>
-->
</div>
</div>
<!--
<footer class="major">
<ul class="actions">
<li><a href="#" class="button">Magna sed feugiat</a></li>
</ul>
</footer>
-->
</div>
</section>
<!-- Five -->
<section id="five" class="wrapper style2 special fade">
<div class="container">
<header>
<h2>Just go with your gut! Start Snowflaking today!</h2>
</header>
<!--
<form method="post" action="#" class="container 50%">
<div class="row uniform 50%">
<div class="8u 12u$(xsmall)"><input type="email" name="email" id="email" placeholder="Your Email Address" /></div>
<div class="4u$ 12u$(xsmall)"><input type="submit" value="Get Started" class="fit special" /></div>
</div>
</form>
-->
</div>
</section>
<!-- Footer -->
<footer id="footer">
<p>
Seriously though, in case you missed it, this is a joke.
</p>
<p>
There are lots of great reasons that you <b>should</b> be using frameworks to organize your code.
</p>
<p>
Speaking of good frameworks, if you need help with Ember.js or Ruby on Rails projects
<a href="mailto:[email protected]">get in touch.</a>
</p>
<!--
<ul class="icons">
<li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="#" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
-->
<ul class="copyright">
<li>© <a href="http://www.octolabs.com/">OctoLabs</a>. All rights reserved.</li>
<li>Crafted with much sarcasm in Norman, OK.</li>
</ul>
<ul class="copyright">
<li>Images from
<a href="http://www.its.caltech.edu/~atomic/snowcrystals/">here</a>,
<a href="http://www.harpcolumn.com/the-upside-of-snow/">here</a>,
<a href="http://ewallpaperhub.com/snow-falling-wallpaper/">here</a>,
<a href="http://sdtimes.com/snowflake-offers-cloud-data-warehouse-service-cheaply/">here</a>,
and <a href="http://fun-time.website/animated-snow-twitter-background/">here</a>
</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</body>
</html>