3 new photos

This commit is contained in:
Sophia Atkinson 2023-01-09 09:47:41 -08:00
parent 36778c2191
commit 161b9214d1
7 changed files with 11 additions and 1 deletions

BIN
img/fulls/IMG_4952.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 KiB

BIN
img/fulls/IMG_4972.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

BIN
img/fulls/IMG_4975.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

BIN
img/previews/IMG_4952.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

BIN
img/previews/IMG_4972.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
img/previews/IMG_4975.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -10,7 +10,7 @@
include(__DIR__ . '/assets/includes/header.php');
?>
<meta name="description" content="Pictures Of <?php echo title ?>">
<meta property="og:url" content="https://perlathedog.com">
<meta property="og:url" content="/">
<meta property="og:type" content="website">
<meta property="og:title" content="<?php echo title ?>">
<meta property="og:description" content="Pictures Of <?php echo title ?>">
@ -33,9 +33,19 @@
</header>
<!-- Main -->
<div id="main">
<article class="thumb">
<a href="/img/fulls/IMG_4975.webp" class="image"><img src="/img/previews/IMG_4975.webp" alt="" /></a>
<h2>January 9th @ 9:35AM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_4972.webp" class="image"><img src="/img/previews/IMG_4972.webp" alt="" /></a>
<h2>January 7th @ 2:06PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_4952.webp" class="image"><img src="/img/previews/IMG_4952.webp" alt="" /></a>
<h2>January 4th @ 8:12PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_4947.webp" class="image"><img src="/img/previews/IMG_4947.webp" alt="" /></a>
<h2>January 1st @ 12:16AM</h2> </article>
</div>
</div>
<?php