This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
162 lines (151 loc) · 6.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Demo project">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/bootstrap4/bootstrap.min.css">
<link href="plugins/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/animate.css">
<link rel="stylesheet" type="text/css" href="plugins/jquery.mb.YTPlayer-3.1.12/jquery.mb.YTPlayer.css">
<link rel="stylesheet" type="text/css" href="styles/contact.css">
<link rel="stylesheet" type="text/css" href="styles/contact_responsive.css">
</head>
<body>
<div class="super_container">
<!-- Header -->
<header class="header">
<div class="container">
<div class="row">
<div class="col">
<div class="header_content d-flex flex-row align-items-center justify-content-start">
<div class="logo"><a href="#">avision</a></div>
<nav class="main_nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#">Fashion</a></li>
<li><a href="#">Gadgets</a></li>
<li><a href="#">Lifestyle</a></li>
<li><a href="#">Video</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="search_container ml-auto">
<div class="weather">
<div class="temperature">+10°</div>
<img class="weather_icon" src="images/cloud.png" alt="">
</div>
<form action="#">
<input type="search" class="header_search_input" required="required" placeholder="Type to Search...">
<img class="header_search_icon" src="images/search.png" alt="">
</form>
</div>
<div class="hamburger ml-auto menu_mm">
<i class="fa fa-bars trans_200 menu_mm" aria-hidden="true"></i>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Menu -->
<div class="menu d-flex flex-column align-items-end justify-content-start text-right menu_mm trans_400">
<div class="menu_close_container"><div class="menu_close"><div></div><div></div></div></div>
<div class="logo menu_mm"><a href="#">Avision</a></div>
<div class="search">
<form action="#">
<input type="search" class="header_search_input menu_mm" required="required" placeholder="Type to Search...">
<img class="header_search_icon menu_mm" src="images/search_2.png" alt="">
</form>
</div>
<nav class="menu_nav">
<ul class="menu_mm">
<li class="menu_mm"><a href="index.html">home</a></li>
<li class="menu_mm"><a href="#">Fashion</a></li>
<li class="menu_mm"><a href="#">Gadgets</a></li>
<li class="menu_mm"><a href="#">Lifestyle</a></li>
<li class="menu_mm"><a href="#">Video</a></li>
<li class="menu_mm"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<!-- Home -->
<div class="home">
<div class="home_background parallax-window" data-parallax="scroll" data-image-src="images/regular.jpg" data-speed="0.8"></div>
<div class="home_content">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3">
<!-- Post Comment -->
<div class="post_comment">
<div class="contact_form_container">
<form action="#">
<input type="text" class="contact_input contact_input_name" placeholder="Your Name" required="required">
<input type="email" class="contact_input contact_input_email" placeholder="Your Email" required="required">
<textarea class="contact_text" placeholder="Your Message" required="required"></textarea>
<button type="submit" class="contact_button">Send Message</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row row-lg-eq-height">
<div class="col-lg-9 order-lg-1 order-2">
<div class="footer_content">
<div class="footer_logo"><a href="#">avision</a></div>
<div class="footer_social">
<ul>
<li class="footer_social_facebook"><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li class="footer_social_twitter"><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li class="footer_social_pinterest"><a href="#"><i class="fa fa-pinterest" aria-hidden="true"></i></a></li>
<li class="footer_social_vimeo"><a href="#"><i class="fa fa-vimeo" aria-hidden="true"></i></a></li>
<li class="footer_social_instagram"><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li class="footer_social_google"><a href="#"><i class="fa fa-google" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="copyright"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></div>
</div>
</div>
<div class="col-lg-3 order-lg-2 order-1">
<div class="subscribe">
<div class="subscribe_background"></div>
<div class="subscribe_content">
<div class="subscribe_title">Subscribe</div>
<form action="#">
<input type="email" class="sub_input" placeholder="Your Email" required="required">
<button class="sub_button">
<svg version="1.1" id="link_arrow_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="19px" height="13px" viewBox="0 0 19 13" enable-background="new 0 0 19 13" xml:space="preserve">
<polygon fill="#FFFFFF" points="12.475,0 11.061,0 17.081,6.021 0,6.021 0,7.021 17.038,7.021 11.06,13 12.474,13 18.974,6.5 "/>
</svg>
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="styles/bootstrap4/popper.js"></script>
<script src="styles/bootstrap4/bootstrap.min.js"></script>
<script src="plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
<script src="plugins/easing/easing.js"></script>
<script src="plugins/masonry/masonry.js"></script>
<script src="plugins/parallax-js-master/parallax.min.js"></script>
<script src="js/contact.js"></script>
</body>
</html>