-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
81 lines (76 loc) · 4.38 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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="IGNITE IN YOU.">
<meta name="author" content="Nirbhay Singh" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
<!-- Final Commit -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Karla|Montserrat" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Spark 2018 | Home</title>
</head>
<body>
<div class="first">
<nav class="navbar navbar-expand-xl" id="navbar" align="center">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" id="toggler">
<img src="assets/images/lightBulbWhite.png" style="width:20px;height:30px; align-content: center;border:none;">
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav pt-2 pb-2 justify-content-center">
<li class="nav-item mt-0 navContent">
<a href="team.html">MEMBERS</a>
</li>
<li class="nav-item mt-0 navContent">
<a href="event.html">Events</a>
</li>
<li class="nav-item mt-0 navContent active hidden-md-down">
<a href="index.html"><img src="assets/images/lightBulbWhite.png" style="width:50px;height:70px; align-content: center;" id="logo"></a>
</li>
<li class="nav-item mt-0 navContent" id="hide">
<a href="index.html">Home</a>
</li>
<li class="nav-item mt-0 navContent">
<a href="volunteers.html">volunteers</a>
</li>
<li class="nav-item mt-0 navContent">
<a href="register.html"> Register </a>
</li>
</ul>
</div>
</nav>
<!-- Landing Goes Here -->
<div class="landing">
<img src="assets/images/lightBulbWhite.png" class="landing-image1">
<h1 class="landing-title">S P A R K </h1>
<hr class="landing-hr">
<h3 class="landing-subtitle"> IGNITE IN YOU</h3><br>
<img src="assets/images/arrow.png" class="landing-image">
</div>
</div>
<!-- Main Text Goes Here -->
<div class="second">
<h2 class="second-title">Every Hobby can be a Future.</h2>
<br>
<hr class="second-hr">
<p class="second-text">
Spark is a plethora of innovation and excitement. It is the pre-eminent platform to express, explore and excel.
Spark was able to be implemented with the school’s exceeding support and only then did we bring to you an event that was truly relished by the students.
This unique idea, supplemented by our motto, ‘ignite in you’, seemed to form a near-utopian opportunity for these young adults to enrich their hobbies, and display their passions.
We, a bunch of passionate high school students found it crucial to build a platform for young individuals to explore their passions.
</p>
<p class="second-special-text"> IGNITE. IN YOU.
</p>
</div>
<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://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script type="text/javascript" src="scripts.js"></script>
</body>
</html>