-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (34 loc) · 1.17 KB
/
index.html
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
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MinivanRVing.com</title>
<link href="BlogPostAssets/Styles/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<nav>
<div class="navbar">
<a href="#" class="active">Home</a>
<a href="videos.html">Videos</a>
<a href="adventures.html">Adventures</a>
<a href="blog.html">Blog</a>
</div>
</nav>
<div class="content">
<h1>My minivan camper is ready for more adventures!</h1>
<section id="mainContent">
<img src="BlogPostAssets/Images/minivanSetupReduced2p0.jpg" alt="" class="mainImageFormat"/>
<p></p>
<aside id="authorInfo">
<!-- The author information is contained here -->
<p>My name is Mark. I'm happiest when I'm in the mountains. I hope this website inspires you to enjoy the outdoors, or perhaps dream about the outdoors if you can't get outside.</p>
<p>And if you have any questions or comments, please feel free to send me an email:</p>
<img id="myContactImage" src="BlogPostAssets/Images/contact.jpg" alt=""/>
<br>
<br>
</aside>
</section>
</div>
</body>
</html>