Skip to content

Commit

Permalink
css side by side image in gale page
Browse files Browse the repository at this point in the history
(idk where to place the css file)
  • Loading branch information
Leonx254 committed Sep 26, 2024
1 parent 9102a16 commit b420b6e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
19 changes: 16 additions & 3 deletions docs/Tools/GraphicsGale/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<link rel="stylesheet" href="put_me_in_an_appropiate_folder.css" />

# GraphicsGale

GraphicsGale (also known as Gale) is an image editing program tailored towards pixel art, written by HUMANBALANCE Ltd. The software includes features such as onion skin, real-time preview for GIF animations, batch conversion, and editing Windows icon (ICO) and cursor (CUR) files. GraphicsGale was originally released as paid software in 2004 before being released as freeware in 2017.
Expand All @@ -11,6 +13,17 @@ GraphicsGale was used by Christian Whitehead for handling most graphic assets wh

TODO: Is there a better way to make a horizontally aligned images with captions?

| ![Original color palette](/assets/images/GraphicsGale/Palettes/S1-Sonic1.png) | ![Palette after saved through GraphicsGale](/assets/images/GraphicsGale/Palettes/S1-Sonic1.png) | ![Palette after saved through paint.net](/assets/images/GraphicsGale/Palettes/S1-Sonic1-PDN.png) |
| :---------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------: |
| Original color palette | Palette after saved through GraphicsGale | Palette after saved through paint.net |
<figure markdown>
![Original color palette](/assets/images/GraphicsGale/Palettes/S1-Sonic1.png)
<figcaption>Original color palette</figcaption>
</figure>
<figure markdown>
![Palette after saved through GraphicsGale](/assets/images/GraphicsGale/Palettes/S1-Sonic1.png)
<figcaption>Palette after saved
<br>through GraphicsGale</figcaption>
</figure>
<figure markdown>
![Palette after saved through paint.net](/assets/images/GraphicsGale/Palettes/S1-Sonic1-PDN.png)
<figcaption>Palette after saved
<br>through paint.net</figcaption>
</figure>
7 changes: 7 additions & 0 deletions docs/Tools/GraphicsGale/put_me_in_an_appropiate_folder.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
figure{
text-align: center;
max-width: 40%;
float:left;
margin:0;
padding: 25px;
}

0 comments on commit b420b6e

Please sign in to comment.