Skip to content

Commit 8a1a4b7

Browse files
author
Matt Crane
committed
Minor tweaks, favicon
1 parent 5bd139b commit 8a1a4b7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

favicon.ico

1.12 KB
Binary file not shown.

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Matt Crane</title>
55
<link rel="stylesheet" href="/css/winstrap.min.css" media="screen">
@@ -9,9 +9,8 @@
99
<![endif]-->
1010
<style>
1111
:root {
12-
--col: 204, 000, 000;
13-
--base-colour: rgb(var(--col));
14-
--alpha-base: rgba(var(--col), 0.20);
12+
--base-colour: rgb(204, 000, 000);
13+
--alpha-base: rgba(204, 000, 000, 0.20);
1514
}
1615
body {
1716
background: url('/crossword.png');
@@ -489,7 +488,7 @@ <h3 id="projects"> Projects </h3>
489488
</a>
490489
<script src="/js/jquery.min.js"></script>
491490
<script src="/js/bootstrap.min.js"></script>
492-
<script type="text/javascript">
491+
<script>
493492
$(function () {
494493
$('[data-scroll="smooth"] a[href*="#"]:not([href="#contact"])').click(function () {
495494
if (location.pathname.replace(/^\//, '') === this.pathname.replace(/^\//, '') && location.hostname === this.hostname) {

0 commit comments

Comments
 (0)