-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (251 loc) · 9.55 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bootstrap 4 Homepage</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css'>
</head>
<body>
<section id="introduction">
<div class="container">
<div class="row fill-viewport align-items-center">
<div class="col-12 col-md-6">
<h1 class="text-white">Coding on steroids</h1>
<p class="lead text-white-70">Stop hiring engineers to write your code. Just use the 1kb script that magically solves all your problems and algorithms.</p>
<a class="btn btn-primary" href="#" role="button">Try it yesterday</a>
</div>
</div>
</div>
</section>
<section id="part-1">
<div class="container">
<div class="row pt-5 align-items-center">
<div class="col d-none d-md-block align-self-end">
<img src="http://bit.ly/2fyUtlS" class="img-fluid"/>
</div>
<div class="col">
<h6 class="text-uppercase text-black-40">
million dollar info
</h6>
<h2>We do what our competitors do, but with 500% more</h2>
<p class="text-justify">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam..</p>
<div class="row">
<div class="d-none d-md-block col">
<h5>killer feature</h5>
<p>veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>
<a href="#" class="d-block btn btn-secondary" role="button">learn more</a>
</div>
<div class="d-none d-lg-block col">
<h5>second killer feature</h5>
<p>veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>
<a href="#" class="d-block btn btn-secondary" role="button">learn more</a>
</div>
</div>
</div>
</div>
</section>
<section id="part-2" class="bg-dark">
<div class="container">
<div class="row align-items-center fill-80-viewport">
<div class="col-12 col-md-6 my-5 order-2 order-md-1">
<p class="text-uppercase text-white-40"><strong>faster development</strong></p>
<h2 class="text-white">Coding has never been this fast. It's almost magical</h2>
<p class="lead text-white-70">Stop hiring engineers to write your code. Just install one script that magically solves all your problems.</p>
<a class="btn btn-light d-block d-md-inline-block py-3" href="#" role="button">Read the docs</a>
</div>
<pre class="col-12 col-md-6 my-5 order-1 order-md-2 py-4 border border-info rounded text-info">
<span>1</span> <span> //codingSteroids.js</span>
<span>2</span>
<span>3</span> const data = {
<span>4</span> "purpose": {
<span>5</span> "getId": "#element",
<span>6</span> "companyName": "coolStartup",
<span>7</span> }
<span>8</span> }
<span>9</span>
<span>10</span> function codingSteroids(
<span>11</span> data,
<span>12</span> getSteroidsType
<span>13</span> )
<span>14</span>
<span>15</span> function getSteroidsType() {
<span>16</span> return "codeHellish!"
<span>17</span> }
</pre>
</div>
</div>
</section>
<section id="part-3">
<div class="container">
<div class="row fill-80-viewport align-items-center justify-content-end text-white">
<div class="col-12 col-md-6">
<h6 class="text-white-40">
what others think
</h6>
<h3>"Coding on Steroids is breath taking. I focus less on writing codes while taking model shots around the world."</h3>
<p class="text-uppercase text-white-70">Founder, The Ocumpious Startup</p>
</div>
</div>
</div>
</section>
<section id="featured-on" class="bg-primary">
<div class="container">
<div class="row py-5 text-center text-white">
<div class="col-12">
<i class="fab fa-3x fa-free-code-camp my-3 mx-4"></i>
<i class="fab fa-3x fa-twitter my-3 mx-4"></i>
<i class="fab fa-3x fa-facebook my-3 mx-4"></i>
<i class="fab fa-3x fa-quora my-3 mx-4"></i>
<i class="fab fa-3x fa-reddit my-3 mx-4"></i>
<i class="fab fa-3x fa-pied-piper my-3 mx-4"></i>
<i class="fab fa-3x fa-paypal my-3 mx-4"></i>
<i class="fab fa-3x fa-product-hunt my-3 mx-4"></i>
</div>
</div>
</div>
</section>
<section id="feature-rundown">
<div class="container">
<div class="row mt-5">
<div class="col-12 col-md-6 mx-auto mt-5 text-center">
<h6 class="text-black-40 text-uppercase">
The bitter truth
</h6>
<h3 class="text-black-70">On a scale of 1 to 10, we make your life easier 10/10, period.</h3>
</div>
</div>
<div class="row mb-5 mx-4">
<div class="col-12 col-md-4 text-center">
<i class="fas fa-5x fa-dice-d20 my-3"></i>
<p><strong class="text-info">24/7 support</strong> For your sake, we do not sleep.</p>
</div>
<div class="col-12 col-md-4 text-center">
<i class="fas fa-5x fa-dice-d20 my-3"></i>
<p><strong class="text-info">Fast</strong> Like flash.</p>
</div>
<div class="col-12 col-md-4 text-center">
<i class="fas fa-5x fa-dice-d20 my-3"></i>
<p><strong class="text-info">Reliable</strong> We never have a server downtime.</p>
</div>
<div class="col-12 col-md-4 text-center">
<i class="fas fa-5x fa-dice-d20 my-3"></i>
<p><strong class="text-info">Computational Analysis</strong> like no other.</p>
</div>
<div class="col-12 col-md-4 text-center">
<i class="fas fa-5x fa-dice-d20 my-3"></i>
<p><strong class="text-info">Affordable</strong> as coffee.</p>
</div>
<div class="col-12 col-md-4 text-center">
<i class="fas fa-5x fa-dice-d20 my-3"></i>
<p><strong class="text-info">Analytics</strong> like no other.</p>
</div>
</div>
</div>
</section>
<section id="pricing" class="bg-light">
<div class="container fill-80-viewport">
<div class="row">
<div class="col-12 col-md-6 mx-auto text-center my-5">
<h6 class="text-black-40 text-uppercase">
pricing
</h6>
<h3 class="text-black-70">
we are very affordable
</h3>
</div>
</div>
<div class="row">
<div class="col-12 col-md-4 px-2 my-4 text-center">
<h6 class="text-uppercase text-black-40">
personal
</h6>
<img src="http://bit.ly/2y9EpP2" class="my-4"/>
<p>Good enough power</p>
<ul class="list-unstyled list-border-black-20 list-border-y text-left text-black-70">
<li class="py-2"><strong>10k</strong> monthly requests</li>
<li class="py-2"><strong>9am-5pm</strong> technical support</li>
<li class="py-2"><strong>Public</strong> API access</li>
</ul>
<a href="#" class="btn btn-block btn-primary border-0 text-white py-3">Start</a>
</div>
<div class="col-12 col-md-4 px-2 my-4 text-center">
<h6 class="text-uppercase text-black-40">
business
</h6>
<img src="http://bit.ly/2xKjVeS" class="my-4"/>
<p>Perfect for small businesses</p>
<ul class="list-unstyled list-border-black-20 list-border-y text-left text-black-70">
<li class="py-2"><strong>100k</strong> monthly requests</li>
<li class="py-2"><strong>9am-5pm</strong> technical support</li>
<li class="py-2"><strong>Public and Private</strong> API access</li>
</ul>
<a href="#" class="btn btn-block btn-primary border-0 text-white py-3">Start</a>
</div>
<div class="col-12 col-md-4 px-2 my-4 text-center">
<h6 class="text-uppercase text-black-40">
corporate
</h6>
<img src="http://bit.ly/2wjsVEl" class="my-4"/>
<p>Unlimited super powers</p>
<ul class="list-unstyled list-border-black-20 list-border-y text-left text-black-70">
<li class="py-2"><strong>10,000k</strong> monthly requests</li>
<li class="py-2"><strong>9am-5pm</strong> technical support</li>
<li class="py-2"><strong>Public and Private</strong> API access</li>
</ul>
<a href="#" class="btn btn-block btn-primary border-0 text-white py-3">Start</a>
</div>
</div>
</div>
</section>
<section id="footer" class="bg-dark">
<div class="container">
<div class="row fill-40-viewport text-white-70 py-5 align-items-center">
<div class="col-12 col-md-6">
<ul class="list-unstyled">
<li>
<h6 class="text-white">ABOUT</h6>
</li>
<li>We’ve been working on Coding on Steroids for the all our lives. A groundbreaking tech deserves such dedication, huh? If you’d like to learn more, or are interested in a job, contact us!</li>
</ul>
</div>
<div class="col-12 col-md-2">
<ul class="list-unstyled">
<li>
<h5 class="text-white">PRODUCT</h5>
</li>
<li>Features</li>
<li>Examples</li>
<li>Tour</li>
<li>Gallery</li>
</ul>
</div>
<div class="col-12 col-md-2">
<ul class="list-unstyled">
<li>
<h5 class="text-white">APIS</h5>
</li>
<li>Rich data</li>
<li>Simple</li>
<li>Real time</li>
<li>Social</li>
</ul>
</div>
<div class="col-12 col-md-2">
<ul class="list-unstyled">
<li>
<h5 class="text-white">LEGAL</h5>
</li>
<li>Terms</li>
<li>Legal</li>
<li>Privacy</li>
<li>License</li>
</ul>
</div>
</div>
</div>
</section>
</body>
</html>