-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (102 loc) · 3.67 KB
/
index.html
File metadata and controls
114 lines (102 loc) · 3.67 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href="https://fonts.googleapis.com/css?family=Meera+Inimai|Pacifico|Poiret+One|Varela+Round" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--Header Section-->
<header>
<div class="background">
<img id="head-img" src="./img/mits.png" alt="">
<img id="mitsu-logo" src="./img/mitsu.png" alt="">
</div>
<div class="alex-name">
<h1 id="alex-h1">Alex Hernandez</h1>
</div>
<div class="auto-name">
<h1 id="auto-h1">Auto Sales</h1>
</div>
</header>
<!--Navigation Bar-->
<!-- I got help from the interwerbs for the nav bar.-->
</div>
<nav class="navigation">
<!--Search-icon-->
<div id="search-area">
<input id="search" type="search" name="Search" value="" placeholder="Search Inventory">
<i class="fas fa-search"></i>
</div>
<ul id="nav-bar">
<div id="contact">
<li>Contact</li>
</div>
<div id="specials">
<li>Specials</li>
</div>
<div id="finance">
<li>Finance</li>
</div>
<div id="about-us">
<li>About Us</li>
</div>
</ul>
</nav>
</div>
<!--parallax image 1-->
<div id="container-1">
<div id="parallax-1">
<h1>Changing lives for the better.</h1>
</div>
</div>
<!--Flex Container-->
<div class="flex-container">
<div id="left-column">
<h1>My Misson</h1>
<p>
<span>My mission is to earn all my Customer’s loyalty</span>
<br>
by delivering a sales experience with
<span><br>high quality, excellent value, integrity and enthusiasm.</span>
Here we will function as a team, work ethically, and focus on meeting and striving to exceed the expectations of
<span>my Customers</span>.</p>
<br>
<img src="./img/alex.jpg" alt="">
</div>
<iframe
src="https://www.google.com/maps/embed?pb=!1m19!1m8!1m3!1d444527.61868541717!2d-98.8299421!3d29.4909314!3m2!1i1024!2i768!4f13.1!4m8!3e0!4m0!4m5!1s0x865c92696703860f%3A0x12fee64501b50f66!2sGillman+Mitsubishi+San+Antonio%2C+16040+Interstate+35+North%2C+Selma%2C+TX+78154!3m2!1d29.585752!2d-98.3015266!5e0!3m2!1sen!2sus!4v1532897213806"
width="100%"
height="415"
frameborder="0"
style="border:0"
allowfullscreen="allowfullscreen"></iframe>
<div id="right-column">
<h1>Gillman Mitsubishi</h1>
<p>
<span>About Our San Antonio area Mitsubishi Car Dealership</span>
<br>
We have a strong and committed sales staff with many
<span>years of experience satisfying our customers' needs</span>. Located near San Antonio, Texas, we will help you
<span>find the vehicle you want</span>.<br>
At our Mitsubishi dealership we offer a searchable online inventory of new Mitsubishi cars, along with
<span>San Antonio used cars, trucks and SUVs by top manufacturers</span>
like Mitsubishi, Honda, Toyota and Ford. Come on in and
<span>take a test drive!</span>
Our sales staff guarantees you will find that new or used car you have been searching for.</p>
<br>
<img src="./img/gillmanlogo.jpg" alt="">
</div>
</div>
<!--parallax image 2-->
<div id="container-2">
<div id="parallax-2">
<h1>One test drive at a time.</h1>
</div>
</div>
</body>
</html>