-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
187 lines (178 loc) · 8.49 KB
/
contact.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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!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">
<!-- font faamily -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,800;1,200;1,300&display=swap" rel="stylesheet">
<!-- font style -->
<script src="https://kit.fontawesome.com/4678d1b0a4.js" crossorigin="anonymous"></script>
<!-- Stylesheet-->
<link rel="stylesheet" href="assets/stylesheet/Style.css">
<title>Checkpoint-03</title>
</head>
<body>
<!-- ---main header top ------ -->
<header class="header-top">
<div class="big-container flex">
<nav class="div-one">
<a href="#"><i class="fas fa-map-marker-alt"></i>65/A, 17th floor, Kings Land, New York </a>
<a href="mailto:[email protected]"><i class="fas fa-envelope"></i>[email protected]</a>
</nav>
<nav>
<ul class="flex">
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-google-plus-g"></i></a></li>
</ul>
</nav>
</div>
</header>
<main>
<!-- ------header down -------- -->
<header class="header-down">
<div class="big-container flex">
<figure class="logo-right">
<img src="assets/media/logo/logo.png" alt="Busson logo">
</figure>
<nav class="nav-left">
<ul class="flex ">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT </a></li>
<li><a href="services.html">SERVICES</a></li>
<li><a href="cases.html">CASE</a></li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li class="btn btn-primary">
<a href="contact.html">CONTACT NOW </a>
</li>
</ul>
</nav>
</div>
</header>
<!-- -------------------------Contact Us logo--------------------- -->
<section class="contact-us">
<div class="big-text-about">
<h3>Contact Us</h3>
</div>
</section>
<!-- -------------------our location------------------------- -->
<section class="container-two ">
<figure class="our-location">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13503.55258991799!2d76.355385!3d32.2072445!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x71ff0cae0784712d!2sAltCampus%20Services%20Pvt.%20Ltd!5e0!3m2!1sen!2sin!4v1631462363644!5m2!1sen!2sin" width="1200" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</figure>
</section>
<!-- ----------------------contact us-------------------- -->
<section class="contact-us-text container-two">
<div class="text-get ">
<h3>Get In Touch</h3>
</div>
<div class="flex">
<fieldset>
<textarea class="message" name="Enter Message" id=" your-message" cols="110" rows="10" placeholder="Enter Message"></textarea>
<div class="your-name">
<input class="message-text" type="text" name="name" placeholder="Enter Name">
<input class="message-email" type="text" name="email" placeholder="Email">
</div>
<div class="subject">
<input type="text" class="message-subject" name="your subject " placeholder="Enter Subject">
</div>
</fieldset>
<div class="right-contact">
<div class="in-right-contact">
<a href="#"><i class="fas fa-home"></i>Buttonwood, California</a>
<strong>Rosemead, CA 91770</strong>
</div>
<div class="in-right-contact">
<a href="#"><i class="fas fa-mobile-alt"></i>+1253 565 2365</a>
<br>
<strong> Mon to Fri 9am to 6pm</strong>
</div>
<div class="in-right-contact">
<a href="#"><i class="far fa-envelope"></i>[email protected]</a>
<strong> Send us your query </strong>
<strong>anytime!</strong>
</div>
</div>
</div>
<strong class="see-more long-width">
<a href="#">Send</a>
</strong>
</section>
<!-- -----------------call back ------------------ -->
<section class="call-back">
<div class="container-two flex apart">
<div class="for-request">
<h4>Request for Call Back </h4>
<p>Lorem ipsum dolor sit amet contsilf consectetur adipisicing elit. Fd ducimus doloribus in.</p>
</div>
<div class="big-call-request">
<div class="inside-one flex">
<div class="name-box">Name</div>
<div class="phone-box">Phone</div>
</div>
<div class="inside-two flex">
<div class="services-box">Services</div>
<div class="send-box">Send</div>
</div>
</div>
</div>
</section>
<!-- -------------------------------------------footer--------------------------------------------- -->
<!-- ---------our few company details ---------- -->
<footer class="footer-home">
<div id="first" class="container-two flex ">
<div class="logo-footer">
<figure>
<img src="assets/media/logo/logo2_footer.png" alt="">
</figure>
<p>Lorem ipsum, dolor sit amet cotetur adipisicing elit. Autem sed iste cupiditate reru.</p>
<ul class="flexe">
<li><a href="#"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="#"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin"></i></a></li>
<li><a href="#"><i class="fab fa-pinterest-square"></i></a></li>
</ul>
</div>
<div class="footer-brand one-b flex">
<ul>
<li> <h6>company</h6></li>
<li>Home</li>
<li>About Us</li>
<li>Services</li>
<li>Cases</li>
<li>Contact Us</li>
</ul>
</div>
<div class="footer-brand two-b flex">
<ul>
<li><h6>Services</h6></li>
<li>Commercial Cleaning</li>
<li>Office Cleaning</li>
<li>Building</li>
<li>Floor Cleaning</li>
<li>Apartment Cleaning</li>
</ul>
</div>
<div class="footer-brand three-b flex">
<ul>
<li> <h6>Get In Touch</h6></li>
<li>152-515-6565</li>
<li>[email protected]</li>
<li>New Orleans, USA</li>
</ul>
</div>
</div>
<div class="p-top-down">
<hr>
<div id="center">
<small >Copyright © 2020 All rights reerved | This template is made with <i class="far fa-heart"></i> by <strong>Colorlib</strong></small>
</div>
</div>
</footer>
</body>
</html>