-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
136 lines (109 loc) · 3.38 KB
/
contact.html
File metadata and controls
136 lines (109 loc) · 3.38 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<title>Encoreautos.com | Contact </title>
<meta charset="utf-8" />
<style>
.ordering {
float: left;
margin-bottom: 16px;
margin-left: 50px;
padding-left: 30px;
width: 45%;
}
.ordering h1 {
margin-bottom: 16px;
}
.ordering p {
line-height: 1.5;
text-indent: 14px;
}
.hire {
margin: 0 50px 18px 50px;
width: 91%;
padding-left: 30px;
float: left;
}
.hireh1 {
margin-top: 16px;
margin-bottom: 10px;
}
a {
text-decoration: none;
color: white;
}
ul {
list-style-type: none;
}
body {
background-image: url("ppt11.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
color: white;
}
p {
margin: 10px 0;
color: white;
}
h1 {
margin: 10px 0;
color: white;
}
.hirep {
line-height: 1.5;
text-indent: 14px;
}
.hirep a {
color: white;
}
.hirep a:hover {
color: #ccc;
}
.contact-info {
list-style: none;
padding-left: 10px;
margin: 0;
font-size: 0.9em;
display: inline-block;
}
.contact-info a {
display: block;
min-height: 20px;
background-repeat: no-repeat;
background-size: 18px 18px;
padding: 0 0 0 30px;
margin: 0 0 10px;
color: white;
}
.contact-info a:hover {
color: #ccc;
;
}
.contact-info li.tel a {
background-image: url('../img/icon/telephone_call_contact-icon.png');
}
.contact-info li.phone a {
background-image: url('../img/icon/phone_telephone_call-icon.png');
}
.contact-info li.mail a {
background-image: url('../img/icon/email-icon.png');
}
</style>
<link rel="stylesheet" href="/style/style.css" />
</head>
<body>
<header>
<a href="index.html"> <img src="/images/llogooo.PNG " height="70 " style=" margin-left: 100px ;"></a>
<a class=" navigation " href="/Web Project/Car pricing/car pricing.html ">New car pricing</a>
<a class="navigation " href="carrev final.html">Car review</a>
<a class="navigation " href="polling.html ">Car polling</a>
<a><img src="/images/bell.PNG " height="40px " style="margin-top: 15px; margin-left: 400px "></a>
<a href="login copy.html "><img src="/images/login.PNG " height="40px " style="margin-top: 15px; margin-left: 50px "></a>
</header>
<h1>Query Solving</h1>
<p>User problems can be solved using : </p>
<p>Telephone : </P> <a href="tel:+91 9952267295"> 0416-222222</a>
<p>phone : </p><a href="tel:+91 9952267295"> +91 9952267295</a>
<p>email : </p><a href="mailto:vandemataram1705@gmail.com" target="_blank">services@Encoreautos.com</a>
</body>
</html>