Skip to content

Commit 89cb5d8

Browse files
committed
dev environment
1 parent eaf70c8 commit 89cb5d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+14142
-5078
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

404.html

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
44
<head>
55

66
<meta charset="utf-8">
7-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
87
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9-
108
<meta name="description" content="">
119
<meta name="author" content="">
10+
1211
<title>Modern Business - Start Bootstrap Template</title>
1312

14-
<!-- Bootstrap Core CSS -->
15-
<link href="css/bootstrap.min.css" rel="stylesheet">
13+
<!-- Bootstrap core CSS -->
14+
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
15+
16+
<!-- Custom fonts for this template -->
17+
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
1618

17-
<!-- Custom CSS -->
19+
<!-- Custom styles for this template -->
1820
<link href="css/modern-business.css" rel="stylesheet">
1921

22+
<!-- Temporary navbar container fix -->
2023
<style>
21-
/* Ugly hacks to fix the container within navbar functionality - should be fixed in Bootstrap 4 beta */
22-
2324
.navbar-toggler {
2425
z-index: 1;
2526
}
@@ -187,14 +188,10 @@ <h1 class="display-1">404</h1>
187188
<!-- /.container -->
188189
</footer>
189190

190-
<!-- jQuery Version 3.1.1 -->
191-
<script src="js/jquery.js"></script>
192-
193-
<!-- Tether -->
194-
<script src="js/tether.min.js"></script>
195-
196-
<!-- Bootstrap Core JavaScript -->
197-
<script src="js/bootstrap.min.js"></script>
191+
<!-- Bootstrap core JavaScript -->
192+
<script src="vendor/jquery/jquery.min.js"></script>
193+
<script src="vendor/tether/tether.min.js"></script>
194+
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
198195

199196
</body>
200197

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
The MIT License (MIT)
32

4-
Copyright (c) 2013-2017 Blackrock Digital LLC.
3+
Copyright (c) 2013-2017 Blackrock Digital LLC
54

65
Permission is hereby granted, free of charge, to any person obtaining a copy
76
of this software and associated documentation files (the "Software"), to deal

about.html

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
44
<head>
55

66
<meta charset="utf-8">
7-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
87
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9-
108
<meta name="description" content="">
119
<meta name="author" content="">
10+
1211
<title>Modern Business - Start Bootstrap Template</title>
1312

14-
<!-- Bootstrap Core CSS -->
15-
<link href="css/bootstrap.min.css" rel="stylesheet">
13+
<!-- Bootstrap core CSS -->
14+
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
15+
16+
<!-- Custom fonts for this template -->
17+
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
1618

17-
<!-- Custom CSS -->
19+
<!-- Custom styles for this template -->
1820
<link href="css/modern-business.css" rel="stylesheet">
1921

22+
<!-- Temporary navbar container fix -->
2023
<style>
21-
/* Ugly hacks to fix the container within navbar functionality - should be fixed in Bootstrap 4 beta */
22-
2324
.navbar-toggler {
2425
z-index: 1;
2526
}
@@ -200,14 +201,10 @@ <h2>Our Customers</h2>
200201
<!-- /.container -->
201202
</footer>
202203

203-
<!-- jQuery Version 3.1.1 -->
204-
<script src="js/jquery.js"></script>
205-
206-
<!-- Tether -->
207-
<script src="js/tether.min.js"></script>
208-
209-
<!-- Bootstrap Core JavaScript -->
210-
<script src="js/bootstrap.min.js"></script>
204+
<!-- Bootstrap core JavaScript -->
205+
<script src="vendor/jquery/jquery.min.js"></script>
206+
<script src="vendor/tether/tether.min.js"></script>
207+
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
211208

212209
</body>
213210

blog-home-1.html

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
44
<head>
55

66
<meta charset="utf-8">
7-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
87
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9-
108
<meta name="description" content="">
119
<meta name="author" content="">
10+
1211
<title>Modern Business - Start Bootstrap Template</title>
1312

14-
<!-- Bootstrap Core CSS -->
15-
<link href="css/bootstrap.min.css" rel="stylesheet">
13+
<!-- Bootstrap core CSS -->
14+
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
15+
16+
<!-- Custom fonts for this template -->
17+
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
1618

