-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsfl-project copy.html
591 lines (539 loc) · 18.9 KB
/
sfl-project copy.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
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
<!DOCTYPE html>
<!--
// WEBSITE: https://themefisher.com
// TWITTER: https://twitter.com/themefisher
// FACEBOOK: https://www.facebook.com/themefisher
// GITHUB: https://github.com/themefisher/
-->
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Seed Innovation Technologies</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Corporate Html5 Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Themefisher">
<meta name="generator" content="Themefisher Rappo HTML Template v1.0">
<!-- theme meta -->
<meta name="theme-name" content="rappo" />
<!-- bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<script src="/plugins/bootstrap/bootstrap.min.js" defer></script>
<!-- Animate -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- Icon Font css -->
<link rel="stylesheet" href="plugins/fontawesome/css/all.css">
<link rel="stylesheet" href="plugins/fonts/Pe-icon-7-stroke.css">
<!-- Themify icon Css -->
<link rel="stylesheet" href="plugins/themify/css/themify-icons.css">
<!-- Slick Carousel CSS -->
<link rel="stylesheet" href="plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="plugins/slick-carousel/slick/slick-theme.css">
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!--Favicon-->
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Socials -->
<!-- Primary Meta Tags -->
<title>Seed Inov</title>
<meta name="title" content="Seed Inov" />
<meta name="description" content="SeedInov harnesses cutting-edge technology to craft transformative solutions. Through a fusion of creativity and expertise, SeedInov paves the way for advancements that shape the future." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://seedinov.com/" />
<meta property="og:title" content="Seed Inov" />
<meta property="og:description" content="SeedInov harnesses cutting-edge technology to craft transformative solutions. Through a fusion of creativity and expertise, SeedInov paves the way for advancements that shape the future." />
<meta property="og:image" content="https://seedinov.com/images/icon/logo.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://seedinov.com/"/>
<meta property="twitter:title" content="Seed Inov"/>
<meta property="twitter:description" content="SeedInov harnesses cutting-edge technology to craft transformative solutions. Through a fusion of creativity and expertise, SeedInov paves the way for advancements that shape the future." />
<meta property="twitter:image" content="https://seedinov.com/images/icon/logo.png" />
<!-- Meta Tags Generated with https://metatags.io -->
<script>
document.addEventListener('DOMContentLoaded', function() {
var tooltipElements = document.querySelectorAll('[data-toggle="tooltip"]');
tooltipElements.forEach(function(element) {
new bootstrap.Tooltip(element);
});
});
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0VCSYBHKJC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0VCSYBHKJC');
</script>
</head>
<body id="top-header">
<!-- LOADER TEMPLATE -->
<div id="page-loader">
<div class="loader-icon fa fa-spin colored-border"></div>
</div>
<!-- /LOADER TEMPLATE -->
<!-- NAVBAR
================================================= -->
<nav
class="navbar navbar-expand-lg navbar-dark trans-navigation fixed-top navbar-togglable position-md-sticky"
>
<div class="seed-container">
<div class="d-flex justify-content-between">
<div class="brand">
<a class="d-block" href="index.html">
<img
class="logo"
style="height: 3rem"
src="../../images/icon/logo.png"
alt="seedinov logo"
/>
</a>
</div>
<!-- Toggler -->
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarCollapse"
aria-controls="navbarCollapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="fa fa-bars"></span>
</button>
<!-- Collapse -->
<!-- / .navbar-collapse -->
<div class="d-none d-lg-block">
<div class="collapse navbar-collapse has-dropdown" id="navbarCollapse">
<!-- Links -->
<ul class="navbar-nav ml-auto d-flex align-items-center">
<li class="nav-item">
<a href="project.html" class="nav-link js-scroll-trigger">
Portfolio
</a>
</li>
<li class="primary-btn">
<a href="contact.html" class="nav-link js-scroll-trigger">
Contact Us
</a>
</li>
<!-- <li class="nav-item ">
<a href="contact.html" class="nav-link">
Contact
</a>
</li> -->
</ul>
</div>
</div>
</div>
<div class="d-block d-lg-none">
<div class="collapse navbar-collapse has-dropdown" id="navbarCollapse">
<!-- Links -->
<ul class="navbar-nav ml-auto d-flex align-items-center">
<li class="nav-item">
<a href="project.html" class="nav-link js-scroll-trigger">
Portfolio
</a>
</li>
<li class="primary-btn">
<a href="contact.html" class="nav-link js-scroll-trigger">
Contact Us
</a>
</li>
<!-- <li class="nav-item ">
<a href="contact.html" class="nav-link">
Contact
</a>
</li> -->
</ul>
</div>
</div>
</div>
<!-- / .container -->
</nav>
<!-- HERO
================================================== -->
<section class="page-banner-area page-about">
<div class="overlay"></div>
<!-- Content -->
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-9 col-md-12 col-12 text-center">
<div class="page-banner-content">
<h1 class="display-4 font-weight-bold">School For Life - Portal</h1>
<p>A web based dashboard for an NGO operating in Uganda. Let's take a look at how we did it.</p>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- SECTIONS
================================================== -->
<section class="section" id="single-project">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="row">
<div class="col-lg-12">
<div class="project-lg-img">
<img src="images/projects/sfl_cover.png" alt="" class="img-fluid w-100 rounded">
</div>
<div class="project-details-info">
<div class="info-block-2">
<h5>Client</h5>
<p>Cameron D'arcy</p>
</div>
<div class="info-block-2">
<h5>Date</h5>
<p>01/11/23</p>
</div>
<div class="info-block-2">
<h5>Category</h5>
<p>Web based Dashboard</p>
</div>
<div class="info-block-2">
<h5>Website</h5>
<a href="portal.schoolforlife.org.au" target="_blank">portal.schoolforlife.org.au</a>
</div>
<div class="info-block-2">
<h5>Services</h5>
<p>Web Development</p>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="project-single-info">
<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test.
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Nostrum ipsa, vero delectus
odit provident consequuntur amet laudantium tempora, distinctio, dolorem ex id nihil
voluptatum velit quae explicabo porro. Aperiam, fugiat.</p>
</div>
</div>
<div class="col-lg-6">
<div class="project-single-info">
<p>Override the digital divide with additional clickthroughs from DevOps. Nanotechnology
immersion along the information highway will close the loop on focusing solely on the
bottom line. Podcasting operational change management inside of workflows to establish a
framework. Taking seamless key performance indicators offline.</p>
</div>
</div>
</div>
<div class="row justify-content-center mt50">
<div class="col-lg-6">
<div class="project-info">
<h3>How we did it</h3>
<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test.
</p>
<ul class="list-unstyled">
<li>
<h5>Research about the project</h5>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Libero, eveniet.</p>
</li>
<li>
<h5>Make a prototype</h5>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Libero, eveniet.</p>
</li>
<li>
<h5>Design & Develop The Web</h5>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Libero, eveniet.</p>
</li>
<li>
<h5>Launch The project</h5>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Libero, eveniet.</p>
</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<img src="images/projects/sfl2.png" alt="" class="img-fluid rounded">
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="section" id="footer">
<div class="overlay footer-overlay"></div>
<!--Content -->
<div class="container">
<div class="row justify-content-start">
<div class="col-lg-4 col-sm-12">
<div class="footer-widget">
<!-- Brand -->
<a
href="index.html"
class="footer-brand text-white"
aria-label="Visit Seedinov Website"
>
<img
style="max-width: 200px"
class="logo"
src="../../images/icon/logo.png"
alt="seedinov logo"
/>
</a>
<p
style="
color: var(--white-color, #fafafa);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
"
>
SeedInov harnesses cutting-edge technology to craft transformative
solutions. Through a fusion of creativity and expertise, SeedInov
paves the way for advancements that shape the future.
</p>
</div>
</div>
<div class="col-lg-2 col-sm-6">
<div class="footer-widget">
<h3
class="m-0"
style="
color: var(--white-color, #fafafa);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
"
>
Our Socials
</h3>
<a
href="mailto:[email protected]"
style="
color: var(--white-color, #fafafa);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
"
>
</div>
<div class="d-flex align-items-center social-icons">
<a
href="https://www.facebook.com/seedinov"
target="_blank"
class="social-icon"
aria-label="Visit Seedinov on Facebook"
>
<img
src="../../images/icon/facebook.svg"
alt="facebook icon"
width="auto"
height="auto"
/>
</a>
<a
href="https://twitter.com/seedinov"
target="_blank"
class="social-icon"
aria-label="Visit Seedinov on Twitter"
>
<img
src="../../images/icon/twitter.png"
alt="twitter icon"
width="auto"
height="auto"
/>
</a>
<a
href="https://www.linkedin.com/company/seedinov/"
target="_blank"
class="social-icon"
aria-label="Visit Seedinov on LinkedIn"
>
<img
src="../../images/icon/linkedin.png"
alt="linkedin icon"
width="auto"
height="auto"
/>
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 ml-auto mt-4-mobile">
<div class="footer-widget">
<h3
class="m-0"
style="
color: var(--white-color, #fafafa);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
"
>
Have a Project to Discuss?
</h3>
<a
href="mailto:[email protected]"
style="
color: var(--white-color, #fafafa);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
"
>We’re Ready</a
>
</div>
<a href="/contact.html">
<button class="primary-btn mt-3">Contact Us</button>
</a>
</div>
</div>
<!-- / .row -->
<div class="row pt-5">
<div class="col-lg-12">
<div class="overflow-hidden">
<!-- Copyright -->
<p class="footer-copy">
SeedInov ©
<span id="currentYear"></span>
<script>
var CurrentYear = new Date().getFullYear();
document.getElementById("currentYear").innerHTML = CurrentYear;
</script>
. All Rights Reserved
</p>
</div>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<!-- Page Scroll to Top -->
<a
id="scroll-to-top"
class="scroll-to-top green top js-scroll-trigger"
href="#top-header"
aria-label="Visit Seedinov on LinkedIn"
>
<i class="fa fa-angle-up"></i>
</a>
<div class="handle-side-navbar scroll-to-top js-scroll-trigger">
<a>
<img
src="../../images/icon/whatsapp.png"
alt="twitter icon"
width="30px"
height="30px"
/>
</a>
<a
href="https://www.upwork.com/freelancers/~019d055a481f87f38b?referrer_url_path=%2Fnx%2Fsearch%2Ftalent%2Fdetails%2F~019d055a481f87f38b%2Fprofile"
>
<img
src="../../images/icon/upworkIcon.png"
alt="twitter icon"
width="30px"
height="30px"
/>
</a>
<a href="https://www.fiverr.com/users/ahtionpc/portfolio">
<img
src="../../images/icon/fiverr.png"
alt="twitter icon"
width="30px"
height="30px"
/>
</a>
<a href="https://www.linkedin.com/company/seedinov">
<img
src="../../images/icon/linkedinblue.png"
alt="twitter icon"
width="30px"
height="30px"
/>
</a>
</div>
<!--
Essential Scripts
=====================================-->
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- Slick Slider -->
<script src="plugins/slick-carousel/slick/slick.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU"></script>
<script src="plugins/google-map/gmap.js"></script>
<script src="js/script.js"></script>
<!-- <script src="https://www.gstatic.com/firebasejs/3.7.4/firebase.js"> -->
<script src="https://www.gstatic.com/firebasejs/8.6.3/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.6.3/firebase-database.js"></script>
<script>
const firebaseConfig = {
apiKey: "AIzaSyDEsvEAGUe6FIENvim-zMW9FGI42oqKWwo",
authDomain: "seedinov-10c6d.firebaseapp.com",
databaseURL: "https://seedinov-10c6d-default-rtdb.firebaseio.com",
projectId: "seedinov-10c6d",
storageBucket: "seedinov-10c6d.appspot.com",
messagingSenderId: "236955398977",
appId: "1:236955398977:web:001f24ab3a8bc2bb06e7c0",
measurementId: "G-9XDGEX936G"
};
// Initialize Firebase
const app = firebase.initializeApp(firebaseConfig);
var messagesRef = firebase.database().ref('/');
document.getElementById('contactForm')
.addEventListener('submit', submitForm);
function submitForm(e) {
console.log('submitForm')
e.preventDefault();
// // Get values
var name = getInputVal('name');
var phone = getInputVal('phone');
var email = getInputVal('email');
var message = getInputVal("message");
var subject = getInputVal("subject");
saveMessage(name, phone, email, subject, message);
alert("Thank you for contacting us. We will get back to you shortly.");
document.getElementById('contactForm').reset();
}
// Function to get form values
function getInputVal(id) {
return document.getElementById(id).value;
}
// Save message to firebase
function saveMessage(name, phone, email, subject, message) {
var newMessageRef = messagesRef.push();
try {
newMessageRef.set({
name: name,
phone: phone,
email: email,
subject: subject,
message: message,
}, function(error) {
if (error) {
console.error("Data could not be saved.", error);
} else {
console.log("Data saved successfully.");
}})
} catch(err) {
console.log("err",err)
}
}
</script>
</body>
</html>