1
0
mirror of https://github.com/rfivet/BCG101.git synced 2024-12-18 16:16:32 -05:00

Update list of book covers.

This commit is contained in:
Renaud 2024-06-29 16:18:20 +08:00
parent f5bb12dfee
commit 65416f064d
7 changed files with 22 additions and 9 deletions

BIN
docs/img/197801.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

BIN
docs/img/BCG1973.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
docs/img/BCG1974.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
docs/img/BCG1975.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
docs/img/BCG197801.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
docs/img/BCG197810.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -5,10 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BCG 101</title> <title>BCG 101</title>
<style> <style>
img {
width: 33%;
height: auto;
}
</style> </style>
</head> </head>
<body> <body>
@ -20,10 +16,27 @@
<li>Refactor to take advantage of BASIC implementation.</li> <li>Refactor to take advantage of BASIC implementation.</li>
</ul> </ul>
<h3>Book Covers:</h3> <h3>Book Covers:</h3>
<img src="img/1973.jpg" /> 1973 $5<br> <figure>
<img src="img/1974.jpg" /> 1974 $7.50<br> <a href="img/1973.jpg" target="_blank">
<img src="img/1975.jpg" /> 1975 $7.50<br> <img src="img/BCG1973.jpg" /></a>
<img src="img/1978.jpg" /> 1978 $7.95 <figcaption><strong>July 1973, $5</strong></figcaption></figure>
<figure>
<a href="img/1974.jpg" target="_blank">
<img src="img/BCG1974.jpg" /></a>
<figcaption><strong>April 1974, $7.50</strong></figcaption></figure>
<figure>
<a href="img/1975.jpg" target="_blank">
<img src="img/BCG1975.jpg" /></a>
<figcaption><strong>March 1975, $7.50</strong></figcaption></figure>
<figure>
<a href="img/197801.jpg" target="_blank">
<img src="img/BCG197801.jpg" /></a>
<figcaption><strong>January 1978, $7.50</strong></figcaption></figure>
<figure>
<a href="img/1978.jpg" target="_blank">
<img src="img/BCG197810.jpg" /></a>
<figcaption><strong>October 1978, $7.95</strong></figcaption></figure>
<hr>Copyright © 2024 Renaud Fivet <hr>Copyright © 2024 Renaud Fivet
</body> </body>
</html> </html>