|
6 | 6 | <meta charset="utf-8">
|
7 | 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
9 |
| - <!-- libaries/Frameworks Start --> |
10 |
| - <!-- jQuery --> |
11 |
| - <script |
12 |
| - src="https://code.jquery.com/jquery-3.2.1.min.js" |
13 |
| - integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" |
14 |
| - crossorigin="anonymous"></script> |
15 |
| - <!-- Bootstrap --> |
16 |
| - <link href='https://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'> |
17 |
| - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> |
18 |
| - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> |
19 |
| - <link rel="stylesheet" type="text/css" href="css/style.css"> |
20 |
| - <!-- libaries/Frameworks End --> |
21 | 9 | </head>
|
22 | 10 | <body>
|
23 | 11 | <nav class="navbar navbar-default navbar-fixed-top">
|
|
42 | 30 | </nav>
|
43 | 31 | <div class="jumbotron">
|
44 | 32 | <h1>Code Hammers</h1>
|
45 |
| - <p>We specialize in web Development</p> |
| 33 | + <p >We specialize in web Development</p> |
46 | 34 | <button class="btn btn-success">Build me A Website</button>
|
47 | 35 | </div>
|
48 | 36 | <!-- SideTabs Start -->
|
@@ -166,7 +154,18 @@ <h6 style="text-align: center;color: #ccc;">CopyRight © Code Hammers 2017 <
|
166 | 154 | </footer>
|
167 | 155 | <!-- Footer End -->
|
168 | 156 |
|
169 |
| - |
| 157 | + <!-- libaries/Frameworks Start --> |
| 158 | + <!-- jQuery --> |
| 159 | + <script |
| 160 | + src="https://code.jquery.com/jquery-3.2.1.min.js" |
| 161 | + integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" |
| 162 | + crossorigin="anonymous"></script> |
| 163 | + <!-- Bootstrap --> |
| 164 | + <link href='https://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'> |
| 165 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> |
| 166 | + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> |
| 167 | + <link rel="stylesheet" type="text/css" href="css/style.css"> |
| 168 | + <!-- libaries/Frameworks End --> |
170 | 169 | <!-- Custom Script -->
|
171 | 170 | <script type="text/javascript" src="js/script.js"></script>
|
172 | 171 |
|
|
0 commit comments