Skip to content

Commit

Permalink
Merge pull request #43 from mkpjapan/new-graphics
Browse files Browse the repository at this point in the history
New graphics
  • Loading branch information
lunardog authored Nov 8, 2023
2 parents 96451e9 + a177129 commit 5d3375a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ public
_site
.jekyll-metadata
Gemfile.lock
.DS_Store
2 changes: 1 addition & 1 deletion _includes/benefits.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3>
</div>
<div class="col-md-6 text-center">
<div class="benefits-img-container">
<img src="/static/images/site/mencirclehands.png" class="benefits-img" alt="{{ s.picture_alt_text }}" />
<img src="/static/images/site/benefits.jpg" class="benefits-img" alt="{{ s.picture_alt_text }}" />
</div>
<br/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion static/css/mkp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ section {
.join-container {
text-align: center;
color: #fff;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('{{ site.baseurl }}/static/images/site/pixabay.people.jpg');
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('{{ site.baseurl }}/static/images/site/join.jpg');
background-position: center center;
background-repeat: none;
width: 100%;
Expand Down
Binary file added static/images/site/benefits.jpg
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 static/images/site/join.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 5d3375a

Please sign in to comment.