Skip to content

Commit 886b522

Browse files
committed
CDN
1 parent 60d89a1 commit 886b522

File tree

3 files changed

+60
-65
lines changed

3 files changed

+60
-65
lines changed

css/style.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@
2121
color: #fff;
2222
padding: 100px 25px;
2323
text-align: center;
24-
font-family: 'Shadows Into Light', cursive;
24+
/* font-family: 'Shadows Into Light', cursive;*/
2525
margin-bottom: 0px;
2626
}
27+
p ,button{
28+
font-family: none;
29+
}
2730
.help-tab {
2831
transform: rotate(-90deg);
2932
transform-origin: 0 0;

images/potato-guy.svg

+43-50
Loading

index.html

+13-14
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@
66
<meta charset="utf-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<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 -->
219
</head>
2210
<body>
2311
<nav class="navbar navbar-default navbar-fixed-top">
@@ -42,7 +30,7 @@
4230
</nav>
4331
<div class="jumbotron">
4432
<h1>Code Hammers</h1>
45-
<p>We specialize in web Development</p>
33+
<p >We specialize in web Development</p>
4634
<button class="btn btn-success">Build me A Website</button>
4735
</div>
4836
<!-- SideTabs Start -->
@@ -166,7 +154,18 @@ <h6 style="text-align: center;color: #ccc;">CopyRight &copy; Code Hammers 2017 <
166154
</footer>
167155
<!-- Footer End -->
168156

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 -->
170169
<!-- Custom Script -->
171170
<script type="text/javascript" src="js/script.js"></script>
172171

0 commit comments

Comments
 (0)