creation of category pages. pages moved into respective categories
This commit is contained in:
parent
7b27c4abfe
commit
937a34831a
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<title>category of emma's life</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include "../includes/header.php" ?>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<main>
|
||||
<h1>category of emma's life</h1>
|
||||
|
||||
<section>
|
||||
<p>
|
||||
links in this category are pages descibing emma's past and present interests, and the role they've had in shaping her life. you may find new songs in the music page, interesting photos in the photogrpahy page, and the often common story of tech burnout and ving after experiencing it in the technology page
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="./emmas-interests/music.php">emma's music</a> emma discusses the role of music throughout her life, and shares a few favorites from each era of her life
|
||||
</li>
|
||||
<li>
|
||||
<a href="./emmas-interests/photography.php">emma's photography</a> emma talks about a past interest in photography, and shares some photos she's taken in the past
|
||||
</li>
|
||||
<li>
|
||||
<a href="./emmas-interests/technology.php">emma and technology</a> emma talks about her life long interest in technology. as well as working in and eventually leaving the field due to health reasons
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</main>
|
||||
<?php include "../includes/footer.php" ?>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,46 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<title>category of emma's life</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include "../includes/header.php" ?>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<main>
|
||||
<h1>emma's self - category</h1>
|
||||
<section>
|
||||
<p>
|
||||
this category page contains pages related to emma and what being her means in general. pages here are considered to be core to emma and her identity and sense of self. to understand emma better, one would want to read these pages
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="./emmas-self/pets.php">emma's pets</a> - pets are core to emma, as they show the same love and understanding hat she would show to anyone in her life
|
||||
</li>
|
||||
<li>
|
||||
<a href="./emmas-self/picrew.php">emma's picrews</a> - emma's picrew page has allowerd her to explore her identity through the online image creator picrew. the picrews provided represent how emma sees herself one day, each with qualities she may already have, or ones she may want to explore as part of her expression of gender
|
||||
</li>
|
||||
<li>
|
||||
<a href="./emmas-self/goals.php">emma's goals</a> - a list of goals that are very important to emma. all with a timeframe of sooner rather than later. they range from learning skills to exploring gender identity, and all are a part of how emma would like to one day see herself
|
||||
</li>
|
||||
<li>
|
||||
<a href="./emmas-self/todo.php">emma's things to do</a> - unlike emma's personal goals. this todo list is meant to serve as a resource list for things any one may have an interest in doing, and might like a link or a resoure to use to get started with. most of them are based around the topic of web development at the moment
|
||||
</li>
|
||||
<li>
|
||||
<a href="./emmas-self/postroll.php">emma's postroll</a> - this postroll contains a list of posts that emma considers quite important to her. each post was either a good read, changed the way she thought about something, or left her better understand the person who had written the post
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
this category will grow with time, much as emma will herself
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
<?php include "../includes/footer.php" ?>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue