forked from Brock-AI/Brock-AI-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (45 loc) · 1.76 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
<!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>Brock Artificial Intelligence Network</title>
<!-- Import load file functionality -->
<script src="./js/load-files.js" type="text/javascript"></script>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css"
rel="stylesheet" type="text/css">
<link
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic"
rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/landing-page.min.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<div id="Navigation"></div>
<!-- Masthead -->
<div id="Masthead" class="tinted-image"></div>
<!-- Icons Grid -->
<div id="IconsGrid"></div>
<!-- Image Showcases -->
<div id="ImageShowcases"></div>
<!-- Testimonials -->
<div id="Testimonials"></div>
<!-- Call to Action -->
<div id="CallToAction"></div>
<!-- Footer -->
<div id="Footer"></div>
<!-- load the js that builds the site from other html -->
<script src="./js/build-index.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>