Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Apr 27, 2024
1 parent 3ea3285 commit 58e28e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/home/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<img src="https://placehold.co/220x320" class="intro-logo" alt="State of the Map Latam 2024 Logo">
<img src="/assets/images/logo_sotm_latam.jpg" class="intro-logo" alt="State of the Map Latam 2024 Logo">

<div class="intro-headline">{{ t.intro_section.headline }}</div>
<div class="intro-dates">{{ t.intro_section.dates }}</div>
Expand Down
12 changes: 11 additions & 1 deletion assets/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@ body {
.intro-logo {
display: block;
margin: 0 auto; // Centers the image
border-bottom: 1px solid $color-text-default;
border-bottom: 1px solid $color-text-default;
width: 100%;
height: auto;

@media (min-width: 768px) {
width: 50%;
}

@media (min-width: 992px) {
width: 50%;
}
}

.intro-headline, .intro-dates {
Expand Down
Binary file added assets/images/logo_sotm_latam.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58e28e7

Please sign in to comment.