-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·160 lines (159 loc) · 6.81 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
---
layout: default
---
<section class="hero">
<div class="site-wrapper">
<div class="figure"><img src="images/hero.png" alt="spaceman" /></div>
</div>
<div class="content-over-image">
<h1 class="logo">spaceBase</h1>
<p>v 4.2.0</p>
<p><a class="btn" href="https://github.com/space150/spaceBase/archive/v4.2.0.zip">Download</a><p>
<p class="github"><a href="https://github.com/space150/spaceBase" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</div>
</section>
<section class="intro padding">
<div class="container narrow">
<h2 class="h3">spaceBase is a Sass-based responsive CSS framework.</h2>
<p>Many CSS frameworks are meant to be included and left alone. But spaceBase is a boilerplate layer that can be built upon and tailored for your needs. It combines best practices for today's responsive web with the core components we use on every project. Consider it the launch pad for your adventures <span class="no-wrap">into cyberspace.</span></p>
</div>
</section>
<section class="what">
<div class="container">
<div class="grid-wrapper grid-wrapper--full">
<div class="grid lap-one-half">
<div class="left padding">
<h2 class="h2">What is it?</h2>
<p>spaceBase is the front-end starter files for any new web project. It sets up your Sass architecture and normalizes your CSS and native HTML elements. It provides the structural groundwork for <span class="no-wrap">your application.</span></p>
</div>
</div>
<div class="grid lap-one-half">
<div class="right padding figure-on-top neg-margin">
<img src="images/browser.png" alt="code" />
</div>
</div>
</div>
</div>
</section>
<section class="key padding">
<div class="container">
<h2 class="h2">Key Features</h2>
<ul class="grid-wrapper">
<li class="grid hand-one-half lap-one-quarter">
<img src="images/mobile.png" alt="mobile phone" />
<span class="h3">Mobile-first Flexbox Grid</span>
</li>
<li class="grid hand-one-half lap-one-quarter">
<img src="images/sass.png" alt="sass" />
<span class="h3">Sass-based</span>
</li>
<li class="grid hand-one-half lap-one-quarter">
<img src="images/lego.png" alt="building block" />
<span class="h3">Object-oriented CSS</span>
</li>
<li class="grid hand-one-half lap-one-quarter">
<img src="images/light.png" alt="flashlight" />
<span class="h3">Optimized for Light Speed</span>
</li>
</ul>
</div>
</section>
<section class="features padding">
<div class="container narrow">
<h3 class="h3">More Features</h3>
<ul class="v-list">
<li>Common UI components</li>
<li>Helper classes and mixins</li>
<li>Cross-browser form controls</li>
<li>Supports modern and legacy browsers including IE10+</li>
</ul>
</div>
</section>
<section class="launch">
<div class="container">
<div class="grid-wrapper grid-wrapper--full">
<div class="grid lap-one-half">
<div class="left figure-on-top neg-margin">
<h2 class="h2">Launch Sequence</h2>
<img src="images/ship.png" alt="spaceship" />
</div>
</div>
<div class="grid lap-one-half">
<div class="right padding">
<ol class="numbers">
<li><pre>$ npm install spacebase</pre> or <a href="https://github.com/space150/spaceBase/archive/v4.2.0.zip">download the ZIP</a> and copy its contents into your project folder.</li>
<li>Use your favorite Sass compiler to watch changes and compile the files.</li>
<li>Open scss/_vars.scss to update your global variables.</li>
<li>Start building out your HTML. We've included index.html and <a href="styleguide.html">styleguide.html</a> to begin with.</li>
<li>scss/base/ is the core of spaceBase. Build your UI layer in scss/ui/</li>
</ol>
</div>
</div>
</div>
</div>
</section>
<section class="customize padding">
<div class="container narrow">
<h2 class="h2">Customize</h2>
<ul class="v-list">
<li>Compatible with any Sass compiler</li>
<li>Scalable, mobile-first grid - choose how robust you want it</li>
<li>Base font size for mobile vs desktop</li>
<li>Global variables for breakpoints, colors, fonts and more</li>
</ul>
</div>
</section>
<!--<section class="created padding">
<div class="container">
<h2 class="h2">Created with spaceBase</h2>
<ul class="grid-wrapper">
<li class="grid lap-one-third">
<a href=""><img src="" alt="" /><span></span></a>
</li>
<li class="grid lap-one-third">
<a href=""><img src="" alt="" /><span></span></a>
</li>
<li class="grid lap-one-third">
<a href=""><img src="" alt="" /><span></span></a>
</li>
</ul>
</div>
</section>-->
<section class="credits">
<div class="site-wrapper">
<div class="grid-wrapper grid-wrapper--full">
<div class="grid lap-one-half">
<div class="figure-on-top">
<div class="padding">
<h2 class="h2">Mission Control</h2>
<p><a href="http://www.space150.com" target="_blank" rel="noopener noreferrer">space150</a></p>
</div>
</div>
</div>
<div class="grid lap-one-half">
<div class="padding">
<h2 class="h2">Credits</h2>
<ul class="v-list">
<li><a href="https://github.com/csswizardry/inuit.css" target="_blank" rel="noopener noreferrer">Harry Robert's Inuit.css</a></li>
<li><a href="https://github.com/sass-mq/sass-mq" target="_blank" rel="noopener noreferrer">Sass MQ</a></li>
<li><a href="http://getbootstrap.com" target="_blank" rel="noopener noreferrer">Bootstrap</a></li>
<li><a href="http://necolas.github.io/normalize.css" target="_blank" rel="noopener noreferrer">Normalize.css</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="download">
<p><a class="btn" href="https://github.com/space150/spaceBase/archive/v4.2.0.zip">Download spaceBase</a><p>
</section>
<section class="contribute">
<div class="container">
<p>All are welcome to contribute.</p>
<ul class="h-list h-list--centered">
<li class="twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-via="space150">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li>
<li><iframe src="http://ghbtns.com/github-btn.html?user=space150&repo=spaceBase&type=watch" allowtransparency="true" frameborder="0" scrolling="0" width="66" height="20"></iframe></li>
<li><iframe src="http://ghbtns.com/github-btn.html?user=space150&repo=spaceBase&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="66" height="20"></iframe></li>
</ul>
</div>
</section>