60 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
| <title>Game Boy Camera Pictures</title>
 | |
| <style>
 | |
| body {
 | |
|   background: slategray;
 | |
| }
 | |
| p {
 | |
|   max-width: 50em;
 | |
| }
 | |
| ul {
 | |
|   list-style: none;
 | |
|   display: flex;
 | |
|   flex-flow: row wrap;
 | |
| }
 | |
| li {
 | |
|   margin: 1em;
 | |
| }
 | |
| </style>
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| <h1>Game Boy Camera</h1>
 | |
| 
 | |
| <p>
 | |
| There's just something wonderful about the Game Boy Camera. The image quality is terrible. The dynamic range is anything but dynamic. The screen is impossible to see in low-light conditions or in open sunlight. The picture-taking experience is awful, and it's a pain in the ass to get the pictures onto my computer. But I love them.
 | |
| </p>
 | |
| 
 | |
| <p>
 | |
| 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.08.03</h3>
 | |
| <ul>
 | |
| <li><img src='./2020.08.03/20200803-011627-0004.png'></li>
 | |
| <li><img src='./2020.08.03/20200803-011627-0005.png'></li>
 | |
| <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>
 |