-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject2.html
79 lines (71 loc) · 2.56 KB
/
project2.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
<!DOCTYPE html>
<html lang="en">
<!--head-->
<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">
<title>Car Website</title>
<!-- css file link -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="details">
<!--nav bar-->
<nav class="nav">
<ul>
<li>
<a href="project.html">Home</a>
</li>
<li>
<a href="project2.html">Contact Us</a>
</li>
<li>
<a href="project3.html">Products</a>
</li>
</ul>
</nav>
<!--section-->
<section class="large">
<div class="best">
<i class="chat"></i>
<h3>Chat or contact with Toyota bharat</h3>
<p>Talk with Us </p>
<p>24x7 Call us for help and enquiry </p>
<p>feedback at 1801 597 1100 (Toll Free Number)009 3644 5716</p>
<p> Write to us or email at India@toyotalegender.com</p>
</div>
<div class="best">
<i class="submit"></i>
<h3>Feedback</h3>
<p>Express your feedback and grievances to us if possible
SUBMIT YOUR FEEDBACK TO US</p>
</div>
<div class="best">
<i class="assistence"></i>
<h3>Roadside Assistance</h3>
<p>24x7 Roadside Assistance</p><p> 1800 102 5001 (Toll Free Number)</p>
<p> 0124 235 5001</p>
</div>
<div class="best">
<i class="points"></i>
<h3>Support</h3>
<p>Other Touch Points</p><p>Become a Dealer</p><p>Careers</p><p>Testimonials</p>
</div>
</section>
<section class="model">
<img src="images/legender.jpg" alt="">
<div>
<h2>Contact Us</h2>
<p>Primary importance to us is your complete satisfaction.would you ever have questions or comments regarding your Toyota vehicle,
we always suggest you to follow the steps so your concerns can always be addressed as efficiently and quickly as possible..</p>
<a href="https://www.toyotabharat.com" class="link">Learn More</a>
</div>
</section>
<!--footer section-->
<footer>
<p> All Rights Reserved.</p>
</footer>
</div>
</body>
</html>