-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (166 loc) · 8.63 KB
/
index.html
File metadata and controls
194 lines (166 loc) · 8.63 KB
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
<!DOCTYPE html>
<head>
<title>Linked Up</title>
<!----------------------------------------------->
<!-- META TAG FOR RENDERING ON MOBILE DEVICES -->
<!----------------------------------------------->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Helping professional students connect!">
<meta name="author" content="Linked Up">
<!----------------------------------------------->
<!-- EXTERNAL CSS AND JS -->
<!----------------------------------------------->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" rel="stylesheet" type="text/css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Theme CSS - Includes Bootstrap -->
<link href="css/landing/creative.min.css" rel="stylesheet">
</head>
<body>
<!----------------------------------------------->
<!-- NAVIGATION -->
<!----------------------------------------------->
<nav class="navbar navbar-expand bg-light navbar-light fixed-top py-3" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">LINKED UP</a>
<button class="navbar-toggler navbar-toggler-right" 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 my-2 my-lg-0">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!----------------------------------------------->
<!-- MAIN CONTAINER SECTION -->
<!----------------------------------------------->
<header class="masthead">
<div class="container h-100">
<div class="row h-100 align-items-center justify-content-center text-center">
<div class="col-lg-10 align-self-end">
<h1 class="text-uppercase text-black font-weight-bold">helping you find professional students near you</h1>
<hr class="divider my-4">
</div>
<div class="col-lg-8 align-self-baseline">
<p class="text-black-75 font-weight-light mb-5">Linked Up is here to help you express yourself and connect with other professional students on your campus.</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Find Out More</a>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="login.html">Get Started!</a>
</div>
</div>
</div>
</header>
<!----------------------------------------------->
<!-- ABOUT SECTION -->
<!----------------------------------------------->
<section class="page-section bg-primary" id="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="text-white mt-0 text-uppercase">We've got what you need!</h2>
<hr class="divider light my-4">
<p class="text-white-50 mb-4">With Linked up, you can express yourself using your profile by adding your interests and a bio, and then we will show you other professional students with similar interests!</p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="login.html">Get Started!</a>
</div>
</div>
</div>
</section>
<!----------------------------------------------->
<!-- SERVICES CONTAINER -->
<!----------------------------------------------->
<section class="page-section" id="services">
<div class="container">
<h2 class="text-center mt-0 text-uppercase">Why use Linked Up?</h2>
<hr class="divider my-4">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<i class="fas fa-4x fa-gem text-primary mb-4"></i>
<h3 class="h4 mb-2">Professional</h3>
<p class="text-muted mb-0">Our app connects you to professional students, just like yourself.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<i class="fas fa-4x fa-laptop-code text-primary mb-4"></i>
<h3 class="h4 mb-2">Verified</h3>
<p class="text-muted mb-0">All users on our app are verfied using their campus email.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<i class="fas fa-4x fa-globe text-primary mb-4"></i>
<h3 class="h4 mb-2">Direct Message</h3>
<p class="text-muted mb-0">Engage in meaningful and professional converstaion with the connections you make!
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<i class="fas fa-4x fa-heart text-primary mb-4"></i>
<h3 class="h4 mb-2">Made with Love</h3>
<p class="text-muted mb-0">Built by students for students!</p>
</div>
</div>
</div>
</div>
</section>
<!----------------------------------------------->
<!-- CONTACT SECTION -->
<!----------------------------------------------->
<section class="page-section bg-dark text-white" id="contact">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="mt-0 text-uppercase">Let's Get In Touch!</h2>
<hr class="divider my-4">
<p class="text mb-4">Have questions or suggestions for us? Give us a call or send us an email and we will get back to you as soon as possible!</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 ml-auto text-center mb-5 mb-lg-0">
<i class="fas fa-phone fa-3x mb-3"></i>
<div>+1 (604) 500-0098</div>
</div>
<div class="col-lg-4 mr-auto text-center">
<i class="fas fa-envelope fa-3x mb-3"></i>
<!-- Make sure to change the email address in anchor text AND the link below! -->
<a class="d-block" href="mailto:info@linkedup.com">info@linkedup.com</a>
</div>
</div>
</div>
</section>
<!----------------------------------------------->
<!-- FOOTER CONTAINER -->
<!----------------------------------------------->
<footer class="bg-light py-5">
<div class="container">
<div class="small text-center text-muted">Copyright © 2019 - Linked Up</div>
</div>
</footer>
<!----------------------------------------------->
<!-- LOAD EXTERNAL SCRIPTS AFTER BODY LOADED -->
<!----------------------------------------------->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="scripts/landing/creative.min.js"></script>
</body>
</html>