Skip to content

Commit a72085d

Browse files
author
Keith Daulton
committed
Fixes site paths and visibility performance
1 parent f8de0d7 commit a72085d

File tree

5 files changed

+22
-13
lines changed

5 files changed

+22
-13
lines changed

assets/scripts/site.js

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/styles/site.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Keith Daulton - UI Developer and Designer</title>
6-
<link rel="stylesheet" href="assets/styles.css">
6+
<link rel="stylesheet" href="assets/styles/site.css">
77
</head>
88
<body class="t-home">
99
<header class="c-header t-home__header">
@@ -221,9 +221,9 @@ <h2>Contact</h2>
221221
<footer class="c-footer t-home__footer">
222222
<p>
223223
All content &copy; copyright 2019 Keith Daulton and respective brands. All rights reserved.
224-
<a href="https://mixpanel.com/f/partner"><img src="http://cdn.mxpnl.com/site_media/images/partner/badge_blue.png" alt="Mobile Analytics" style="vertical-align: middle;" /></a>
224+
<a href="https://mixpanel.com/f/partner"><img src="https://cdn.mxpnl.com/site_media/images/partner/badge_blue.png" alt="Mobile Analytics" style="vertical-align: middle;" /></a>
225225
</p>
226226
</footer>
227-
<script src="assets/scripts.js"></script>
227+
<script src="assets/scripts/site.js"></script>
228228
</body>
229229
</html>

0 commit comments

Comments
 (0)