move nav.php php include out of main element
This commit is contained in:
parent
b20dab65ac
commit
b75de2c660
|
@ -8,9 +8,10 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include "../includes/header.php" ?>
|
<?php include "../includes/header.php" ?>
|
||||||
|
<?php include "../includes/nav.php" ?>
|
||||||
<main>
|
<main>
|
||||||
<?php include "../includes/nav.php" ?>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>sounds of emma</h1>
|
<h1>sounds of emma</h1>
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include "../includes/header.php" ?>
|
<?php include "../includes/header.php" ?>
|
||||||
|
<?php include "../includes/nav.php" ?>
|
||||||
<main>
|
<main>
|
||||||
<?php include "../includes/nav.php" ?>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>emma loves pets</h1>
|
<h1>emma loves pets</h1>
|
||||||
|
|
|
@ -9,9 +9,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include "../includes/header.php" ?>
|
<?php include "../includes/header.php" ?>
|
||||||
|
<?php include "../includes/nav.php" ?>
|
||||||
<main>
|
<main>
|
||||||
<?php include "../includes/nav.php" ?>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>photography of emma</h1>
|
<h1>photography of emma</h1>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include "../includes/header.php" ?>
|
<?php include "../includes/header.php" ?>
|
||||||
|
<?php include "../includes/nav.php" ?>
|
||||||
<main>
|
<main>
|
||||||
<?php include "../includes/nav.php" ?>
|
|
||||||
<section>
|
<section>
|
||||||
<h1>a gallery of emma</h1>
|
<h1>a gallery of emma</h1>
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include "../includes/header.php" ?>
|
<?php include "../includes/header.php" ?>
|
||||||
|
<?php include "../includes/nav.php" ?>
|
||||||
<main>
|
<main>
|
||||||
<?php include "../includes/nav.php" ?>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>emma's postroll</h1>
|
<h1>emma's postroll</h1>
|
||||||
|
|
|
@ -9,9 +9,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include "../includes/header.php" ?>
|
<?php include "../includes/header.php" ?>
|
||||||
|
<?php include "../includes/nav.php" ?>
|
||||||
<main>
|
<main>
|
||||||
<?php include "../includes/nav.php" ?>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>technically emma</h1>
|
<h1>technically emma</h1>
|
||||||
<h3>early life and the spark</h3>
|
<h3>early life and the spark</h3>
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include "../includes/header.php" ?>
|
<?php include "../includes/header.php" ?>
|
||||||
|
<?php include "../includes/nav.php" ?>
|
||||||
<main>
|
<main>
|
||||||
<?php include "../includes/nav.php" ?>
|
|
||||||
<section>
|
<section>
|
||||||
<h1>about emma</h1>
|
<h1>about emma</h1>
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include "../includes/header.php" ?>
|
<?php include "../includes/header.php" ?>
|
||||||
|
<?php include "../includes/nav.php" ?>
|
||||||
<main>
|
<main>
|
||||||
<?php include "../includes/nav.php" ?>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>contact emma</h1>
|
<h1>contact emma</h1>
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include "../includes/header.php" ?>
|
<?php include "../includes/header.php" ?>
|
||||||
|
<?php include "../includes/nav.php" ?>
|
||||||
<main>
|
<main>
|
||||||
<?php include "../includes/nav.php" ?>
|
|
||||||
<section>
|
<section>
|
||||||
<h1>who is emma?</h1>
|
<h1>who is emma?</h1>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -9,9 +9,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include "../includes/header.php" ?>
|
<?php include "../includes/header.php" ?>
|
||||||
|
<?php include "../includes/nav.php" ?>
|
||||||
<main>
|
<main>
|
||||||
<?php include "../includes/nav.php" ?>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>why does emma have a website?</h1>
|
<h1>why does emma have a website?</h1>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue