-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (106 loc) · 5.52 KB
/
index.html
File metadata and controls
113 lines (106 loc) · 5.52 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
import "./styles.css";
document.getElementById("app").innerHTML = `
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap Boilerplate - Collapsible Nav Header | Jumbotron | 3 Column Body | 2 Column Footer with 'Quick Links' and 'Social Sharing'</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<!-- close head -->
<body>
<!-- Brand and toggle get grouped for better mobile display -->
<div class="container">
<nav id="myNavbar" class="navbar navbar-default navbar-inverse navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbarCollapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">East Vail Tech</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#" target="_blank">Home</a></li>
<li><a href="#" target="_blank">Services</a></li>
<li><a href="#"target="_blank">About</a></li>
<li><a href="#" target="_blank">Contact</a></li>
</ul>
</div>
</nav>
<br>
<br>
<br>
<!-- Jumbotron -->
<div class="jumbotron">
<h1>Responsive Website Boilerplate</h1>
</br>
<p><strong>
<a href="https://getbootstrap.com/docs/4.3/examples/">Learn About Bootstrap Components from This Boilerplate:</strong></a>
</br>Collapsible Nav Header | Jumbotron | 3 Column Body | 2 Column Footer with 'Quick Links' and 'Social Sharing'</p>
<p><a href="https://www.linkedin.com/in/nicholas-hoffman-m-s-software-engineering-6675003b/" target="_blank" class="btn btn-success btn-lg">Authored By: Nick Hoffman</a></p>
</div>
<div class="container-fluid">
<!--Grid Column #1 -->
<div id="grid-column-1" class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<h2>Col 1</h2>
<p>From Wordpress to Shopify, we do our best to cater to your online needs.</p>
<p><a href="#" target="_blank" class="btn btn-success">Learn More »</a></p>
</div>
<!-- Grid Column #2 -->
<div id="grid-column-2" class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<h2>Col 2</h2>
<p>From networking, PC troubleshooting and repair, to setting up multiple monitors for your home office, we do it all.</p>
<p><a href="#" target="_blank" class="btn btn-success">Learn More »</a></p>
</div>
<!-- Grid Column 3 -->
<div id="grid-column-3" class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<h2>Col 3</h2>
<p>We focus on water and winter sports, food, travel, and the budding green space.</p>
<p><a href="#" target="_blank" class="btn btn-success">Learn More »</a></p>
</div>
</div>
</br>
<div class="container">
<!-- Footer -->
<div id="footer">
<ul class="list-unstyled text-center col-xs-12 col-sm-4 col-md-4 col-lg-4">
<h5>Quick Links</h5>
<li><a href="#"><i class="fa fa-angle-double-right"></i>Home</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i>Store</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i>Contact Us</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i>Information</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i>Directions</a></li>
<li><a href="https://www.linkedin.com/in/nicholas-hoffman-m-s-software-engineering-6675003b/" title="Design and developed by"><i class="fa fa-angle-double-right"></i>Author</a></li>
</ul>
<div class='container col-xs-12 col-sm-4 col-md-4 col-lg-4'></div>
<ul class="list-unstyled list-inline text-center col-xs-12 col-sm-4 col-md-4 col-lg-4"><h5>Follow Us</h5>
<li class="list-inline-item"><a href="https://facebook.com/"><i class="fa fa-facebook"></i></a></li>
<li class="list-inline-item"><a href="https://instagram.com/"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<!-- END footer ROW -->
</div>
<!-- copyright -->
<div class="navbar navbar-default navbar-bottom">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center text-black ">
<p class="h6">© 2019 <a class="text-green ml-2" href="https://zpvz7ox23.codesandbox.io/" target="_blank">East Vail Tech</a></p>
<a href="https://www.linkedin.com/in/nicholas-hoffman-m-s-software-engineering-6675003b/" title="Design and developed by"></i>Authored By: Nicholas Hoffman</a>
<!-- close copyright -->
</div>
<!-- close footer nav row -->
</div>
<!-- close opening .container div -->
</body>
<!-- close body -->
</html>
`;