Update something
BIN
src/assets/gigi-2021-09-23-16.jpg
Executable file
After Width: | Height: | Size: 5.9 MiB |
BIN
src/assets/gigi-2021-09-23-19.jpg
Executable file
After Width: | Height: | Size: 4.5 MiB |
BIN
src/assets/gigi-2021-09-23-20.jpg
Executable file
After Width: | Height: | Size: 4.9 MiB |
BIN
src/assets/gigi-2021-09-23-21.jpg
Executable file
After Width: | Height: | Size: 1.5 MiB |
BIN
src/assets/gigi-2021-09-23-22.jpg
Executable file
After Width: | Height: | Size: 1.2 MiB |
BIN
src/assets/gigi-2021-09-23-26.jpg
Executable file
After Width: | Height: | Size: 4.7 MiB |
BIN
src/assets/gigi-2021-09-23-4.jpg
Executable file
After Width: | Height: | Size: 4.9 MiB |
@ -10,34 +10,14 @@ const { title, description } = Astro.props;
|
|||||||
<p>{description}</p>
|
<p>{description}</p>
|
||||||
</section>
|
</section>
|
||||||
<p class="copyright">
|
<p class="copyright">
|
||||||
© AREA44. Design: <a href="http://html5up.net">HTML5 UP</a>.<br />
|
© tiff <br />
|
||||||
Images: <a href="http://unsplash.com">Unsplash</a>
|
Images: <a href="http://photos.tiffwhite.me">mine</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<section>
|
<section>
|
||||||
<h2>Get in touch</h2>
|
<h2>Get in touch</h2>
|
||||||
<form method="post" action="#">
|
<a href="mailto:hello@tiffwhite.me">hello at tiffwhite dot me</a>
|
||||||
<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>
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -5,9 +5,9 @@ import Footer from "@/components/Footer.astro";
|
|||||||
import Gallery from "@/components/Gallery.astro";
|
import Gallery from "@/components/Gallery.astro";
|
||||||
import ExternalScripts from "@/components/ExternalScripts.astro";
|
import ExternalScripts from "@/components/ExternalScripts.astro";
|
||||||
|
|
||||||
let title = "Multiverse by HTML5 UP";
|
let title = "tiff's photos";
|
||||||
let description =
|
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>
|
<!doctype html>
|
||||||
|