-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
71 lines (69 loc) · 3.83 KB
/
Index.html
File metadata and controls
71 lines (69 loc) · 3.83 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="OwlCarousel2-2.3.4/dist/assets/owl.carousel.css">
<link rel="stylesheet" href="OwlCarousel2-2.3.4/dist/assets/owl.theme.default.min.css">
<link rel="stylesheet" type="text/css" href="frontPageStyles.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,700|Mr+Dafoe|Roboto+Mono:500,700" rel="stylesheet">
<title>Coffee and Code</title>
</head>
<body>
<div class="container">
<nav class="navbar fixed-top navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src="Images/logo-1.png" style="width: 60%; height: auto"></img></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#"><span class="smallCaps">why</span><span class="subMenuTitle">we do what we do</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><span class="smallCaps">who</span><span class="subMenuTitle">we are</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><span class="smallCaps">what</span><span class="subMenuTitle">we do</span></a>
</li>
</ul>
</div>
<button type="button" class="btn btn-outline-secondary pillButton">signin</button>
</nav>
</div>
<div class="container">
<div class="container landingPage">
<div class="owl-carousel owl-theme caroHolder" id="main">
<!-- auto generated div's come here -->
</div>
<div id="slogan">
<h2>Bringing people together, with the power of code.</h2>
<h4>- Established 2018 -</h4>
</div>
</div>
</div>
<div>
<img src="Images/codePhotos/codeLines.jpg" class="mx-auto d-block horizonPhoto" alt="">
</div>
<div class="meetCoders">
<h2>Meet coders & LEARN</h2>
</div>
<div>
<img src="Images/testPhotos/bannerPhoto@2x.jpg" class="mx-auto d-block horizonPhoto" alt="">
</div>
<!-- SCRIPTS -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="OwlCarousel2-2.3.4/docs/assets/vendors/jquery.min.js" type="text/javascript"></script>
<script src="OwlCarousel2-2.3.4/dist/owl.carousel.js" type="text/javascript"></script>
<!-- your own JavaScript under here -->
<script src="scripts/divScript.js"></script>
<script src="scripts/owlScript.js"></script>
</body>
</html>