45 lines
2.2 KiB
PHP
45 lines
2.2 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<title>emma's self portraits</title>
|
|
<link rel="stylesheet" href="../style/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<?php include "../includes/nav.php" ?>
|
|
<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 picrew 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>gallery</h2>
|
|
|
|
<div>
|
|
<figure>
|
|
<img src="../img/life/picrews/self-one.png" 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 src="../img/life/picrews/self-two.png" 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 src="../img/life/picrews/self-three.png" 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>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html>
|