From cc8b6df043c68107f3145372aa8d4cd1d802e318 Mon Sep 17 00:00:00 2001 From: diaid83 Date: Sat, 7 Sep 2019 17:32:57 +0200 Subject: [PATCH] Commit --- css/{ => css}/font/AldotheApache.eot | Bin css/{ => css}/font/AldotheApache.otf | Bin css/{ => css}/font/AldotheApache.ttf | Bin css/{ => css}/font/AldotheApache.woff | Bin css/{ => css}/font/eyelevation6.eot | Bin css/{ => css}/font/eyelevation6.otf | Bin css/{ => css}/font/eyelevation6.ttf | Bin css/{ => css}/font/eyelevation6.woff | Bin css/style.css | 42 ++++++++++---------------- index.html | 4 +-- js/script.js | 9 ------ 11 files changed, 18 insertions(+), 37 deletions(-) rename css/{ => css}/font/AldotheApache.eot (100%) rename css/{ => css}/font/AldotheApache.otf (100%) rename css/{ => css}/font/AldotheApache.ttf (100%) rename css/{ => css}/font/AldotheApache.woff (100%) rename css/{ => css}/font/eyelevation6.eot (100%) rename css/{ => css}/font/eyelevation6.otf (100%) rename css/{ => css}/font/eyelevation6.ttf (100%) rename css/{ => css}/font/eyelevation6.woff (100%) diff --git a/css/font/AldotheApache.eot b/css/css/font/AldotheApache.eot similarity index 100% rename from css/font/AldotheApache.eot rename to css/css/font/AldotheApache.eot diff --git a/css/font/AldotheApache.otf b/css/css/font/AldotheApache.otf similarity index 100% rename from css/font/AldotheApache.otf rename to css/css/font/AldotheApache.otf diff --git a/css/font/AldotheApache.ttf b/css/css/font/AldotheApache.ttf similarity index 100% rename from css/font/AldotheApache.ttf rename to css/css/font/AldotheApache.ttf diff --git a/css/font/AldotheApache.woff b/css/css/font/AldotheApache.woff similarity index 100% rename from css/font/AldotheApache.woff rename to css/css/font/AldotheApache.woff diff --git a/css/font/eyelevation6.eot b/css/css/font/eyelevation6.eot similarity index 100% rename from css/font/eyelevation6.eot rename to css/css/font/eyelevation6.eot diff --git a/css/font/eyelevation6.otf b/css/css/font/eyelevation6.otf similarity index 100% rename from css/font/eyelevation6.otf rename to css/css/font/eyelevation6.otf diff --git a/css/font/eyelevation6.ttf b/css/css/font/eyelevation6.ttf similarity index 100% rename from css/font/eyelevation6.ttf rename to css/css/font/eyelevation6.ttf diff --git a/css/font/eyelevation6.woff b/css/css/font/eyelevation6.woff similarity index 100% rename from css/font/eyelevation6.woff rename to css/css/font/eyelevation6.woff diff --git a/css/style.css b/css/style.css index 5c4e838..7c3ccdf 100644 --- a/css/style.css +++ b/css/style.css @@ -15,7 +15,6 @@ body { background-size: cover; text-align: center; color: white; - } .container-fluid { @@ -29,6 +28,20 @@ body { position: fixed; overflow: auto; } +@font-face { + font-family: "Aldo the Apache"; + src: url("css/font/AldotheApache.eot"); + src: url("css/font/AldotheApache.ttf") format("truetype"), + url("css/font/AldotheApache.otf") format("opentype"), + url("css/font/AldotheApache.woff") format("woff"); +} +@font-face { + font-family: "eyelevation6"; + src: url("css/font/eyelevation6.eot"); + src: url("css/font/eyelevation6.ttf") format("truetype"), + url("css/font/eyelevation6.otf") format("opentype"), + url("css/font/eyelevation6.woff") format("woff"); +} h1 { text-align: center; @@ -54,14 +67,14 @@ h2 { max-height: 700px; position: relative; top: 1vw; - left: 0; + left: 1vw; text-align: center; } .inner-div { -webkit-text-fill-color: white; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; - background-color: dimgray; + opacity: 0.8; align-content: space-around; left: 40%; @@ -89,26 +102,6 @@ h2 { font-size: 10px; } - - - - -@font-face { - font-family: "Aldo the Apache",sans-serif; - src: url("css/font/AldotheApache.ttf"); - src: url("css/font/AldotheApache.eot") format("eot"), - url("css/font/AldotheApache.otf") format("otf"), - url("css/font/AldotheApache.woff") format("woff"); - -} -@font-face { - font-family: "eyelevation6",sans-serif; - src: url("css/font/eyelevation6.eot"); - src: url("css/font/eyelevation6.ttf") format("ttf"), - url("css/font/eyelevation6.otf") format("otf"), - url("css/font/eyelevation6.woff") format("woff"); -} - /* The Overlay (background) */ .overlay { /* Height & width depends on how you want to reveal the overlay (see JS below) */ @@ -184,12 +177,9 @@ h2 { display: flex; flex-wrap: wrap; flex-direction: column; - } .contactDetails > i { font-size: 3vw; - color: white; - } ul { list-style: none; diff --git a/index.html b/index.html index b384168..73719bf 100644 --- a/index.html +++ b/index.html @@ -216,9 +216,9 @@ - + - + diff --git a/js/script.js b/js/script.js index 310421f..26c5bb6 100644 --- a/js/script.js +++ b/js/script.js @@ -126,15 +126,6 @@ particlesJS('particles-js', "particles_nb": 2 } } - }, - "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