updated colors
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Samuel Philipp 2023-01-11 16:29:21 +01:00
parent dd0123bf94
commit 7acfdcf441
6 changed files with 13 additions and 11 deletions

View File

@ -9,7 +9,7 @@
"address": "Adresse"
},
"hello": "Willkommen!",
"text": "Schön, dass du auf meine Webseite gefunden hast. Gerne stelle ich mich hier vor: Zunächst führe ich dich durch die wichtigsten Etappen meines Lebenslaufs. Anschließend präsentiere ich meine Projekte und Fähigkeiten, an und mit denen ich arbeite. Abschließend erhältst du einige Eindrücke meiner Hobbys und was ich sonst gerne tue. Schau dich gerne um. Bei Fragen, Anregungen oder Kritik melde dich gerne!"
"text": "Schön, dass du auf meine Webseite gefunden hast. Gerne stelle ich mich hier vor: Zunächst führe ich dich durch die wichtigsten Etappen meines Lebenslaufs. Anschließend präsentiere ich meine Projekte und Fähigkeiten, an und mit denen ich arbeite. Abschließend erhältst du einige Eindrücke meiner Hobbys und was ich sonst so tue. Schau dich gerne um. Bei Fragen, Anregungen oder Kritik freue ich mich auf deine Nachricht!"
},
"resume": {
"title": "Mein Lebenslauf",

View File

@ -9,7 +9,7 @@
"address": "Address"
},
"hello": "Welcome!",
"text": "Nice that you found my website. I would like to introduce myself here: First, I'll take you through the most important stages of my resume. Then I will present my projects and skills I am working on and with. Finally, you will get some impressions of my hobbies and what else I like to do. Feel free to explore. If you have any questions, suggestions or criticism, feel free to contact me!"
"text": "Nice that you found my website. I would like to introduce myself here: First, I'll take you through the most important stages of my resume. Then I will present my projects and skills I am working on and with. Finally, you will get some impressions of my hobbies and what else I like to do. Feel free to explore. If you have any questions, suggestions or criticism, do not hesitate to contact me!"
},
"resume": {
"title": "My Resume",
@ -225,7 +225,7 @@
},
{
"image": "sports",
"name": "Weight training & Bouldering",
"name": "Strength training & Bouldering",
"url": ""
},
{

BIN
src/img/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View File

@ -164,7 +164,7 @@ title: {{site.title}}
</div>
</div>
</section>
<section id="services" class="bg-primary">
<section id="services" class="bg-secondary">
<div class="container">
<div class="services-padding">
<div class="row justify-content-md-center">
@ -229,7 +229,7 @@ title: {{site.title}}
</div>
</div>
</section>
<section id="interests" class="bg-primary">
<section id="interests" class="bg-secondary">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-8 text-center heading">

View File

@ -1,7 +1,11 @@
$primary: #490e0a;
$primary: #006269;
$secondary: #444;
@import "bootstrap/scss/bootstrap";
$icomoon-font-path: "../font";
@import "icons/style";
$flag-icons-path: "../flags";
@import "flag-icons/sass/flag-icons";
@ -29,7 +33,8 @@ header {
bottom: 0;
left: 0;
right: 0;
background: rgba(73, 14, 10, 0.9);
//background: rgba(73, 14, 10, 0.9);
background-color: rgba($secondary, 0.9);
}
.profile-thumb {
@ -71,10 +76,6 @@ section {
clear: both;
}
.bg-primary {
background: $primary;
}
.heading {
margin-bottom: 5em;
}
@ -402,6 +403,7 @@ section {
#services, #interests {
color: #fff;
background-image: url(../img/bg.jpg);
}
.interest {