-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
224 lines (223 loc) · 8.18 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!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 Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- CSS link -->
<link rel="stylesheet" href="./assets/sass/style.css" />
<title>Designer | Sass Template</title>
</head>
<body>
<main class="contactsection">
<!-- Header section start -->
<div class="header header">
<!-- Navbar section start -->
<nav class="nav">
<div class="container">
<div class="logo">
<img
src="./assets/images/white-logo.png"
alt="Logo"
class="logo-img"
/>
</div>
<div class="nav-list">
<a href="./index.html" class="nav-list-link">Homepage</a>
<a href="./about.html" class="nav-list-link">About Us</a>
<a href="./explore.html" class="nav-list-link">Explore Work</a>
<a href="./trending.html" class="nav-list-link">Trending</a>
<a href="./contact.html" class="nav-list-link active"
>Contact Us</a
>
</div>
<div class="burger">
<i class="fa-solid fa-bars"></i>
</div>
</div>
</nav>
<!-- Navbar section end -->
<!-- Home section start -->
<section class="home">
<div class="page-start">
<h1 class="page-title"><span>CONTACT </span>US</h1>
<p class="page-secondary-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod keoi tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
</section>
<!-- Home section end -->
</div>
<!-- Header section end -->
<!-- Main content in contact section -->
<div class="main-content container">
<section class="contactmain">
<div class="content-image">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3072.5394187471625!2d66.9186086127865!3d39.63757317564198!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3f4d19a0eca604a7%3A0x81055face6a0c6af!2sGame%20Club%20Gigabyte!5e0!3m2!1sru!2s!4v1692157651025!5m2!1sru!2s"
width="100%"
height="500"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
<div class="content-text">
<div class="text">
<div class="section">
<div class="section-start">
<h1 class="section-title">DON'T BE HESITATED</h1>
<p class="section-text">
SEND A MESSAGE NOW
<span class="section-fullstop">! </span>
</p>
</div>
</div>
<form action="#" class="contact-form">
<div class="form-group">
<input
type="text"
class="form-control"
placeholder="First Name*"
/>
<input
type="text"
class="form-control"
placeholder="Last Name*"
/>
</div>
<div class="form-group">
<input
type="text"
class="form-control"
placeholder="Your Email"
/>
<input
type="text"
class="form-control"
placeholder="Subject*"
/>
</div>
<textarea
name="#"
id=""
cols="30"
rows="10"
class="textarea"
placeholder="Message..."
></textarea>
<button class="form-btn">
<a href="#">Send Message</a>
</button>
</form>
</div>
<div class="links">
<div class="link">
<i class="fa-solid fa-user"></i>
<h2 class="name">Mailing Address</h2>
<p class="main-link">Sunny Isles Beach, Florida 33160, USA</p>
</div>
<div class="link">
<i class="fa-solid fa-envelope"></i>
<h2 class="name">Email Address</h2>
<p class="main-link">contact@company.com</p>
</div>
<div class="link">
<i class="fa-regular fa-comments"></i>
<h2 class="name">Chat With Us</h2>
<p class="main-link">chat@company.com</p>
</div>
</div>
</div>
</section>
</div>
<!-- Main content in contact section -->
<!-- Footer section start -->
<div class="top_footer">
<h1 class="title_foo">HIRE US TO WORK ON A PROJECT?</h1>
<button class="btn"><a href="#">Contact Us Now</a></button>
</div>
<footer class="footer container">
<div class="first-line">
<div class="left-side">
<div class="logo">
<img src="./assets/images/footer-logo.png" alt="Logo" />
</div>
<p class="main-text">
Designer is free Sass CSS template. Everyone can get the best HTML
CSS templates from Nursaidbek Qodirov website.
</p>
</div>
<div class="right-side">
<ul class="foo-list">
<li class="foo-list-item title">Our Location</li>
<li class="foo-list-item">Sunny Isles Beach,</li>
<li class="foo-list-item">Florida 33160,</li>
<li class="foo-list-item">United States</li>
</ul>
<ul class="foo-list">
<li class="foo-list-item title">Customer Care</li>
<li class="foo-list-item">010-020-0340</li>
<li class="foo-list-item">090-080-0760</li>
<li class="foo-list-item">info@company.com</li>
</ul>
<ul class="foo-list">
<li class="foo-list-item title">Follow Us</li>
<li class="foo-list-item">
<i class="fa-brands fa-facebook"></i> Facebook
</li>
<li class="foo-list-item">
<i class="fa-brands fa-twitter"></i> Twitter
</li>
<li class="foo-list-item">
<i class="fa-brands fa-linkedin"></i> Linkedin
</li>
</ul>
<form class="form">
<h3 class="form-title">Subscribe To Our Newsletter</h3>
<div class="form-group">
<input
type="email"
class="form-control"
placeholder="Type your email..."
/>
<button class="form-btn">
<a href="#">Submit <i class="fa-solid fa-right-long"></i></a>
</button>
</div>
</form>
</div>
</div>
<div class="bottom-line">
<div class="left-side">
<p class="text">
Copyright © 2022 Designer Co., Ltd. All Rights Reserved.
</p>
<p class="link">
<a href="#">Design: TemplateMo</a>
</p>
</div>
<div class="right-side">
<p class="top-link">
<a href="#">Go to Top <i class="fa-solid fa-up-long"></i></a>
</p>
</div>
</div>
</footer>
<!-- Footer section end -->
</main>
<!-- Js link -->
<script src="./assets/js/script.js"></script>
<!-- /Js link -->
</body>
</html>