commit 16e32942a5f1f1fcc33ea89d286534e045bbceda
parent 5dcc391c0d21efb430e84a3dedb160ba25826abd
Author: Zane Schaffer <znschaffer@gmail.com>
Date: Tue, 13 Aug 2024 16:27:30 -0700
move photos to img.znschaffer.com
Diffstat:
17 files changed, 1 insertion(+), 36 deletions(-)
diff --git a/img/bloom.webp b/img/bloom.webp
Binary files differ.
diff --git a/img/building2.jpeg b/img/building2.jpeg
Binary files differ.
diff --git a/img/building_top.jpeg b/img/building_top.jpeg
Binary files differ.
diff --git a/img/cleo.webp b/img/cleo.webp
Binary files differ.
diff --git a/img/jenga.webp b/img/jenga.webp
Binary files differ.
diff --git a/img/ladder.jpeg b/img/ladder.jpeg
Binary files differ.
diff --git a/img/lightbulb.jpeg b/img/lightbulb.jpeg
Binary files differ.
diff --git a/img/lightpool.jpeg b/img/lightpool.jpeg
Binary files differ.
diff --git a/img/north_seattle_college.webp b/img/north_seattle_college.webp
Binary files differ.
diff --git a/img/northpole.JPG b/img/northpole.JPG
Binary files differ.
diff --git a/img/palace.jpeg b/img/palace.jpeg
Binary files differ.
diff --git a/img/plant1.jpeg b/img/plant1.jpeg
Binary files differ.
diff --git a/img/trombone.webp b/img/trombone.webp
Binary files differ.
diff --git a/img/tulips.JPG b/img/tulips.JPG
Binary files differ.
diff --git a/img/wax.webp b/img/wax.webp
Binary files differ.
diff --git a/index.html b/index.html
@@ -34,7 +34,7 @@
<p>I am currently a computer science student at <a href="https://northseattle.edu">North Seattle College</a></p>
</li>
<li>
- <p>I am exploring the realm of <a href="./photos">photography</a>
+ <p>I am exploring the realm of <a href="https://img.znschaffer.com">photography</a>
with a camera from 2006</p>
</li>
<li>
diff --git a/photos.html b/photos.html
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
- <title>My Photography</title>
- <link rel="stylesheet" href="c.css">
- <meta name="description" content="Zane Schaffer's Lovely Indescribable Information and Tasty Site">
- <link rel="icon" type="image/x-icon"
- href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>↔</text></svg>">
-</head>
-
-<body>
- <header id="title-block-header">
- <h1 class="title">My Photography</h1>
- <p class="subtitle">Visual memories and such</p>
- </header>
- <!-- TODO add alt tags -->
- <div class="gallery">
- <img src="img/tulips.JPG" alt="tulips">
- <img src="img/northpole.JPG" alt="">
- <img src="img/palace.jpeg" alt="">
- <img src="img/lightbulb.jpeg" alt="">
- <img src="img/ladder.jpeg" alt="">
- <img src="img/plant1.jpeg" alt="">
- <img src="img/building_top.jpeg" alt="">
- <img src="img/lightpool.jpeg" alt="">
- <img src="img/building2.jpeg" alt="">
- </div>
-
-
-</body>
-
-</html>