emmas.place/life/picrew.php

55 lines
3.0 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>a gallery of emma</title>
<link rel="icon" type="image/x-icon" href="../img/site/assets/favicon.ico">
<link rel="stylesheet" href="../style/style.css">
</head>
<body>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<main>
<section>
<h1>a gallery of emma</h1>
<p>
picrew has been a wonderful help in figuring who i am. how i want to present when everything is right for me to do so. the below pictures all capture different parts of me, i see myself in all of them in some way. some picrews allowed me to add things that others didn't. for example, a top i really want to have one day, or the fact that i have freckles on my face. i love that picrew makes it acccessible to discover my identity. it is such a friendly tool. over time i've found that people have different image makeers that capture so many wonderful parts of myself, and humanity in general
</p>
<h2 class="picrew-gallery-header">gallery</h2>
<div class="picrew-gallery">
<figure>
<img class="enlarge" src="../img/life/picrews/self-one.jpg" alt="an image of emma created in picrew. the image is fem presenting and represent characteristics that emma sees of herself when she can be fem presenting in her physical space" height="300" width="300">
<figcaption>
<a href="https://picrew.me/en/image_maker/94097">picrew image maker</a> by sangled
</figcaption>
</figure>
<figure>
<img class="enlarge" src="../img/life/picrews/self-two.jpg" alt="an image of emma created in picrew. the image is fem presenting and explores charactersitcs such as hair styles and clothing that emma sees herself wearing and expressing" height="300" width="300">
<figcaption>
<a href="https://picrew.me/en/image_maker/2446448"> picrew image maker</a> by seyimOn
</figcaption>
</figure>
<figure>
<img class="enlarge" src="../img/life/picrews/self-three.jpg" alt="an image of emma created in picrew. the image is fem presenting and explores characteristics such as hair styles, jewlery, transitioning, and features of emma like freckles" height="300" width="300">
<figcaption>
<a href="https://picrew.me/en/image_maker/644129">picrew image maker</a> by makowka
</figcaption>
</figure>
<figure>
<img class="enlarge" src="../img/life/picrews/self-four.jpg" alt="an image of emma created in picrew. the image is fem presenting and explores characteristics such as shorter, lighter hair and makeup as well as feature of emma such as her current style of glasses and freckles" height="300" width="300">
<figcaption>
<a href="https://picrew.me/en/image_maker/426722"> picrew image maker</a> by grgikau
</figcaption>
</figure>
</div>
</section>
<script src="../script/image-enlarger.js" defer></script>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>