diff --git a/css/style.css b/css/style.css index 58eefa8..63800e4 100644 --- a/css/style.css +++ b/css/style.css @@ -5,22 +5,22 @@ * {margin: 0;padding: 0;box-sizing: border-box;} -body {cursor: url('/cursor/default.cur'), default;font-display: auto;} +body {cursor: url('/img/cursor/default.cur'), default;font-display: auto;} ::selection {color: #000;background-color: #fff;} -h1 {font-family: LatoRegular;cursor: url('/cursor/text.cur'), text;} +h1 {font-family: LatoRegular;cursor: url('/img/cursor/text.cur'), text;} h1 b {font-family: LatoBold;} h1 i {font-family: LatoBoldItalic;} -h2 {font-family: LatoRegular;cursor: url('/cursor/text.cur'), text;} +h2 {font-family: LatoRegular;cursor: url('/img/cursor/text.cur'), text;} h2 b {font-family: LatoBold;} h2 i {font-family: LatoRegularItalic;} -h3 {font-family: LatoLight;cursor: url('/cursor/text.cur'), text;} +h3 {font-family: LatoLight;cursor: url('/img/cursor/text.cur'), text;} h3 b {font-family: LatoRegular;} h3 i {font-family: LatoLightItalic;} -p {font-family: LatoRegular;cursor: url('/cursor/text.cur'), text;} -b {font-family: LatoBold;cursor: url('/cursor/text.cur'), text;} -i {font-family: LatoRegularItalic;cursor: url('/cursor/text.cur'), text;} -a {font-family: LatoRegular;cursor: url('/cursor/pointer.cur'), pointer;} +p {font-family: LatoRegular;cursor: url('/img/cursor/text.cur'), text;} +b {font-family: LatoBold;cursor: url('/img/cursor/text.cur'), text;} +i {font-family: LatoRegularItalic;cursor: url('/img/cursor/text.cur'), text;} +a {font-family: LatoRegular;cursor: url('/img/cursor/pointer.cur'), pointer;} .navbar { position: fixed; diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index ec9194d..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/mcalec-dev.png b/favicon.png similarity index 100% rename from mcalec-dev.png rename to favicon.png diff --git a/cursor/default.cur b/img/cursor/default.cur similarity index 100% rename from cursor/default.cur rename to img/cursor/default.cur diff --git a/cursor/pointer.cur b/img/cursor/pointer.cur similarity index 100% rename from cursor/pointer.cur rename to img/cursor/pointer.cur diff --git a/cursor/text.cur b/img/cursor/text.cur similarity index 100% rename from cursor/text.cur rename to img/cursor/text.cur diff --git a/img/mcalec-dev.png b/img/mcalec-dev.png new file mode 100644 index 0000000..f74be83 Binary files /dev/null and b/img/mcalec-dev.png differ diff --git a/index.html b/index.html index 18e34fb..91c0085 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - +