1
0
Fork 0

convert remaining pages to php, add nav as php include

This commit is contained in:
emma 2024-12-31 21:35:04 -05:00
parent 52cd15f1c4
commit 4bbc1be76e
3 changed files with 3 additions and 39 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>