Some Game Boy Camera improvements.

master
gamerdonkey 2021-02-06 07:11:32 +00:00
parent 5dbb76cf60
commit b7ea74a548
3 changed files with 30 additions and 18 deletions

View File

@ -2,7 +2,7 @@
cat ./html_header
for image_dir in $(find -type d | egrep -v "^\.\$" | sort); do
for image_dir in $(find -type d | egrep -v "^\.\$" | sort -r); do
date=$(echo "$image_dir" | xargs basename)
echo "<h3>$date</h3>"

View File

@ -2,6 +2,12 @@
<head>
<title>Game Boy Camera Pictures</title>
<style>
body {
background: slategray;
}
p {
max-width: 50em;
}
ul {
list-style: none;
display: flex;

View File

@ -2,6 +2,12 @@
<head>
<title>Game Boy Camera Pictures</title>
<style>
body {
background: slategray;
}
p {
max-width: 50em;
}
ul {
list-style: none;
display: flex;
@ -24,23 +30,6 @@ There's just something wonderful about the Game Boy Camera. The image quality is
I wrote more about my experience with the Game Boy Camera <a href='https://gamerdonkey.com/posts/2020/game-boy-camera-adventures/'>over here</a>.
</p>
<h3>2020.07.10</h3>
<ul>
<li><img src='./2020.07.10/20200710-214001.png'></li>
<li><img src='./2020.07.10/20200710-214009.png'></li>
<li><img src='./2020.07.10/20200710-214018.png'></li>
</ul>
<h3>2020.07.24</h3>
<ul>
<li><img src='./2020.07.24/20200724-001401-0000.png'></li>
<li><img src='./2020.07.24/20200724-001401-0002.png'></li>
<li><img src='./2020.07.24/20200724-001401-0006.png'></li>
</ul>
<h3>2020.07.27</h3>
<ul>
<li><img src='./2020.07.27/20200727-170019-0021.png'></li>
<li><img src='./2020.07.27/20200727-170019-0023.png'></li>
</ul>
<h3>2020.08.03</h3>
<ul>
<li><img src='./2020.08.03/20200803-011627-0004.png'></li>
@ -48,6 +37,23 @@ I wrote more about my experience with the Game Boy Camera <a href='https://gamer
<li><img src='./2020.08.03/20200803-011627-0006.png'></li>
<li><img src='./2020.08.03/20200803-011627-0008.png'></li>
</ul>
<h3>2020.07.27</h3>
<ul>
<li><img src='./2020.07.27/20200727-170019-0021.png'></li>
<li><img src='./2020.07.27/20200727-170019-0023.png'></li>
</ul>
<h3>2020.07.24</h3>
<ul>
<li><img src='./2020.07.24/20200724-001401-0000.png'></li>
<li><img src='./2020.07.24/20200724-001401-0002.png'></li>
<li><img src='./2020.07.24/20200724-001401-0006.png'></li>
</ul>
<h3>2020.07.10</h3>
<ul>
<li><img src='./2020.07.10/20200710-214001.png'></li>
<li><img src='./2020.07.10/20200710-214009.png'></li>
<li><img src='./2020.07.10/20200710-214018.png'></li>
</ul>
</body>
</html>