diff --git a/css/style.css b/css/style.css index 0da47be..35397a0 100644 --- a/css/style.css +++ b/css/style.css @@ -57,9 +57,9 @@ h2 { } .inner-div { -webkit-text-fill-color: white; - -webkit-text-stroke-width: 1px; + -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black; - background-color: rgb(26, 36, 36); + background-color: orange; opacity: 0.8; align-content: space-around; left: 40%; @@ -89,11 +89,13 @@ h2 { @font-face { font-family: "Aldo the Apache"; - src: url("css/fonts/AldotheApache.woff") format("woff"); + src: url("font/AldotheApache.woff") format("woff"); + src: url("font/AldotheApache.ttf") format("ttf"); } @font-face { font-family: "eyelevation6"; - src: url("css/fonts/eyelevation6.woff") format("woff"); + src: url("font/eyelevation6.woff") format("woff"); + src: url("font/eyelevation6.ttf") format("ttf"); } /* The Overlay (background) */ diff --git a/font/AldotheApache.ttf b/font/AldotheApache.ttf new file mode 100644 index 0000000..cf3e2b3 Binary files /dev/null and b/font/AldotheApache.ttf differ diff --git a/css/fonts/AldotheApache.woff b/font/AldotheApache.woff similarity index 100% rename from css/fonts/AldotheApache.woff rename to font/AldotheApache.woff diff --git a/font/eyelevation6.ttf b/font/eyelevation6.ttf new file mode 100644 index 0000000..681a930 Binary files /dev/null and b/font/eyelevation6.ttf differ diff --git a/css/fonts/eyelevation6.woff b/font/eyelevation6.woff similarity index 100% rename from css/fonts/eyelevation6.woff rename to font/eyelevation6.woff diff --git a/index.html b/index.html index 90bfa77..9045fe4 100644 --- a/index.html +++ b/index.html @@ -10,14 +10,13 @@ - -
- + +
@@ -26,11 +25,11 @@

to the fun side

-
+
The Square
-
- Alt  Square +
+ Alt Square
Glod @@ -215,11 +214,11 @@
- + - + diff --git a/js/script.js b/js/script.js index c2c1880..f4223c2 100644 --- a/js/script.js +++ b/js/script.js @@ -128,6 +128,13 @@ particlesJS('particles-js', } }, "retina_detect": true, - + "config_demo": { + "hide_card": false, + "background_color": "#b61924", + "background_image": "", + "background_position": "50% 50%", + "background_repeat": "no-repeat", + "background_size": "cover" + } } ); \ No newline at end of file