Update something

This commit is contained in:
tiff 2025-04-20 19:23:52 -04:00
parent cfec44307f
commit b0ab5db443
9 changed files with 5 additions and 25 deletions

BIN
src/assets/gigi-2021-09-23-16.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

BIN
src/assets/gigi-2021-09-23-19.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

BIN
src/assets/gigi-2021-09-23-20.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

BIN
src/assets/gigi-2021-09-23-21.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
src/assets/gigi-2021-09-23-22.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
src/assets/gigi-2021-09-23-26.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

BIN
src/assets/gigi-2021-09-23-4.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

View File

@ -10,34 +10,14 @@ const { title, description } = Astro.props;
<p>{description}</p>
</section>
<p class="copyright">
&copy; AREA44. Design: <a href="http://html5up.net">HTML5 UP</a>.<br />
Images: <a href="http://unsplash.com">Unsplash</a>
&copy; tiff <br />
Images: <a href="http://photos.tiffwhite.me">mine</a>
</p>
</div>
<div>
<section>
<h2>Get in touch</h2>
<form method="post" action="#">
<div class="fields">
<div class="field half">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="field half">
<input type="text" name="email" id="email" placeholder="Email" />
</div>
<div class="field">
<textarea
name="message"
id="message"
rows="4"
placeholder="Message"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
<a href="mailto:hello@tiffwhite.me">hello at tiffwhite dot me</a>
</section>
</div>
</div>

View File

@ -5,9 +5,9 @@ import Footer from "@/components/Footer.astro";
import Gallery from "@/components/Gallery.astro";
import ExternalScripts from "@/components/ExternalScripts.astro";
let title = "Multiverse by HTML5 UP";
let title = "tiff's photos";
let description =
"Say hello to Multiverse, a slick, one-page gallery design with a fully functional lightbox.";
"basically photos of my cat, my tools, and my family and town";
---
<!doctype html>