convert remaining pages to php, add nav as php include
This commit is contained in:
parent
52cd15f1c4
commit
4bbc1be76e
|
@ -8,19 +8,7 @@
|
|||
<link rel="stylesheet" href="style/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header id="top">
|
||||
<img src="img/baxter-hero.webp" alt="A picture of my cat Baxter looking at the camera.">
|
||||
<div class="header-content">
|
||||
<h1>This cat rocks!</h1>
|
||||
<p>A homepage for my fine feline friend, Baxter</p>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="loveletter.html">Love you, Baxter</a>
|
||||
<a href="behavior.html">Baxter's behaviors</a>
|
||||
<a href="about.html">About this site</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<?php include "./includes/nav.php" ?>
|
||||
<main>
|
||||
<section class="about-section">
|
||||
<h2>About this website and why I made it.</h2>
|
|
@ -8,19 +8,7 @@
|
|||
<link rel="stylesheet" href="style/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header id="top">
|
||||
<img src="img/baxter-hero.webp" alt="A picture of my cat Baxter looking at the camera.">
|
||||
<div class="header-content">
|
||||
<h1>This cat rocks!</h1>
|
||||
<p>A homepage for my fine feline friend, Baxter</p>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="loveletter.html">Love you, Baxter</a>
|
||||
<a href="behavior.html">Baxter's behaviors</a>
|
||||
<a href="about.html">About this site</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<?php include "./includes/nav.php" ?>
|
||||
<main>
|
||||
<section class="behavior-section">
|
||||
<h2>Things I've learned about cats from behaviors displayed by Baxter</h2>
|
|
@ -8,19 +8,7 @@
|
|||
<link rel="stylesheet" href="style/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header id="top">
|
||||
<img src="img/baxter-hero.webp" alt="A picture of my cat Baxter looking at the camera.">
|
||||
<div class="header-content">
|
||||
<h1>This cat rocks!</h1>
|
||||
<p>A homepage for my fine feline friend, Baxter</p>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="loveletter.html">Love you, Baxter</a>
|
||||
<a href="behavior.html">Baxter's behaviors</a>
|
||||
<a href="about.html">About this site</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<?php include "./includes/nav.php" ?>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Oh how you've grown through the years...</h2>
|
Loading…
Reference in New Issue