-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogPormido.html
44 lines (37 loc) · 1.85 KB
/
blogPormido.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="index.html">Home</a>
<a href="videos.html">Videos</a>
<a href="adventures.html">Adventures</a>
<a href="blog.html" class="active">Blog</a>
</div>
</nav>
<body>
<div class="content">
<h3>Pormido 998s rear view mirror dash cam. It's fantastic!</h3>
<section id="mainContent">
<img src="BlogPostAssets/Images/pormido998sAtNight.jpg" alt="" class="mainImageFormat"/>
<aside id="authorInfo">
<p> I highly recommend the Pormido 998s rear view mirror dash cam. Rear view mirror cameras have several advantages over a standard rear view mirror:
<ol>
<li>In case of an accident, the camera provides video evidence of what happened.</li>
<li>The rear view mirror provides a wider viewing angle so you barely have any blind spots.</li>
<li>If you plan to make a camper van build that blocks your back window, then you can still "see" out of the back since the camera provides the views!</li>
<li>With the Pormido 998s,the view at NIGHT is even better than a standard rear view mirror. However, DON'T WASTE YOUR MONEY ON OTHER BRANDS! Headlights from other cars wash out the entire image in the rear view mirror if you use other brands. Other brands are too dangerous to use, so only buy the Pormido brand.</li>
</ol>
</p>
<p> I suggest that you also buy a kit that allows you to power the rear view mirror camera directly from the vehicle fuse box. Then you don't need to use a bulky 12V socket adapter. </p>
</aside>
</section>
</div>
</body>
</html>