emmas.place/life/emmas-self/picrew.php

57 lines
3.3 KiB
PHP
Raw Normal View History

2024-12-11 01:00:40 +00:00
<!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">
2024-12-11 01:00:40 +00:00
</head>
<body>
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?>
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
2024-12-11 01:00:40 +00:00
<main>
2024-12-12 13:06:46 +00:00
<section>
<h1 id="top">a gallery of emma</h1>
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/self-category.php'); ?>
2024-12-12 13:06:46 +00:00
<p>
2024-12-16 11:42:52 +00:00
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
2024-12-12 13:06:46 +00:00
</p>
2024-12-11 01:00:40 +00:00
<h3 class="picrew-gallery-header">gallery</h3>
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/enlarge-image.php'); ?>
2024-12-14 01:08:01 +00:00
<div class="picrew-gallery">
2024-12-12 13:06:46 +00:00
<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">
2024-12-12 13:06:46 +00:00
<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">
2024-12-12 13:06:46 +00:00
<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">
2024-12-12 13:06:46 +00:00
<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">
2024-12-12 13:06:46 +00:00
<figcaption>
<a href="https://picrew.me/en/image_maker/426722"> picrew image maker</a> by grgikau
</figcaption>
</figure>
</div>
<p>back to the <a href="#top">top of the page</a></p>
2024-12-12 13:06:46 +00:00
</section>
<script src="/script/image-enlarger.js" defer></script>
2024-12-12 13:06:46 +00:00
</main>
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/footer.php'); ?>
</body>
</html>