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; background-size: cover;
text-align: center; text-align: center;
color: white; color: white;
} }
.container-fluid { .container-fluid {
@@ -29,6 +28,20 @@ body {
position: fixed; position: fixed;
overflow: auto; 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 { h1 {
text-align: center; text-align: center;
@@ -54,14 +67,14 @@ h2 {
max-height: 700px; max-height: 700px;
position: relative; position: relative;
top: 1vw; top: 1vw;
left: 0; left: 1vw;
text-align: center; text-align: center;
} }
.inner-div { .inner-div {
-webkit-text-fill-color: white; -webkit-text-fill-color: white;
-webkit-text-stroke-width: 1px; -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black; -webkit-text-stroke-color: black;
background-color: dimgray;
opacity: 0.8; opacity: 0.8;
align-content: space-around; align-content: space-around;
left: 40%; left: 40%;
@@ -89,26 +102,6 @@ h2 {
font-size: 10px; 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) */ /* The Overlay (background) */
.overlay { .overlay {
/* Height & width depends on how you want to reveal the overlay (see JS below) */ /* Height & width depends on how you want to reveal the overlay (see JS below) */
@@ -184,12 +177,9 @@ h2 {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
flex-direction: column; flex-direction: column;
} }
.contactDetails > i { .contactDetails > i {
font-size: 3vw; font-size: 3vw;
color: white;
} }
ul { ul {
list-style: none; list-style: none;
+2 -2
View File
@@ -216,9 +216,9 @@
<!-- Optional JavaScript --> <!-- Optional JavaScript -->
<script src="js/particles.min.js"></script> <script src="js/particles.min.js"></script>
<script src="js/script.js"></script> <script src="js/script.js"></script>
<script src="https://kit.fontawesome.com/0eb0b05fee.js"></script> <script src="https://kit.fontawesome.com/0eb0b05fee.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS --> <!-- 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://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> <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 "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"
} }
} }
); );