-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
38 lines (28 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- bootstrap stylesheet -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" crossorigin="anonymous">
<title>College Made Easy</title>
</head>
<body style="text-align: center;">
<section>
<div class="">
<div class="title-bar">
<h1 class="title-heading" style="padding-bottom: 10%; padding-top: 20%; text-align: center;">Let's GO & Explore an Easy College Life NOW!!!</h1>
<a href="./public/landing-page/index.html"><button class="btn btn-lg btn-danger" type="button">COLLEGE MADE EASY</button></a>
</div>
</div>
</section>
<!-- bootstrap scripts -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,700;1,900&family=Fira+Sans:ital,wght@1,300&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Satisfy&family=Yeseva+One&family=Montserrat:ital,wght@0,300;0,400;0,900;1,300;1,800;1,900&family=Ubuntu&display=swap" rel="stylesheet">
<!-- font awesome for icons -->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
</body>
</html>