This commit is contained in:
2019-09-07 17:32:57 +02:00
parent 414d0ec9b7
commit cc8b6df043
11 changed files with 18 additions and 37 deletions
+16 -26
View File
@@ -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;
+2 -2
View File
@@ -216,9 +216,9 @@
<!-- Optional JavaScript -->
<script src="js/particles.min.js"></script>
<script src="js/script.js"></script>
<script src="https://kit.fontawesome.com/0eb0b05fee.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
-9
View File
@@ -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"
}
}
);