This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassic-cars.php
41 lines (38 loc) · 1.66 KB
/
classic-cars.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php require_once "php/bootstrap.php"; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dave's Trades - Classic Cars</title>
<?= $site_commons["head"]; ?>
</head>
<body>
<?= $site_commons["site-header"] ?>
<main>
<section class="hero-intro">
<div class="inner">
<img src="images/ui/icon-car.svg" class="hero-icon" alt="Hero Icon"/>
<div>
<h1 class="title">Classic Cars</h1>
<p>
Guys like cars., Gals Too... These are the kinds of cars I grew up with.. A lot of my friends had cool cars. 69 Chevelle. 1968 Mustangs, My friends had great cars... Whereas my family had cars from hell... My sister had a yellow Gremlin, which we called the giant banana. My Mother had the exploding Pinto.. She was always offering us a ride to school, but we told her its only seven miles to school. We will walk... And my Dad had the LTD. The Boat as they called it.. It wasn't big enough for him ... So he decided to weld two of them together... His only problem was parking...
</p>
</div>
</div>
</section>
<div class="poker-hero two-col">
<aside>
<div class="palette rounded-5">
</div>
<div class="palette rounded-5">
</div>
</aside>
<section>
<div class="hero-palette">
</div>
</section>
</div>
</main>
<?= $site_commons["site-footer"] ?>
<?= $site_commons["body-scripts"] ?>
</body>
</html>