-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
163 lines (159 loc) · 5.91 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="static/css/style.css">
<link rel="icon" type="image/png" href="static/img/home/favicon.png">
<title>Home | Nz Cars</title>
</head>
<body>
<nav>
<div class="nav">
<div class="logo">
<a href="/Nz-Cars/">
<img class="logo-img" src="static/img/home/logo.png" alt="logo.png">
</a>
<a href="/Nz-Cars/">
<h5 id="brand-name">Nz Cars</h5>
</a>
</div>
<div class="navigation">
<ul>
<li><a href="/Nz-Cars/">Home</a></li>
<li><a href="templates/about.html">About</a></li>
<li><a href="templates/buy.html">Buy</a></li>
<li><a href="templates/gallery.html">Gallery</a></li>
<li><a href="templates/contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="sales-hrs">Sales Hours: 9AM - 8PM</div>
<div class="img-container-1">
<img class="img-1" src="static/img/home/home-img-1.jpg" alt="home-img-1.jpg">
</div>
<div class="text-1">We are the Best when it comes to Exotic Cars</div>
<div class="card-1">
<div class="card-1-text">
<h1>PLANNING TO BUY A NEW CAR?</h1>
<h2>BUY YOUR DREAM CAR IN 29 MINUTES</h2>
</div>
<img src="static/img/home/card-1.jpg" alt="card-1.jpg">
</div>
<div class="features">
<div class="feature-in f-1">
<div class="cont">
<img src="static/img/home/shopping-bag.png" alt="">
</div>
<p>Outright <br> <b>Sale</b></p>
</div>
<div class="feature-in f-2">
<div class="cont">
<img src="static/img/home/clock.png" alt="">
</div>
<p>Best Offer <br> <b>in 29 Minutes</b></p>
</div>
</div>
<div class="features">
<div class="feature-in">
<div class="cont">
<img src="static/img/home/businessman.png" alt="">
</div>
<p>7600+ Satisfied <br> <b>Customers</b></p>
</div>
<div class="feature-in">
<div class="cont">
<img src="static/img/home/tap.png" alt="">
</div>
<p>Hassle Free<br> <b>Processing</b></p>
</div>
</div>
<div class="card-2">
<div class="img">
<img src="static/img/home/card-2-lambo.jpg" alt="">
<p>Smart Buy</p>
</div>
<div class="img">
<img src="static/img/home/card-2-bent.jpg" alt="">
<p>Schedule Service</p>
</div>
<div class="img">
<img src="static/img/home/card-2-merce.jpg" alt="">
<p>Special Modifications</p>
</div>
</div>
<div class="svg">
<img src="static/img/home/car-svg.png" alt="car-svg.jpg">
<div>
<p>View Available Cars</p>
<form action="templates/gallery.html">
<button class="gallery">Gallery</button>
</form>
</div>
</div>
<footer>
<img src="static/img/home/footer-audi.jpg" alt="">
<div class="footer-content">
<div class="footer-logo">
<div class="logo logo-name">
<a href="Nz-Cars/">
<img class="logo-img logo-footer" src="static/img/home/footer-logo.png" alt="logo.png">
</a>
<a href="/Nz-Cars/">
<h5 id="brand-name-f">Nz Cars</h5>
</a>
</div>
</div>
<div class="footer-nav">
<div class="company">
<ul class="foot-ul">
<li><a class="a-li" href="#">Company</a></li>
<li><a href="templates/about.html">About Us</a></li>
<li><a href="templates/contact.html">Contact Us</a></li>
<li><a href="#">History</a></li>
</ul>
</div>
<div class="contact">
<ul class="foot-ul">
<li><a class="a-li" href="templates/contact.html">Contact</a></li>
<li><a href="templates/about.html">Know More</a></li>
<li><a href="#">Share</a></li>
<li><a href="#">Map</a></li>
</ul>
</div>
</div>
</div>
<div class="rule">
<div style="height: 300px;"></div>
<div class="copyright">
Copyright © 2020-2021 | Nz Cars
</div>
<hr>
<div class="follow">
<div>Follow :</div>
</div>
<p class="footer-heart">
Made with
<g-emoji class="g-emoji" alias="heart"
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2764.png">
<img class="emoji" alt="heart" height="20" width="20"
src="https://github.githubassets.com/images/icons/emoji/unicode/2764.png">
</g-emoji>
by
<a href="https://github.com/supsa-ak" target="_blank" style="display:inline; font-size:unset; padding-left: 0; margin: 0;">
Sarthak Kalpande
</a>
<i class="fab fa-github" style="margin-left: 7px;"></i>
</p>
</div>
</footer>
<script>
console.info(
'Made with %c♥%c by Sarthak Kalpande',
'color: #e25555', 'color: unset'
);
</script>
</body>
</html>