-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (73 loc) · 2.58 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="BMW professional mechanic and service shop">
<meta name="keywords" content="BMW, service, mechanic, professional, fix car, natick">
<meta name="author" content="Emil Safonov">
<title> Landshark | Welcome </title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div>
<nav class="sidenav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="news.html">News and Specials</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="performance.html">Performance</a></li>
<li><a href="techtips.html">Tech Tips</a></li>
<li><a href="classifieds.html">Classifieds</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="motorsport.html">Motorsport</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</nav>
</div>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Landshark </span> Automotive</h1>
</div>
</div>
</header>
<section id="showcase">
<div class="container">
<h1>The Ultimate Service and Performance for your Ultimate Driving Machine</h1>
<p>Random text for placeholder information Random text for placeholder information Random text for placeholder information Random text for placeholder information </p>
</div>
</section>
<section id="bodypage">
<div class="container">
<h1> heres some important stuff i guess </h1>
<form>
<input type="small" placeholder="enter email..." />
<button type="submit" class="button_1">Click Here</button>
</form>
</div>
</section>
<section id="hotpics">
<div class="container">
<div class="box">
<img src="./img/IMG_1763.JPG">
<h3> Showcase Pic 1</h3>
</div>
<div class="box">
<img src="./img/IMG_1764.JPG">
<h3> Showcase Pic 2</h3>
</div>
<div class="box">
<img src="./img/IMG_1765.JPG">
<h3> Showcase Pic 3</h3>
</div>
</div>
</section>
<footer>
<p>Landshark Automotive, Copyright ©, 2020</p>
</footer>
</body>
</html>