remove photos

This commit is contained in:
Rupus Reinefjord 2024-08-02 21:57:07 +02:00
parent 8c1e4fe92f
commit a4635f9d13
7 changed files with 0 additions and 89 deletions

View file

@ -13,8 +13,6 @@
* {
box-sizing: border-box;
overflow-wrap: break-word;
word-wrap: break-word; /* legacy */
word-break: break-word; /* for WebKit/Chrome */
}
main {
@ -77,13 +75,6 @@
<li><a href="/blog/2022-12-05_buggy-trackpoint.html"><small>2022-12-05: </small>Workaround for broken TrackPoint</a></li>
<li><a href="/blog/2022-05-09_this-website.html"><small>2022-05-09: </small>This website</a></li>
</ul>
<div class="asterism"></div>
<h2>Photography</h2>
<ul>
<li><a href="/photos/2023/index.html">2023</a></li>
</ul>
</main>
<footer>&#10086;</footer>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 MiB

View file

@ -1,80 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" type="image/png" href="/favicon.png" sizes="196x196">
<title>Photography</title>
<style>
* {
box-sizing: border-box;
overflow-wrap: break-word;
word-wrap: break-word; /* legacy */
word-break: break-word; /* for WebKit/Chrome */
}
main {
max-width: 40rem;
margin: 0 auto;
}
.asterism, footer {
margin: 2rem 0;
text-align: center;
}
li {
margin: 5px 0;
}
img {
max-width: 100%;
margin: 15px auto;
display: block;
}
</style>
</head>
<body>
<main>
<p><a href="/">Index</a></p>
<h1>Photos of 2023</h1>
<p>
<i>2023-03-03:</i> The light outside looked interesting and I felt like
taking some photos. It was a lot more cold and rainy than what I was
expecting, so I didn't stay outside for long.
</p>
<a href="DSCF4917.JPG@1000">
<img src="DSCF4917.JPG@500" width=500 alt="Edsviken at dusk.">
</a>
<p>
<i>2023-04-02:</i> Nice and sunny in Lund. We had sushi in Stadsparken
and then a fika at Mormors Bageri.
</p>
<a href="2023-04-02_lund/DSCF4922.JPG@1000">
<img src="2023-04-02_lund/DSCF4922.JPG@500" width=500
alt="Barriers that look like cartoon dragons.">
</a>
<a href="2023-04-02_lund/DSCF4925.JPG@1000">
<img src="2023-04-02_lund/DSCF4925.JPG@500" width=500
alt="An apartment house wall with abstract art.">
</a>
<a href="2023-04-02_lund/DSCF4928.JPG@1000">
<img src="2023-04-02_lund/DSCF4928.JPG@500" width=500
alt="Ellinor drinking coffee.">
</a>
<a href="2023-04-02_lund/DSCF4929.JPG@1000">
<img src="2023-04-02_lund/DSCF4929.JPG@500" width=500
alt="An X2000 train leaving the station.">
</a>
</main>
<footer>&#10086;</footer>
</body>
</html>
<!-- vim: set tw=80 -->