17-
<!-- Custom CSS -->
19+
<!-- Custom styles for this template -->
1820
<link href="css/modern-business.css" rel="stylesheet">
1921

22+
<!-- Temporary navbar container fix -->
2023
<style>
21-
/* Ugly hacks to fix the container within navbar functionality - should be fixed in Bootstrap 4 beta */
22-
2324
.navbar-toggler {
2425
z-index: 1;
2526
}
@@ -220,14 +221,10 @@ <h5 class="card-header">Side Widget</h5>
220221
<!-- /.container -->
221222
</footer>
222223

223-
<!-- jQuery Version 3.1.1 -->
224-
<script src="js/jquery.js"></script>
225-
226-
<!-- Tether -->
227-
<script src="js/tether.min.js"></script>
228-
229-
<!-- Bootstrap Core JavaScript -->
230-
<script src="js/bootstrap.min.js"></script>
224+
<!-- Bootstrap core JavaScript -->
225+
<script src="vendor/jquery/jquery.min.js"></script>
226+
<script src="vendor/tether/tether.min.js"></script>
227+
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
231228

232229
</body>
233230

blog-home-2.html

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
44
<head>
55

66
<meta charset="utf-8">
7-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
87
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9-
108
<meta name="description" content="">
119
<meta name="author" content="">
10+
1211
<title>Modern Business - Start Bootstrap Template</title>
1312

14-
<!-- Bootstrap Core CSS -->
15-
<link href="css/bootstrap.min.css" rel="stylesheet">
13+
<!-- Bootstrap core CSS -->
14+
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
15+
16+
<!-- Custom fonts for this template -->
17+
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
1618

17-
<!-- Custom CSS -->
19+
<!-- Custom styles for this template -->
1820
<link href="css/modern-business.css" rel="stylesheet">
1921

22+
<!-- Temporary navbar container fix -->
2023
<style>
21-
/* Ugly hacks to fix the container within navbar functionality - should be fixed in Bootstrap 4 beta */
22-
2324
.navbar-toggler {
2425
z-index: 1;
2526
}
@@ -208,14 +209,10 @@ <h2 class="card-title">Post Title</h2>
208209
<!-- /.container -->
209210
</footer>
210211

211-
<!-- jQuery Version 3.1.1 -->
212-
<script src="js/jquery.js"></script>
213-
214-
<!-- Tether -->
215-
<script src="js/tether.min.js"></script>
216-
217-
<!-- Bootstrap Core JavaScript -->
218-
<script src="js/bootstrap.min.js"></script>
212+
<!-- Bootstrap core JavaScript -->
213+
<script src="vendor/jquery/jquery.min.js"></script>
214+
<script src="vendor/tether/tether.min.js"></script>
215+
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
219216

220217
</body>
221218

blog-post.html

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
44
<head>
55

66
<meta charset="utf-8">
7-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
87
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9-
108
<meta name="description" content="">
119
<meta name="author" content="">
10+
1211
<title>Modern Business - Start Bootstrap Template</title>
1312

14-
<!-- Bootstrap Core CSS -->
15-
<link href="css/bootstrap.min.css" rel="stylesheet">
13+
<!-- Bootstrap core CSS -->
14+
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
15+
16+
<!-- Custom fonts for this template -->
17+
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
1618

17-
<!-- Custom CSS -->
19+
<!-- Custom styles for this template -->
1820
<link href="css/modern-business.css" rel="stylesheet">
1921

22+
<!-- Temporary navbar container fix -->
2023
<style>
21-
/* Ugly hacks to fix the container within navbar functionality - should be fixed in Bootstrap 4 beta */
22-
2324
.navbar-toggler {
2425
z-index: 1;
2526
}
@@ -249,14 +250,10 @@ <h5 class="card-header">Side Widget</h5>
249250
<!-- /.container -->
250251
</footer>
251252

