Skip to content

Commit

Permalink
[SC64][WEB] Added rendered PCB images
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Jan 11, 2024
1 parent 1f7be61 commit 42acb48
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ <h1>What is SummerCart64?</h1>
hardware emulation, automatic save backup <strong>during gameplay</strong>, making it the best
choice for both players and game developers. Please check <a href="/features.html">full feature
list</a> for more details!</p>
<div class="pcb-images">
<img src="sc64-render-front.png">
<img src="sc64-render-back.png">
</div>
</section>

<div class="separator"></div>
Expand Down
Binary file added web/sc64-render-back.png
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 web/sc64-render-front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion web/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,20 @@ main section>img.sc64-logo {
padding-left: 0;
}

main section>div.sponsor-buttons {
div.pcb-images {
display: flex;
flex-wrap: wrap;
margin: var(--main-paragraph-margin) 0;
}

div.pcb-images img {
flex-grow: 1;
flex-basis: 0;
width: 100%;
min-width: calc(var(--content-max-width) / 3.2);
}

div.sponsor-buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
Expand Down

0 comments on commit 42acb48

Please sign in to comment.