-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
175 lines (164 loc) · 5.88 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
<!DOCTYPE html>
<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="" />
<meta name="author" content="" />
<title>Summit</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Custom fonts for this template -->
<link
href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Work+Sans&display=swap" rel="stylesheet"
/>
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet" />
<link
href="https://unpkg.com/aos@2.3.1/dist/aos.css"
rel="stylesheet"
/>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
<div class="container">
<a class="navbar-brand" href="">Summit</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<div class="dropdown">
<a class="nav-link" data-toggle="dropdown" href="">About</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="">Why Summit?</a>
<a class="dropdown-item" href="">Connections</a>
<a class="dropdown-item" href="">Tools</a>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="signup.html">Sign Up</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html">Log In</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead text-center text-white">
<div class="masthead-content">
<div class="container">
<img id = "bruhshutupani" src = "https://docs.google.com/drawings/d/e/2PACX-1vS-8fUa0xwfel7p5KClUGWZD7sJJlxsQSoVi71wFozIucH0UmIZcaqR0ARdVUsPcIlNhD16cuTjCLNR/pub?w=1244&h=323">
<br>
<br>
<h2 class="masthead-subheading mb-0">
Climb your way towards academic excellence
</h2>
</div>
</div>
<div class="bg-circle-1 bg-circle"></div>
<div class="bg-circle-2 bg-circle"></div>
<div class="bg-circle-3 bg-circle"></div>
<div class="bg-circle-4 bg-circle"></div>
</header>
<section id="why">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div data-aos="fade-left" class="p-5">
<img
class="img-fluid rounded-circle"
src="https://media.selfhypnosistalk.com/wp-content/uploads/reach-your-goals.jpg"
alt=""
/>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div data-aos="fade-right" class="p-5">
<h2 class="display-4">Reach Your Academic Goals...For Free</h2>
<p>Our tutors work on a volunteer basis in order to help the majority of the population.</p>
</div>
</div>
</div>
</div>
</section>
<section id="badge">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div data-aos="fade-right" class="p-5">
<img
class="img-fluid rounded-circle"
src="https://www.princetonreview.com/cms-content/HowtoChooseanLSATTutor.jpg"
alt=""
/>
</div>
</div>
<div class="col-lg-6">
<div data-aos="fade-left" class="p-5">
<h2 class="display-4">Connect With Tutors</h2>
<p>Find tutors who are willing to work personally with you to help you achieve excellence!</p>
</div>
</div>
</div>
</div>
</section>
<section id="friends">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div data-aos="fade-left" class="p-5">
<img
class="img-fluid rounded-circle"
src="https://rentconfident.com/blog/wp-content/uploads/2018/05/goodcause-1024x573.png"
alt=""
/>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div data-aos="fade-right" class="p-5">
<h2 class="display-4"> Volunteer For A Good Cause </h2>
<p>
Help others and get rewarded with special badges for your achievements at the same time
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-5 bg-black">
<div class="container">
<p class="m-0 text-center text-white small">
</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>