|
4 | 4 | <head> |
5 | 5 |
|
6 | 6 | <meta charset="utf-8"> |
7 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
8 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
9 | | - |
10 | 8 | <meta name="description" content=""> |
11 | 9 | <meta name="author" content=""> |
| 10 | + |
12 | 11 | <title>Modern Business - Start Bootstrap Template</title> |
13 | 12 |
|
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"> |
16 | 18 |
|
17 | | - <!-- Custom CSS --> |
| 19 | + <!-- Custom styles for this template --> |
18 | 20 | <link href="css/modern-business.css" rel="stylesheet"> |
19 | 21 |
|
| 22 | + <!-- Temporary navbar container fix --> |
20 | 23 | <style> |
21 | | - /* Ugly hacks to fix the container within navbar functionality - should be fixed in Bootstrap 4 beta */ |
22 | | - |
23 | 24 | .navbar-toggler { |
24 | 25 | z-index: 1; |
25 | 26 | } |
@@ -185,16 +186,12 @@ <h3>Send us a Message</h3> |
185 | 186 | <!-- /.container --> |
186 | 187 | </footer> |
187 | 188 |
|
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> |
196 | 193 |
|
197 | | - <!-- Contact Form JavaScript --> |
| 194 | + <!-- Contact form JavaScript --> |
198 | 195 | <!-- 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. --> |
199 | 196 | <script src="js/jqBootstrapValidation.js"></script> |
200 | 197 | <script src="js/contact_me.js"></script> |
|
0 commit comments