-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
176 lines (157 loc) · 7.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Contact - Gesronet</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Style CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- ***** Header Area Start ***** -->
<header class="header-area">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-lg">
<!-- Logo -->
<a class="navbar-brand" href="index.html"><span style="font-family: Ubuntu, sans-serif;
font-size: 16px;
color: white;">Rockcynet</span></a>
<!-- Navbar Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#worldNav" aria-controls="worldNav" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<!-- Navbar -->
<div class="collapse navbar-collapse" id="worldNav" style=" background-color: #000000;
background-size: cover;
background-position: center;
border-radius: 5px;">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="fav.html">Activities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="bio.html">Bio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html">Profile</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ********** Hero Area Start ********** -->
<!-- <div class="hero-area height-400 bg-img background-overlay" style="background-image: url(img/blog-img/tony5.jpg);"></div> -->
<!-- ********** Hero Area End ********** -->
<section class="contact-area section-padding-100">
<div class="container">
<div class="row justify-content-center">
<!-- Contact Form Area -->
<div class="col-12 col-md-10 col-lg-8">
<div class="contact-form">
<h5>Get in Touch</h5>
<!-- Contact Form -->
<form action="mailto:[email protected]" method="post">
<div class="row">
<div class="col-12 col-md-6">
<div class="group">
<input type="text" name="name" id="name" required>
<span class="highlight"></span>
<span class="bar"></span>
<label>Enter your name</label>
</div>
</div>
<div class="col-12 col-md-6">
<div class="group">
<input type="email" name="email" id="email" required>
<span class="highlight"></span>
<span class="bar"></span>
<label>Enter your email</label>
</div>
</div>
<div class="col-12">
<div class="group">
<textarea name="message" id="message" required></textarea>
<span class="highlight"></span>
<span class="bar"></span>
<label>Enter your message</label>
</div>
</div>
<div class="col-12">
<button type="submit" class="btn world-btn">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Google Maps: If you want to google map, just uncomment below codes -->
<!--
<div class="map-area">
<div id="googleMap" class="googleMap"></div>
</div>
-->
<!-- ***** Footer Area Start ***** -->
<footer class="footer-area">
<div class="container">
<div class="row">
<div class="col-12 col-md-4">
<div class="footer-single-widget">
<a href="#"><img src="img/core-img/logo.png" alt=""></a>
<div class="copywrite-text mt-30">
<p>
Copyright ©<script>document.write(new Date().getFullYear());</script>| Designed by<!-- <i class="fa fa-heart-o" aria-hidden="true"> --></i> <a href="#" target="_blank">Rockcynet</a>
</p>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="footer-single-widget">
<ul class="footer-menu d-flex justify-content-between">
<li><a href="fav.html">Activities</a></li>
<li><a href="bio.html">Bio</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-12 col-md-4">
<div class="footer-single-widget">
<h5>Subscribe</h5>
<form action="#" method="post">
<input type="email" name="email" id="email" placeholder="Enter your mail">
<button type="button"><i class="fa fa-arrow-right"></i></button>
</form>
</div>
</div>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- jQuery (Necessary for All JavaScript Plugins) -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugins js -->
<script src="js/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
<!-- Google Maps: If you want to google map, just uncomment below codes -->
<!--
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAwuyLRa1uKNtbgx6xAJVmWy-zADgegA2s"></script>
<script src="js/map-active.js"></script>
-->
</body>
</html>