Skip to content

Commit

Permalink
Fix logo svg color, bring back landingpage banner and text and style …
Browse files Browse the repository at this point in the history
…it accordingly (#672)
  • Loading branch information
RandomTannenbaum authored Apr 23, 2024
1 parent bdce658 commit 3827898
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions app/assets/stylesheets/styles.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
$skills-blue: #3b7bbe;
$skills-text-gray: #8e8e8e;
$skills-gray: #f5f5f5;
$skills-banner-text-blue: #1e5a96;

@import "bootstrap";

Expand Down Expand Up @@ -193,4 +194,14 @@ pzsh-topbar {

#avatar[src] {
display: block;
}

.banner-text {
font-size: 55px;
color: $skills-banner-text-blue;
font-family: Roboto, sans-serif;
}

.banner-sub-text {
color: $skills-banner-text-blue;
}
6 changes: 5 additions & 1 deletion app/views/people/index.html.haml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
= render partial: "people/search", locals: { person: nil }
= render partial: "people/search", locals: { person: nil }
%div.mt-3
%h1.d-inline-block.me-3.banner-text Willkommen bei
=image_tag('logo.svg', width: '340', class: 'align-baseline test')
%h4.banner-sub-text.mt-3 Wähle eine Person aus oder erfasse ein neues Profil

0 comments on commit 3827898

Please sign in to comment.