add main tag to appropriate pages
This commit is contained in:
parent
fb7bc019cb
commit
999cede99a
|
@ -8,9 +8,11 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,9 +8,11 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,9 +8,11 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,9 +8,11 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
<section>
|
||||
<h1>about emma</h1>
|
||||
|
@ -49,5 +50,6 @@
|
|||
i think that's enough about me, i hope you've taken a look at those links sprinkled throughout or maybe saved them for later. if you wouldn't mind, i'd like to know more about you! if you're up for it, you can sign the guest book or shoot me an email, both located <a href="../site/contact.php">here</a>.
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,19 +8,27 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
<h1>contact emma</h1>
|
||||
<p>you can contact me for long form conversation via email at emma-at-emmas-dot-place</p>
|
||||
<p>
|
||||
you can contact me for long form conversation via email at emma-at-emmas-dot-place
|
||||
</p>
|
||||
|
||||
<p>i'm also apart of the <a href="https://32bit.cafe">32-bit cafe</a> on their discource forum and discord if you're already there</p>
|
||||
<p>
|
||||
i'm also apart of the <a href="https://32bit.cafe">32-bit cafe</a> on their discource forum and discord if you're already there
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>leave a comment</h2>
|
||||
<p>if you'd just like to say hello or leave another short message, you can do so in the shoutbox below</p>
|
||||
<p>
|
||||
if you'd just like to say hello or leave another short message, you can do so in the shoutbox below
|
||||
</p>
|
||||
<!-- add shoutbox code after finding one -->
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
|
@ -20,5 +21,6 @@
|
|||
<li></li>
|
||||
</ul>
|
||||
<section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
30
site/why.php
30
site/why.php
|
@ -8,17 +8,33 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
<section>
|
||||
<h1>why does emma have a website?</h1>
|
||||
<p>i have a website because certain groups think i shouldn't exist becuase of who i am or who i love</p>
|
||||
<p>i have a website to express myself in a way that truly shows my whole self</p>
|
||||
<p>i have a website because i view web design as a creative form of art as much as i view it as coding</p>
|
||||
<p>i have a website because i love the idea of having my own space on the web, that is mine and mine alone</p>
|
||||
<p>i have a website because i like looking after things and people, and having a website allows me to do both</p>
|
||||
<p>i have a website to connect with other folks on the web, to make friends and forge connections with other unique folks</p>
|
||||
<p>lastly, and most importantly, i have a website because i can. you can too if you want to</p>
|
||||
<p>
|
||||
i have a website because certain groups think i shouldn't exist becuase of who i am or who i love
|
||||
</p>
|
||||
<p>
|
||||
i have a website to express myself in a way that truly shows my whole self
|
||||
</p>
|
||||
<p>
|
||||
i have a website because i view web design as a creative form of art as much as i view it as coding
|
||||
</p>
|
||||
<p>
|
||||
i have a website because i love the idea of having my own space on the web, that is mine and mine alone
|
||||
</p>
|
||||
<p>
|
||||
i have a website because i like looking after things and people, and having a website allows me to do both
|
||||
</p>
|
||||
<p>
|
||||
i have a website to connect with other folks on the web, to make friends and forge connections with other unique folks
|
||||
</p>
|
||||
<p>
|
||||
lastly, and most importantly, i have a website because i can. you can too if you want
|
||||
</p>
|
||||
<section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue