-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
171 lines (153 loc) · 5.17 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
<!DOCTYPE HTML>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact</title>
<!-- FONT AWESOME -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<!-- BOOTSTRAP GRID CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="assets/css/owl.carousel.min.css">
<!-- COMMON CSS -->
<link rel="stylesheet" href="assets/css/common.css" />
<!-- STYLE CSS -->
<link rel="stylesheet" href="assets/css/main.css" />
<!-- Icon -->
<link rel="Icon" href="./img/cz.png">
<!-- RESPONSIVE CSS -->
<link rel="stylesheet" href="assets/css/responsive.css" />
</head>
<body>
<!-- ======= Header Baru ======= -->
<header id="header" class="header fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<img src="./img/Chillzone.png" alt="">
</a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="index.html">Home</a></li>
<li><a class="nav-link scrollto" href="gallery.html">Gallery</a></li>
<li><a class="nav-link scrollto" href="about_us.html">About</a></li>
<li><a class="nav-link scrollto" href="contact.html">Contact</a></li>
<li><a class="nav-link scrollto" href="contact_me.html">Author</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle">
<img src="./img/hamburger.png" alt="">
</i>
</nav><!-- navbar -->
</div>
</header>
<!-- End Header Baru -->
<!-- BANNER -->
<div class="blog_banner">
<div class="container">
<div class="blog_banner_info">
<div class="blog_banner_info_title pad_b20">
<h2>Contact</h2>
</div>
<div class="blog_title_btm">
<ul class="blog_title_btm_ul dis_flx">
<li>
<a href="">
Home<i class="fa fa-angle-right"></i>
</a>
</li>
<li>
<a href="">
Contact
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- BANNER -->
<!-- BODY -->
<div class="contact_page">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-5">
<div class="cmnt_frm">
<h2 class="post_dtls_title2 pad_b20" style=" text-align: center;font-size: 28px;">Contact Us</h2>
<div class="cmnt_frm_all">
<div class="row">
<div class="col-12 col-md-12 col-lg-12">
<div class="cmnt_input">
<p>NAME</p>
<input type="text" placeholder="Enter your name">
</div>
</div>
<div class="col-12 col-md-12 col-lg-12">
<div class="cmnt_input">
<p>E-MAIL</p>
<input type="text" placeholder="Enter your E-MAIL">
</div>
</div>
<div class="col-12 col-md-12 col-lg-12">
<div class="cmnt_input">
<p class="mar_b10">MESSAGE</p>
<textarea placeholder="Type your comment" name="message" required=""></textarea>
</div>
</div>
<div class="dtls_frm_btn mar_t20">
<button class="btn1">send me</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BODY -->
<!-- FOOTER -->
<div class="footer_section">
<a aria-label='ChillZone' href="index.html"><img class="footer-logo" src="./img/chillzoneWhite.png" alt=""></a>
<div class="footer_section_social">
<ul class="footer_section_social_ul">
<li>
<a aria-label='facebook' href="https://facebook.com" title='facebook'><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a aria-label='instagram' href="https://instagram.com/" title='instagram'><i class="fab fa-instagram"></i></a>
</li>
<li>
<a aria-label='twitter' href="https://twitter.com" title='twitter'><i class="fab fa-twitter"></i></a>
</li>
<li>
<a aria-label='google' href="https://google.com/" title='google'><i class="fab fa-google-plus-g"></i></a>
</li>
</ul>
</div>
<div class="footer_section_mnu">
<ul class="footer_section_ul">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="about_us.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<div class="footer_copy_right">
<p>©2021 ChillZone. All rights reserved</p>
</div>
<!-- FOOTER -->
<script src="/assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>