252-
<!-- jQuery Version 3.1.1 -->
253-
<script src="js/jquery.js"></script>
254-
255-
<!-- Tether -->
256-
<script src="js/tether.min.js"></script>
257-
258-
<!-- Bootstrap Core JavaScript -->
259-
<script src="js/bootstrap.min.js"></script>
253+
<!-- Bootstrap core JavaScript -->
254+
<script src="vendor/jquery/jquery.min.js"></script>
255+
<script src="vendor/tether/tether.min.js"></script>
256+
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
260257

261258
</body>
262259

contact.html

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
44
<head>
55

66
<meta charset="utf-8">
7-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
87
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9-
108
<meta name="description" content="">
119
<meta name="author" content="">
10+
1211
<title>Modern Business - Start Bootstrap Template</title>
1312

14-
<!-- Bootstrap Core CSS -->
15-
<link href="css/bootstrap.min.css" rel="stylesheet">
13+
<!-- Bootstrap core CSS -->
14+
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
15+
16+
<!-- Custom fonts for this template -->
17+
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
1618

17-
<!-- Custom CSS -->
19+
<!-- Custom styles for this template -->
1820
<link href="css/modern-business.css" rel="stylesheet">
1921

22+
<!-- Temporary navbar container fix -->
2023
<style>
21-
/* Ugly hacks to fix the container within navbar functionality - should be fixed in Bootstrap 4 beta */
22-
2324
.navbar-toggler {
2425
z-index: 1;
2526
}
@@ -185,16 +186,12 @@ <h3>Send us a Message</h3>
185186
<!-- /.container -->
186187
</footer>
187188

188-
<!-- jQuery Version 3.1.1 -->
189-
<script src="js/jquery.js"></script>
190-
191-
<!-- Tether -->
192-
<script src="js/tether.min.js"></script>
193-
194-
<!-- Bootstrap Core JavaScript -->
195-
<script src="js/bootstrap.min.js"></script>
189+
<!-- Bootstrap core JavaScript -->
190+
<script src="vendor/jquery/jquery.min.js"></script>
191+
<script src="vendor/tether/tether.min.js"></script>
192+
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
196193

197-
<!-- Contact Form JavaScript -->
194+
<!-- Contact form JavaScript -->
198195
<!-- Do not edit these files! In order to set the email address and subject line for the contact form go to the bin/contact_me.php file. -->
199196
<script src="js/jqBootstrapValidation.js"></script>
200197
<script src="js/contact_me.js"></script>

css/modern-business.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Start Bootstrap - Modern Business (http://startbootstrap.com/)
2+
* Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
33
* Copyright 2013-2017 Start Bootstrap
4-
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
4+
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
55
*/
66

77
body {

faq.html

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
44
<head>
55

66
<meta charset="utf-8">
7-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
87
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9-
108
<meta name="description" content="">
119
<meta name="author" content="">
10+
1211
<title>Modern Business - Start Bootstrap Template</title>
1312

14-
<!-- Bootstrap Core CSS -->
15-
<link href="css/bootstrap.min.css" rel="stylesheet">
13+
<!-- Bootstrap core CSS -->
14+
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
15+
16+
<!-- Custom fonts for this template -->
17+
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
1618

17-
<!-- Custom CSS -->
19+
<!-- Custom styles for this template -->
1820
<link href="css/modern-business.css" rel="stylesheet">
1921

22+
<!-- Temporary navbar container fix -->
2023
<style>
21-
/* Ugly hacks to fix the container within navbar functionality - should be fixed in Bootstrap 4 beta */
22-
2324
.navbar-toggler {
2425
z-index: 1;
2526
}
@@ -162,14 +163,10 @@ <h5 class="mb-0">
162163
<!-- /.container -->
163164
</footer>
164165

165-
<!-- jQuery Version 3.1.1 -->
166-
<script src="js/jquery.js"></script>
167-
168-
<!-- Tether -->
169-
<script src="js/tether.min.js"></script>
170-
171-
<!-- Bootstrap Core JavaScript -->
172-
<script src="js/bootstrap.min.js"></script>
166+
<!-- Bootstrap core JavaScript -->
167+
<script src="vendor/jquery/jquery.min.js"></script>
168+
<script src="vendor/tether/tether.min.js"></script>
169+
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
173170

174171
</body>
175172

0 commit comments

Comments
 (0)