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