-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
197 lines (171 loc) · 7.46 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!--
THEME: Small Apps | Bootstrap App Landing Template
VERSION: 1.0.0
AUTHOR: Themefisher
HOMEPAGE: https://themefisher.com/products/small-apps-free-app-landing-page-template/
DEMO: https://demo.themefisher.com/small-apps/
GITHUB: https://github.com/themefisher/Small-Apps-Bootstrap-App-Landing-Template
Get HUGO Version : https://themefisher.com/products/small-apps-hugo-app-landing-theme/
WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher
-->
<!DOCTYPE html>
<html lang="en-gb" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Basic Page Needs
================================================== -->
<title>Infinite Counter+ Contact</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Bootstrap App Landing Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Themefisher">
<meta name="generator" content="Themefisher Small Apps Template v1.0">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/logo-white.png" />
<!-- PLUGINS CSS STYLE -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<link rel="stylesheet" href="plugins/slick/slick.css">
<link rel="stylesheet" href="plugins/slick/slick-theme.css">
<link rel="stylesheet" href="plugins/fancybox/jquery.fancybox.min.css">
<link rel="stylesheet" href="plugins/aos/aos.css">
<!-- CUSTOM CSS -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/isotope.css" media="screen" />
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<link href="css/animate.css" rel="stylesheet" media="screen">
<!-- Owl Carousel Assets -->
<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css" />
<!-- Font Awesome -->
<link href="font/css/font-awesome.min.css" rel="stylesheet">
</head>
<body class="body-wrapper" data-spy="scroll" data-target=".privacy-nav">
<div class="page-logo">
<img class="page-logo-img" src="images/logo-black.png" height="100" width="100" alt="">
</div>
<!-- class="active" id="firstLink" -->
<nav id="mainNav">
<div id="menuToggle"><i class="fa fa-bars"></i></div>
<ul class="menuLinks">
<li ><a href="index.html" class="scroll-link">Home</a></li>
<li><a href="privacy-policy.html" class="scroll-link">Privacy</a></li>
<li><a href="contact.html" class="scroll-link">Contact Us</a></li>
</ul>
</nav>
<!--================================
= Page Title =
=================================-->
<section id="contact-page-section" class="section page-title">
<div class="container">
<div class="row">
<div class="col-sm-12 m-auto">
<!-- Page Title -->
<h1>Contact Us</h1>
<!-- Page Description -->
<p id="page-main-subtitle">Should you have any questions, comments or concerns, please enter your details below <br> and we will respond as soon as we can. Thank you!</p>
<br>
</div>
<div class="col-12">
<form action="mailto:bassplayer_inc@yahoo.com" method="post" enctype="text/plain">
<div class="row">
<!-- Name -->
<div class="col-md-6 mb-2">
<input class="form-control main" type="text" placeholder="Name" name="Name" required>
</div>
<!-- Email -->
<div class="col-md-6 mb-2">
<input class="form-control main" type="email" placeholder="Your Email Address" name="Email" required>
</div>
<!-- subject -->
<div class="col-md-12 mb-2">
<input class="form-control main" type="text" placeholder="Subject" name="Subject" required>
</div>
<!-- Message -->
<div class="col-md-12 mb-2">
<textarea class="form-control main" type="textarea" name="Message" rows="10" placeholder="Your Message" required></textarea>
</div>
<!-- Submit Button -->
<div id="submit-button-div" class="col-12 text-right">
<button id="submit-button" class="btn btn-main-md" type="submit">Submit</a></button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!--==== End of Page Title ====-->
<!--==== End of Address and Map ====-->
<!--============================
= Footer =
=============================-->
<footer style="margin-top: 150px;">
<!-- <div class="footer-main">
<div class="container">
<div class="row">
<div id="icon-footer" class="col-lg-4 col-md-12 m-md-auto align-self-center">
<div class="block">
<a href="index-main.html"><img src="images/logo-white.png" height="90!important" width="90!important" alt="footer-logo"></a>
</div>
</div>
<div class="col-lg-2 col-md-3 col-6 mt-5 mt-lg-0">
</div>
<div class="col-lg-2 col-md-3 col-6 mt-5 mt-lg-0">
</div>
<div class="col-lg-2 col-md-3 col-6 mt-5 mt-lg-0">
</div>
<div id="footer-menu" style="text-align: right !important" class="col-lg-2 col-md-3 col-6 mt-5 mt-lg-0">
<div class="block-2">
<!-- heading -->
<!-- <h6 style="margin-bottom: 10px">Infinite Counter+</h6>
<hr> -->
<!-- links -->
<!-- <ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Why</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
</div> -->
<div class="text-center bg-dark py-4">
<small class="text-secondary">© <script>document.write(new Date().getFullYear())</script> Ramon de Bruyn. All rights reserved.</small class="text-secondary">
</div>
</footer>
<!-- To Top -->
<div id="scroll-to-top-div" class="scroll-top-to">
<i id="to-top-button-dup"class="fa fa-chevron-up fa-2x"></i>
</div>
<!-- JAVASCRIPTS -->
<script src="plugins/jquery/jquery.min.js"></script>
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/fancybox/jquery.fancybox.min.js"></script>
<script src="plugins/syotimer/jquery.syotimer.min.js"></script>
<script src="plugins/aos/aos.js"></script>
<!-- google map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAgeuuDfRlweIs7D6uo4wdIHVvJ0LonQ6g"></script>
<script src="plugins/google-map/gmap.js"></script>
<script src="js/script.js"></script>
<script src="js/modernizr-latest.js"></script>
<script src="js/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/jquery.isotope.min.js" type="text/javascript"></script>
<script src="js/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
<script src="js/jquery.nav.js" type="text/javascript"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/custom.js" type="text/javascript"></script>
<script src="js/owl-carousel/owl.carousel.js"></script>
</body>
</html>