-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
167 lines (160 loc) · 6.83 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="KOVATZ Berg - Personal Portfolio Template">
<meta name="keywords" content="themes_mountain,personal, portfolio new, html, one page, bootstrap, new html template, design, creative, onepage, clean, modern">
<meta name="author" content="themes_mountain">
<!-- SITE TITLE -->
<title>KOVATZ Berg - Personal Portfolio Template</title>
<!-- Latest Bootstrap min CSS -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<!--- owl carousel Css-->
<link rel="stylesheet" href="assets/owlcarousel/css/owl.carousel.css">
<link rel="stylesheet" href="assets/owlcarousel/css/owl.theme.css">
<!---meanmenu Css-->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- venobox CSS -->
<link rel="stylesheet" href="assets/css/venobox.css">
<!-- themify-icons CSS -->
<link rel="stylesheet" href="assets/fonts/themify-icons.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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>
<!-- START PRELOADER -->
<div class="preloader">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<!-- END PRELOADER -->
<!-- Responsive Logo Its Only for Mobile Device -->
<div class="top-logo">
<a href="index.html"><img src="assets/img/logo.png" alt="logo" /></a>
</div>
<!--Start Home -->
<div class="item_main">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="main-menu text-center">
<ul>
<li><a href="index.html">About</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li class="logo"><a href="index.html"><img src="assets/img/logo.png" alt="logo" /></a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="extra.html">Extra</a></li>
</ul>
</div>
</div><!--END COL -->
</div><!--END ROW -->
<div class="row">
<div class="col-lg-12 text-center">
<div class="page_heading">
<h1>Contact</h1>
</div>
</div>
<div class="col-lg-12 col-sm-12 col-xs-12">
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3023.957183635167!2d-74.00402768559431!3d40.71895904512855!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2598a1316e7a7%3A0x47bb20eb6074b3f0!2sNew%20Work%20City%20-%20(CLOSED)!5e0!3m2!1sbn!2sbd!4v1600305497356!5m2!1sbn!2sbd" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div><!--- END COL -->
<div class="col-lg-4 col-sm-6 col-xs-12">
<div class="single_address">
<span class="ti-mobile"></span>
<h4>Phone</h4>
<p>+512 513 96324</p>
</div>
</div><!--- END COL -->
<div class="col-lg-4 col-sm-6 col-xs-12">
<div class="single_address">
<span class="ti-email"></span>
<h4>Email</h4>
<p>example@example.com</p>
</div>
</div><!--- END COL -->
<div class="col-lg-4 col-sm-6 col-xs-12">
<div class="single_address">
<span class="ti-location-pin"></span>
<h4>Address</h4>
<p>3481 Melrose Place, Beverly Hills</p>
</div>
</div><!--- END COL -->
</div><!-- / END ROW -->
<div class="row">
<div class="offset-lg-1 col-lg-10 col-xs-12 text-center">
<div class="contact">
<form class="form" name="enq" method="post" action="contact.php" onsubmit="return validation();">
<div class="row">
<div class="form-group col-md-6">
<input type="text" name="name" class="form-control" placeholder="Name" required="required">
</div>
<div class="form-group col-md-6">
<input type="email" name="email" class="form-control" placeholder="Email" required="required">
</div>
<div class="form-group col-md-12">
<input type="text" name="subject" class="form-control" placeholder="Subject" required="required">
</div>
<div class="form-group col-md-12">
<textarea rows="6" name="message" class="form-control" placeholder="Your Message" required="required"></textarea>
</div>
<div class="col-md-12 text-center">
<button type="submit" value="Send message" name="submit" id="submitButton" class="btn_contact" title="Submit Your Message!">Send Message</button>
</div>
</div>
</form>
</div>
</div><!-- END COL -->
</div><!-- END ROW -->
<div class="padding-40"></div>
<div class="row">
<div class="col-lg-12 col-sm-12 col-xs-12 text-center">
<p class="copyright">© 2022 All Rights Reserved.</p>
</div><!-- END COL-->
</div><!--END ROW -->
</div><!-- / END CONTAINER -->
</div>
<!-- / START SOCIAL PROFILES -->
<div class="social_profile">
<ul>
<li><a href="#" class="f_facebook"><i class="fa fa-facebook" title="Facebook"></i></a></li>
<li><a href="#" class="f_twitter"><i class="fa fa-twitter" title="Twitter"></i></a></li>
<li><a href="#" class="f_instagram"><i class="fa fa-instagram" title="Instagram"></i></a></li>
</ul>
</div>
<!-- / END SOCIAL PROFILES -->
<!-- Latest jQuery -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<!-- Latest compiled and minified Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- owl-carousel min js -->
<script src="assets/owlcarousel/js/owl.carousel.min.js"></script>
<!-- countTo js -->
<script src="assets/js/jquery.inview.min.js"></script>
<!-- jquery appear js -->
<script src="assets/js/jquery.appear.js"></script>
<!-- meanmenu -->
<script src="assets/js/jquery.meanmenu.js"></script>
<!-- scripts js -->
<script src="assets/js/scripts.js"></script>
</body>
</html>