-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (35 loc) · 1.78 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
<!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="IdeaLab Dev Team Website for the use of Blogging on the main Public Website">
<meta name="author" content="Infant Derrick Gnanasusairaj">
<link rel="icon" type="image/png" href="images/icons/icon.png"/>
<title>Idea Lab Dev</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Header -->
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase">IdeaLab</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">Choose which blog to blog in.</h2>
<a href="./cst-blog.html" class="btn btn-primary js-scroll-trigger">CST</a><span> </span><a href="./cpt-blog.html" class="btn btn-primary js-scroll-trigger">CPT</a>
</div>
</div>
</header>
<!-- Bootstrap core JavaScript -->
<script src='vendor\jquery\jquery-3.2.1.min.js'></script>
<script src="vendor\bootstrap\js\bootstrap.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.min.js"></script>
</body>
</html>