new images

This commit is contained in:
Sophia Atkinson 2023-09-09 12:44:33 -07:00
parent 7370ef1c2e
commit 738250a9aa
46 changed files with 3303 additions and 1406 deletions

View File

@ -21,7 +21,7 @@
<div id="wrapper"> <div id="wrapper">
<!-- Header --> <!-- Header -->
<header id="header"> <header id="header">
<h1><a href="/"><strong><?php echo title ?></strong></a></h1> <h1><a href="/"><strong class="title"><?php echo title ?></strong></a></h1>
<nav> <nav>
<ul> <ul>
<?php <?php

View File

@ -21,7 +21,7 @@
<div id="wrapper"> <div id="wrapper">
<!-- Header --> <!-- Header -->
<header id="header"> <header id="header">
<h1><a href="/"><strong><?php echo title ?></strong></a></h1> <h1><a href="/"><strong class="title"><?php echo title ?></strong></a></h1>
<nav> <nav>
<ul> <ul>
<?php <?php

View File

@ -21,7 +21,7 @@
<div id="wrapper"> <div id="wrapper">
<!-- Header --> <!-- Header -->
<header id="header"> <header id="header">
<h1><a href="/"><strong><?php echo title ?></strong></a></h1> <h1><a href="/"><strong class="title"><?php echo title ?></strong></a></h1>
<nav> <nav>
<ul> <ul>
<?php <?php

View File

@ -21,7 +21,7 @@
<div id="wrapper"> <div id="wrapper">
<!-- Header --> <!-- Header -->
<header id="header"> <header id="header">
<h1><a href="/"><strong><?php echo title ?></strong></a></h1> <h1><a href="/"><strong class="title"><?php echo title ?></strong></a></h1>
<nav> <nav>
<ul> <ul>
<?php <?php

File diff suppressed because one or more lines are too long

1
assets/css/main.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
<p class="copyright">&copy;<?php echo date("Y"); ?> <?php echo copyright ?><br>Designed by: <a class="white-link" href="https://html5up.net">HTML5 UP</a></p>

View File

@ -13,7 +13,9 @@
<h2>Contact</h2> <h2>Contact</h2>
<p><a class="white-link" href="<?php echo email ?>">Email</a></p> <p><a class="white-link" href="<?php echo email ?>">Email</a></p>
</section> </section>
<p class="copyright">&copy;<?php echo date("Y"); ?> <?php echo copyright ?>, Designed by: <a class="white-link" href="https://html5up.net">HTML5 UP</a>. </p> <?php
include(__DIR__ . '/copyright.php');
?>
</div> </div>
<div> </div> <div> </div>
</div> </div>
@ -29,7 +31,9 @@
<h2><a href="/archives/2020/">2020</a></h2> <h2><a href="/archives/2020/">2020</a></h2>
<h2><a href="/archives/2019/">2019</a></h2> <h2><a href="/archives/2019/">2019</a></h2>
</section> </section>
<p class="copyright">&copy;<?php echo date("Y"); ?> <?php echo copyright ?>, Designed by: <a class="white-link" href="https://html5up.net">HTML5 UP</a>. </p> <?php
include(__DIR__ . '/copyright.php');
?>
</div> </div>
<div> </div> <div> </div>
</div> </div>

View File

@ -3,10 +3,13 @@
?> ?>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/assets/css/main.css" /> <link rel="stylesheet" href="/assets/css/main.min.css" />
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript> <noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript>
<link rel="icon" type="image/png" href="/img/site/favicon-32.webp" sizes="32x32"> <link rel="icon" type="image/png" href="/img/site/favicon-32.webp" sizes="32x32">
<link rel="icon" type="image/png" href="/img/site/favicon-16.webp" sizes="16x16"> <link rel="icon" type="image/png" href="/img/site/favicon-16.webp" sizes="16x16">
<p hidden> <a rel="me" href="<?php echo mastodon ?>">Mastodon</a></p> <p hidden> <a rel="me" href="<?php echo mastodon ?>">Mastodon</a></p>
<meta name="keywords" content="PTD, Perla, Perla The Dog, Gov Perla"> <meta name="keywords" content="PTD, Perla, Perla The Dog, Gov Perla">
<meta property="og:image" content="<?php echo ogimg ?>"> <meta property="og:image" content="<?php echo ogimg ?>">
<noscript>
<h1 class="align-center">This Site <strong>Requires</strong> JavaScript To Function</h1>
</noscript>

2120
assets/scss/main.scss Normal file

File diff suppressed because one or more lines are too long

BIN
img/fulls/IMG_5403_452.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
img/fulls/IMG_5412_536.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

BIN
img/fulls/IMG_5487_666.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

BIN
img/fulls/IMG_5489_518.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 KiB

BIN
img/fulls/IMG_5528_626.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 KiB

BIN
img/fulls/IMG_5548_566.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 989 KiB

BIN
img/fulls/IMG_5574_227.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

BIN
img/fulls/IMG_5575_227.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 KiB

BIN
img/fulls/IMG_5631_635.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

BIN
img/fulls/IMG_5661_225.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

BIN
img/fulls/IMG_5728_790.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

BIN
img/fulls/IMG_5750_597.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

BIN
img/fulls/IMG_5761_144.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

BIN
img/fulls/IMG_5766_879.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
img/fulls/IMG_5892_418.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
img/fulls/IMG_5897_521.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
img/fulls/IMG_5943_954.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -21,18 +21,68 @@
<div id="wrapper"> <div id="wrapper">
<!-- Header --> <!-- Header -->
<header id="header"> <header id="header">
<h1><a href="/"><strong><?php echo title ?></strong></a></h1> <h1><a href="/"><strong class="title"><?php echo title ?></strong></a></h1>
<nav> <nav>
<ul> <ul>
<?php <?php
include(__DIR__ . '/assets/includes/menu.php'); include(__DIR__ . '/assets/includes/menu.php');
?> ?>
</ul> </ul>
</nav> </nav>
</header> </header>
<!-- Main --> <!-- Main -->
<div id="main"> <div id="main">
<article class="thumb">
<a href="/img/fulls/IMG_5943_954.webp" class="image"><img src="/img/previews/IMG_5943_954.webp" alt="" /></a>
<h2>August 30th @ 8:05PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5897_521.webp" class="image"><img src="/img/previews/IMG_5897_521.webp" alt="" /></a>
<h2>August 22nd @ 9:47PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5892_418.webp" class="image"><img src="/img/previews/IMG_5892_418.webp" alt="" /></a>
<h2>August 22nd @ 9:47PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5766_879.webp" class="image"><img src="/img/previews/IMG_5766_879.webp" alt="" /></a>
<h2>July 21st @ 5:18PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5761_144.webp" class="image"><img src="/img/previews/IMG_5761_144.webp" alt="" /></a>
<h2>July 16th @ 3:44PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5750_597.webp" class="image"><img src="/img/previews/IMG_5750_597.webp" alt="" /></a>
<h2>July 9th @ 1:12PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5728_790.webp" class="image"><img src="/img/previews/IMG_5728_790.webp" alt="" /></a>
<h2>July 9th @ 1:12PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5661_225.webp" class="image"><img src="/img/previews/IMG_5661_225.webp" alt="" /></a>
<h2>June 23rd @ 5:31AM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5631_635.webp" class="image"><img src="/img/previews/IMG_5631_635.webp" alt="" /></a>
<h2>June 17th @ 06:01PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5575_227.webp" class="image"><img src="/img/previews/IMG_5575_227.webp" alt="" /></a>
<h2>June 11th @ 10:58AM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5574_227.webp" class="image"><img src="/img/previews/IMG_5574_227.webp" alt="" /></a>
<h2>June 11th @ 10:57AM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5548_566.webp" class="image"><img src="/img/previews/IMG_5548_566.webp" alt="" /></a>
<h2>June 6th @ 3:48PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5528_626.webp" class="image"><img src="/img/previews/IMG_5528_626.webp" alt="" /></a>
<h2>June 1st @ 12:06AM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5489_518.webp" class="image"><img src="/img/previews/IMG_5489_518.webp" alt="" /></a>
<h2>May 26th @ 2:36AM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5487_666.webp" class="image"><img src="/img/previews/IMG_5487_666.webp" alt="" /></a>
<h2>May 24th @ 11:39PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5412_536.webp" class="image"><img src="/img/previews/IMG_5412_536.webp" alt="" /></a>
<h2>May 11th @ 12:46PM</h2> </article>
<article class="thumb">
<a href="/img/fulls/IMG_5403_452.webp" class="image"><img src="/img/previews/IMG_5403_452.webp" alt="" /></a>
<h2>May 10th @ 11:52AM</h2> </article>
<article class="thumb"> <article class="thumb">
<a href="/img/fulls/IMG_5273.webp" class="image"><img src="/img/previews/IMG_5273.webp" alt="" /></a> <a href="/img/fulls/IMG_5273.webp" class="image"><img src="/img/previews/IMG_5273.webp" alt="" /></a>
<h2>April 7th @ 9:47AM</h2> </article> <h2>April 7th @ 9:47AM</h2> </article>

View File

@ -4,4 +4,7 @@ Default Landscape: 4032x3024
Standard Portrait Full:1512x2016 Standard Portrait Full:1512x2016
Standard Portrait Preview: 756x1008 Standard Portrait Preview: 756x1008
Standard Landscape Full: 2016x1512 Standard Landscape Full: 2016x1512
Standard Landscape Preview: 1008x756 Standard Landscape Preview: 1008x756
And Run (magick mogrify -resize 50% '*') -and (magick mogrify -strip *)
Some images need magick mogrify -rotate 90 *