Skip to content

Commit

Permalink
Merge branch 'source-upstream' into source
Browse files Browse the repository at this point in the history
# Conflicts:
#	Gemfile.lock
  • Loading branch information
maierj committed Jul 4, 2024
2 parents fa7ec30 + ad971c6 commit 5a4635f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _sass/framework/zerostatic/blocks/sections/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// min-height: 300px;

// Is hardcoded, because the hero image won't be changed
aspect-ratio: 37 / 7;
aspect-ratio: 3616 / 681;
&.hero-gradient {
background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary));
}
Expand Down
Binary file added assets/images/jlesc_logo_hires.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions bin/report_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@ def run
end

# copy the JLESC logo to the LaTeX directory
FileUtils.cp(File.join(@site.source, 'assets', 'images', 'jlesc-header_180910.jpg'),
File.join(@latex_path, 'jlesc_logo.png'))
FileUtils.cp(File.join(@site.source, 'assets', 'images', 'jlesc_logo_hires.jpg'),
File.join(@latex_path, 'jlesc_logo_hires.jpg'))

end
end
Expand Down
2 changes: 1 addition & 1 deletion pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hero:

# The aspect ratio of the picture is hardcoded in the corresponding scss file.
# You should also change the aspect ratio if you change the background image!
background_image: "/assets/images/jlesc_logo.jpg"
background_image: "/assets/images/jlesc_logo_hires.jpg"
fullscreen_mobile: false
fullscreen_desktop: false
height: "auto"
Expand Down

0 comments on commit 5a4635f

Please sign in to comment.