Skip to content

Commit

Permalink
Merge pull request #13 from 42-AI/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maperez42 authored Oct 3, 2024
2 parents 7f64ffc + d4c6912 commit 913b625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/42ai_home.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h3>{{42ai_home.welcome[lang]}}</h3>
<div style="margin: 25px 15px 15px 15px;">

<h3>{{ 42ai_home.quick_access.text[site.active_lang] }}
<span class="d-block d-sm-none" style="float: right; width:auto; height: 18px; display: inline-flex; border-radius: 0px;">
<span class="d-md-none" style="float: right; width:auto; height: 18px; display: inline-flex; border-radius: 0px;">
<img src="/assets/img/corner.png"/>
</span>
</h3>
Expand Down Expand Up @@ -136,7 +136,7 @@ <h3>{{ 42ai_home.quick_access.text[site.active_lang] }}
<div style="margin: 25px 15px 25px 15px;">

<h3 class="roboto" style="color: grey;">{{ 42ai_home.last_activity[site.active_lang] }}
<span class="d-block d-sm-none" style="float: right; width:auto; height: 18px; display: inline-flex; border-radius: 0px;">
<span class="d-md-none" style="float: right; width:auto; height: 18px; display: inline-flex; border-radius: 0px;">
<img src="/assets/img/corner.png"/>
</span>
</h3>
Expand Down
3 changes: 1 addition & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
{% assign default = site.posts | where_exp: 'item', 'item.pin != true and item.hidden != true' %}

<div style="height: 96px; width: 100%; padding: 0px;">
<img class="d-none d-sm-block" src="/assets/img/banners/home_banner.png" style="height: auto;"></img>
<img class="d-block d-sm-none" src="/assets/img/banners/banner_home-xs.png" style="height: auto; width: 90%; margin: 5px 5% 5px 5%"></img>
<img src="/assets/img/banners/home_banner2.png" style="width: 80%; height: auto; margin: 5px 10% 5px 10%"></img>
</div>

<body>
Expand Down
Binary file added assets/img/banners/home_banner2.png
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 913b625

Please sign in to comment.