-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·183 lines (164 loc) · 6.35 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>EndGam - Gaming Magazine Template</title>
<meta charset="UTF-8">
<meta name="description" content="EndGam Gaming Magazine Template">
<meta name="keywords" content="endGam,gGaming, magazine, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/slicknav.min.css"/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="css/magnific-popup.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section">
<div class="header-warp">
<div class="header-social d-flex justify-content-end">
<p>Follow us:</p>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-behance"></i></a>
</div>
<div class="header-bar-warp d-flex">
<!-- site logo -->
<a href="index.html" class="site-logo">
<img src="./img/logo.png" alt="">
</a>
<nav class="top-nav-area w-100">
<div class="user-panel">
<a href="">Login</a> / <a href="">Register</a>
</div>
<!-- Menu -->
<ul class="main-menu primary-menu">
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a>
<ul class="sub-menu">
<li><a href="game-single.html">Game Singel</a></li>
</ul>
</li>
<li><a href="review.html">Reviews</a></li>
<li><a href="blog.html">News</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-- Header section end -->
<!-- Page top section -->
<section class="page-top-section set-bg" data-setbg="img/page-top-bg/4.jpg">
<div class="page-info">
<h2>Contact</h2>
<div class="site-breadcrumb">
<a href="">Home</a> /
<span>Contact</span>
</div>
</div>
</section>
<!-- Page top end-->
<!-- Contact page -->
<section class="contact-page">
<div class="container">
<div class="map"><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d14376.077865872314!2d-73.879277264103!3d40.757667781624285!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sbd!4v1546528920522" style="border:0" allowfullscreen></iframe></div>
<div class="row">
<div class="col-lg-7 order-2 order-lg-1">
<form class="contact-form">
<input type="text" placeholder="Your name">
<input type="text" placeholder="Your e-mail">
<input type="text" placeholder="Subject">
<textarea placeholder="Message"></textarea>
<button class="site-btn">Send message<img src="img/icons/double-arrow.png" alt="#"/></button>
</form>
</div>
<div class="col-lg-5 order-1 order-lg-2 contact-text text-white">
<h3>Howdy! Say hello</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.....</p>
<div class="cont-info">
<div class="ci-icon"><img src="img/icons/location.png" alt=""></div>
<div class="ci-text">Main Str, no 23, New York</div>
</div>
<div class="cont-info">
<div class="ci-icon"><img src="img/icons/phone.png" alt=""></div>
<div class="ci-text">+546 990221 123</div>
</div>
<div class="cont-info">
<div class="ci-icon"><img src="img/icons/mail.png" alt=""></div>
<div class="ci-text">[email protected]</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact page end-->
<!-- Newsletter section -->
<section class="newsletter-section">
<div class="container">
<h2>Subscribe to our newsletter</h2>
<form class="newsletter-form">
<input type="text" placeholder="ENTER YOUR E-MAIL">
<button class="site-btn">subscribe <img src="img/icons/double-arrow.png" alt="#"/></button>
</form>
</div>
</section>
<!-- Newsletter section end -->
<!-- Footer section -->
<footer class="footer-section">
<div class="container">
<div class="footer-left-pic">
<img src="img/footer-left-pic.png" alt="">
</div>
<div class="footer-right-pic">
<img src="img/footer-right-pic.png" alt="">
</div>
<a href="#" class="footer-logo">
<img src="./img/logo.png" alt="">
</a>
<ul class="main-menu footer-menu">
<li><a href="">Home</a></li>
<li><a href="">Games</a></li>
<li><a href="">Reviews</a></li>
<li><a href="">News</a></li>
<li><a href="">Contact</a></li>
</ul>
<div class="footer-social d-flex justify-content-center">
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-behance"></i></a>
</div>
<div class="copyright"><a href="">Colorlib</a> 2018 @ All rights reserved</div>
</div>
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky-sidebar.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>