Skip to content

Commit

Permalink
Pipelines-Bot: Updated site via d9ad30abcffb328836bff36d3dd7d44380af2098
Browse files Browse the repository at this point in the history
  • Loading branch information
roeb committed Mar 26, 2020
1 parent 4caae9b commit 29b52ed
Show file tree
Hide file tree
Showing 189 changed files with 49,411 additions and 984 deletions.
570 changes: 211 additions & 359 deletions about.html

Large diffs are not rendered by default.

38 changes: 34 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1357,17 +1357,22 @@ div.container.page-title {
display: flex;
flex-direction: column;
justify-content: center;
background: #222;
background: rgba(34, 34, 34, 1);
-webkit-box-shadow: -4px -4px 5px -1px rgba(34, 34, 2, 1);
-moz-box-shadow: -4px -4px 5px -1px rgba(34, 34, 2, 1);
box-shadow: -4px -4px 5px -1px rgba(34, 34, 2, 1);
}

#footer .social-media {
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(218, 165, 32, 1);
min-height: 44px;
}

#footer .social-icon {
background-color: #FFF;
background-color: #222;
width: 24px;
height: 24px;
margin: 10px;
Expand Down Expand Up @@ -1403,13 +1408,22 @@ div.container.page-title {
mask: url('../icons/rss.svg') no-repeat center;
}

#footer .language {
position: fixed;
left: 10px;
}

#footer .language img {
width: 28px;
}

#footer .legal-notice {
position: fixed;
right: 0;
}

#footer .legal-notice a {
color: #fff;
color: #222;
padding: 0 10px;
}

Expand Down Expand Up @@ -1911,7 +1925,7 @@ body.light .personal-info ul h6 {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 100px;
margin: 100px 0;
}

.project-info-container {
Expand Down Expand Up @@ -2596,6 +2610,13 @@ section#blog .meta i {
}

/*** Left Side ***/
.notice-container {
font-size: 14px;
}

.notice-container a {
color: #daa520;
}

.contact-container .contact .leftside {
font-size: 16px;
Expand Down Expand Up @@ -2898,6 +2919,11 @@ ul.social-intro li a:hover i {
width: 100%;
}

#footer .social-media.icons {
padding-right: 100px;
;
}

@media only screen and (max-height:500px) and (orientation:landscape) {
.call-to-actions-home {
display: none;
Expand All @@ -2922,6 +2948,10 @@ ul.social-intro li a:hover i {
.skill-box {
padding: 20px 10px;
}

#footer .social-media.icons {
display: none;
}
}
}

Expand Down
Binary file added assets/icons/german.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/german.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/usa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/usa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
});

jQuery(document).ready(function ($) {
/* if ($("section#home").length > 0) {
var lang = navigator.language || navigator.userLanguage;
if (lang.indexOf('de') == 0 && window.location.href.indexOf('de') == -1)
window.location = '/de/';
}; */


/* ----------------------------------------------------------- */
/* STRETCHY NAVIGATION
Expand Down Expand Up @@ -285,6 +291,7 @@

/* Tag Cloud */



});

Expand Down
Loading

0 comments on commit 29b52ed

Please sign in to comment.