-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
435 lines (386 loc) · 25.1 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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="./app.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Orbitron&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Restarone Design</title>
</head>
<body>
<div class="main-container w-100">
<!-- NavBar: START -->
<nav class="navbar navbar-expand-lg fixed-top translucent-background">
<div class="container h-100">
<div class="row w-100 align-items-center justify-content-between">
<div class="col col-lg-3 col-6">
<a class="navbar-brand " href="#"><img class="restarone-logo"
alt="Restarone Solutions Inc. Jaguar logo" src="./images/restarone-logo.svg"></a>
</div>
<div class="d-lg-none d-flex justify-content-end col-6">
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse"
data-target="#dropDown" aria-controls="dropDown" aria-expanded="false"
aria-label="Toggle navigation">
<div></div>
<div></div>
</button>
</div>
<div class="collapse navbar-collapse col-lg-6 responsive-height-100" id="dropDown">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0 text-uppercase responsive-margin text-center">
<li class="nav-item mx-4">
<a class="nav-link" href="#">home</a>
</li>
<li class="nav-item active">
<a class="nav-link mx-4" href="#">about</a>
</li>
<li class="nav-item">
<a class="nav-link mx-4" href="#">services</a>
</li>
<li class="nav-item">
<a class="nav-link mx-4" href="#">blog</a>
</li>
<li class="nav-item d-lg-none">
<a class="nav-link font-weight-bold btn btn-secondary drop-btn m-auto"
data-target=".navbar-collapse.show" href="/contact/new">CONTACT</a>
</li>
</ul>
</div>
<div
class="col-lg-3 navbar-collapse d-none collapse flex-grow-1 order-4 collapsenav justify-content-end">
<ul class="navbar-nav text-center">
<li class="nav-item">
<a class="nav-link font-weight-bold btn btn-secondary"
data-target=".navbar-collapse.show" href="/contact/new">CONTACT</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<!-- NavBar: END -->
<!-- Body: START -->
<div class="body-container">
<img class="chevron-1" src="./images/chevron.svg" alt="chevron arrow">
<img class="chevron-2" src="./images/chevron.svg" alt="chevron arrow">
<img class="chevron-3" src="./images/chevron.svg" alt="chevron arrow">
<img class="chevron-4" src="./images/chevron.svg" alt="chevron arrow">
<div class="container content">
<div class="heading heading-font text-white d-flex justify-content-center mb-5">
<div class="text-center font-weight-900 font-family-orbitron">
<div class="mb-1">Prominent Software</div>
<div class="mb-1">Systems, Bringing</div>
<div class="mb-1">Digital Visions to Life</div>
</div>
</div>
<div class="timeline d-block">
<div class="timeline-top w-50">
<div class="circle"></div>
</div>
<div class="timeline-main d-block">
<!-- Section: Our Values: START -->
<div class="section-container py-5">
<div class="section-title text-white my-5">
<h1 class="heading-font font-weight-900">Our Values</h1>
<img class="icon" src="./images/our-values-icon.svg" alt="Our Values">
</div>
<div class="section-detail text-white">
<div class="diversion-timeline-start"></div>
<div class="section-content">
<div class="content-detail w-100">
<div class="row m-0 align-items-center">
<div class="text-content col-lg-6 col-7 px-5">
<div class="circle"></div>
Our drive for excellence comes from the fear of being average. We don't
just want to build software, we want to bring new ideas to reality--
ideas that one day, will become bigger than us. This obsession with the
product itself is what allows us to deliver quality over quantity.
</div>
<div class="img-content col-lg-6 p-3">
<div class="img-container">
<img src="./images/our-values-illustration.svg"
alt="Our Values Illustration">
</div>
</div>
</div>
</div>
</div>
<div class="section-content">
<div class="content-detail w-100">
<div class="row m-0 align-items-center">
<div class="text-content col-lg-6 col-7 px-5">
<div class="circle"></div>
You can be confident in knowing that if you bring us a project, we will
be just as passionate about it as you are.
</div>
<div class="img-content col-lg-6 p-3">
<div class="img-container p-0">
<div style="height: 200px;"></div>
</div>
</div>
</div>
</div>
</div>
<div class="diversion-timeline-end"></div>
</div>
</div>
<!-- Section: Our Values: END -->
<!-- Section: Our Vision: START -->
<div class="section-container py-5">
<div class="section-title text-white my-5">
<h1 class="heading-font font-weight-900">Our Vision</h1>
<img class="icon" src="./images/our-vision-icon.svg" alt="Our Values">
</div>
<div class="section-detail text-white">
<div class="diversion-timeline-start"></div>
<div class="section-content">
<div class="content-detail w-100">
<div class="row m-0 align-items-center">
<div class="text-content col-lg-6 col-7 px-5">
<div class="circle"></div>
Our vision is to be the ideal technical partner for handling the entire
software development process, from the first prototype to production
</div>
<div class="img-content col-lg-6 p-3">
<div class="img-container">
<img src="./images/our-vision-illustraion-1.svg"
alt="Our Vision Illustration">
</div>
</div>
</div>
</div>
</div>
<div class="diversion-timeline-end"></div>
</div>
</div>
<!-- Section: Our Vision: END -->
<!-- Section: Our Commitment: START -->
<div class="section-container py-5">
<div class="section-title text-white my-5">
<h1 class="heading-font font-weight-900">Our Commitment</h1>
<img class="icon" src="./images/our-commitment-icon.svg" alt="Our Values">
</div>
<div class="section-detail text-white">
<div class="diversion-timeline-start"></div>
<div class="section-content">
<div class="content-detail w-100">
<div class="row m-0 align-items-center">
<div class="text-content col-lg-6 col-7 px-5">
<div class="circle"></div>
We commit to a transparent development process through rapid prototyping
and iteration to align with client requirements.
</div>
<div class="img-content col-lg-6 p-3">
<div class="img-container">
<img src="./images/our-commitment-illustration-1.svg"
alt="Our Commitment Illustration - 1">
</div>
</div>
</div>
</div>
</div>
<div class="section-content">
<div class="content-detail w-100">
<div class="row m-0 align-items-center">
<div class="text-content col-lg-6 col-7 px-5">
<div class="circle"></div>
We deliver scalable, production-grade software that is the result of
industry best practices such as test-driven development and third-party
security audits.
</div>
<div class="img-content col-lg-6 p-3">
<div class="img-container">
<img src="./images/our-commitment-illustration-2.svg"
alt="Our Commitment Illustration - 2">
</div>
</div>
</div>
</div>
</div>
<div class="section-content">
<div class="content-detail w-100">
<div class="row m-0 align-items-center">
<div class="text-content col-lg-6 col-7 px-5">
<div class="circle"></div>
Software development is not just a business for us, it's a way of life.
We love showing people the beauty of computer science and the gratifying
feeling of building things with code. Our way of giving back to the tech
community is through education and mentorship for individuals looking to
transition careers into the software development industry. We have
dedicated our Medium blog and YouTube channel for this purpose.
</div>
<div class="img-content col-lg-6 p-3">
<div class="img-container">
<img src="./images/our-commitment-illustration-3.svg"
alt="Our Commitment Illustration - 3">
</div>
</div>
</div>
</div>
</div>
<div class="diversion-timeline-end"></div>
</div>
</div>
<!-- Section: Our Commitment: END -->
</div>
<div class="timeline-bottom w-50">
<div class="circle"></div>
</div>
</div>
<div class="founder-section row justify-content-center my-5 py-5">
<div class="founder-container col col-lg-6 col-md-8 col-sm-9">
<div class="founder-top text-white pt-3 pl-5">
<div class="founder-tag font-weight-900 font-family-orbitron">Founder - Restarone</div>
<span class="font-weight-900 font-family-orbitron">Shashike J.</span>
</div>
<div class="founder-image h-auto">
<img class="w-100 h-100" src="./images/shashike-j-photo.png" alt="Founder Image">
</div>
<div class="founder-bottom">
<div class="bio-tag font-weight-900 font-family-orbitron">Bio</div>
<div class="bottom-text text-white p-4 pt-5">
<div class="mb-2">A designer, developer and dev ops engineer by trade, Shashike is the
technical
lead of Restarone Solutions.</div>
<div class="mb-2">He is an AWS certified developer associate, with a proven track record
of building
MVP’s and SaaS products.</div>
<div class="mb-2">He is an AWS certified developer associate, with a proven track record
of building
MVP’s and SaaS products.</div>
</div>
<div class="bottom-social-links d-flex align-items-center pl-4">
<a href="https://www.linkedin.com/in/shashike-jayatunge/" target="_blank"
rel="noopener noreferrer" class="text-white text-decoration-none mr-4">
<img height="24" width="24" src="./images/linkedIn-logo.svg" alt="instagram logo">
</a>
<a href="https://github.com/restarone" target="_blank" rel="noopener noreferrer"
class="text-white text-decoration-none mr-4">
<img height="24" width="24" src="./images/gitHub-logo.svg" alt="github logo">
</a>
<a href="https://medium.com/@restarone" target="_blank" rel="noopener noreferrer"
class="text-white text-decoration-none">
<img height="24" width="24" src="./images/medium-logo.svg" alt="medium logo">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Body: END -->
<!-- Footer: START -->
<footer class="pt-5 text-white letter-space-1 font-size-small translucent-background">
<div class="footer-top ">
<div class="container d-lg-flex w-100">
<div class="col col-lg-4 justify-content-lg-center">
<img src="./images/restarone-footer-logo.svg"
alt="Restarone Solutions Inc. Jaguar logo with wordmark" height="65" width="200">
</div>
<div class="col col-lg-8 mb-3">
<div class="page-links mt-lg-0 mt-4">
<div class="d-lg-flex">
<div class="d-flex text-uppercase">
<div class="mr-5 responsive-margin-right">
<a class="text-white d-block" href="#">Home</a>
<a class="text-white d-block" href="#">About</a>
<a class="text-white d-block" href="#">Services</a>
</div>
<div class="mr-5">
<a class="text-white d-block" href="#">Blog</a>
<a class="text-white d-block" href="#">Contact</a>
</div>
</div>
<div class="contacts mt-lg-0 mt-4">
<a href="mailto:[email protected]" class="d-block text-primary"
style="color: inherit;">
<img alt="email-icon" src="./images/email-icon.svg">
<u>[email protected]</u>
</a>
<p class="d-block text-primary">
<img alt="phone-icon" src="./images/phone-icon.svg">
416-770-1040
</p>
</div>
</div>
</div>
<div class="footer-divider mt-4 d-none d-lg-block">
</div>
<div class="social-links my-4 d-flex align-items-center text-uppercase">
<span class="mr-5 d-none d-lg-block">social</span>
<a href="https://www.instagram.com/restarone" target="_blank" rel="noopener noreferrer"
class="text-white d-flex justify-content-start align-items-center mr-4 mr-lg-2 text-decoration-none">
<img class="mr-0 mr-lg-2" src="./images/instagram-logo.svg" alt="instagram logo"><span
class="mr-4 d-none d-lg-block">instagram</span></a>
<a href="https://medium.com/@restarone" target="_blank" rel="noopener noreferrer"
class="text-white d-flex justify-content-start align-items-center mr-4 mr-lg-2 text-decoration-none">
<img class="mr-0 mr-lg-2" src="./images/medium-logo.svg" alt="instagram logo"><span
class="mr-4 d-none d-lg-block">medium</span></a>
<a href="https://github.com/restarone" target="_blank" rel="noopener noreferrer"
class="text-white d-flex justify-content-start align-items-center mr-4 mr-lg-2 text-decoration-none">
<img class="mr-0 mr-lg-2" src="./images/gitHub-logo.svg" alt="instagram logo"><span
class="mr-4 d-none d-lg-block">github</span></a>
<a href="https://www.linkedin.com/company/restarone-solutions-inc" target="_blank"
rel="noopener noreferrer"
class="text-white d-flex justify-content-start align-items-center mr-4 mr-lg-2 text-decoration-none">
<img class="mr-0 mr-lg-2 mb-lg-2" src="./images/linkedIn-logo.svg"
alt="instagram logo"><span class="mr-4 d-none d-lg-block">linkedin</span></a>
</div>
</div>
</div>
</div>
<div class="footer-bottom text-white text-uppercase py-3">
<div class="container d-lg-flex justify-content-between align-items-center">
<div>© 2020 Restarone Solutions Inc.</div>
<div>All rights reserved.</small></div>
</div>
</div>
</footer>
<!-- Footer: END -->
<!-- Chatbot: START -->
<div class="chatbot-container d-none d-lg-flex flex-column justify-content-end">
<div class="chat-area mb-2 px-2 py-3">
<div class="container">
<div class="section d-flex align-items-end">
<div class="mr-3">
<div class="logo d-flex justify-content-center align-items-center">
<img src="./images/restarone-solutions-logo.png" alt="Restarone Logo Only">
</div>
</div>
<div class="msg p-1">Hello there! How can we help you?</div>
</div>
<div class="typing-area">
<input class="w-100 px-3" placeholder="Start a conversation..." />
<img src="./images/send-msg.svg" alt="Send Message Button">
</div>
</div>
</div>
<div class="chatbot-btn-container d-flex justify-content-end">
<div class="chatbot-btn d-flex justify-content-center align-items-center">
<img class="chat-icon" height="32" width="32" src="./images/chat-right-dots-fill.svg" alt="Chatbot">
<img class="cross-icon" height="32" width="32" src="./images/cross-icon.svg" alt="Chatbot Close">
</div>
</div>
</div>
<!-- Chatbot: END -->
</div>
</body>
</html>