-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
executable file
·123 lines (116 loc) · 5.64 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<!-- BASICS -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Theaterklas JRL</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/isotope.css" media="screen" />
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" media="screen" />
<link rel="stylesheet" href="css/bootstrap.css">
<!-- <link rel="stylesheet" href="css/bootstrap-theme.css">-->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="skin/default.css">
</head>
<body>
<section id="header" class="appear"></section>
<div class="navbar navbar-fixed-top" role="navigation" data-0="line-height:90px; height:90px; background-color:rgba(116,115,115,0.75);" data-300="line-height:50px; height:50px; background-color:rgba(116,115,115,1);">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="fa fa-bars color-white"></span> </button>
<h1><a class="navbar-brand" href="index.html" data-0="line-height:90px;" data-300="line-height:50px;">Theaterklas JRL</a></h1> </div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav" data-0="margin-top:20px;" data-300="margin-top:5px;">
<li><a href="index.html">Home</a></li>
<li><a href="producties.html">Producties</a></li>
<li><a href="team.html">Team</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
</ul>
</div>
<!--/.navbar-collapse -->
</div>
</div>
<section class="featured bg-green">
</section>
<section id="section-contact" class="section appear bg-white clearfix">
<div class="container">
<div class="row mar-bot40">
<div class="col-md-offset-3 col-md-6">
<div class="section-header">
<h2 class="section-heading animated">Stuur ons een berichtje</h2>
<p>Heb je een vraag? Opmerking? Of wil je meer weten over Theaterklas? Aarzel niet en stuur ons een berichtje via onderstaand formulier. Je kan ook een mailtje sturen naar <a href="mailto:[email protected]">[email protected]</a>. We proberen dan zo snel mogelijk antwoord te geven.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="cform" id="contact-form">
<form action="https://formspree.io/[email protected]" method="post" role="form" class="contactForm">
<div class="form-group">
<label for="name">Naam</label>
<input type="text" name="name" class="form-control" id="name" placeholder="Johny" data-rule="minlen:4">
</div>
<div class="form-group">
<label for="email">Emailadres</label>
</div>
<div class="form-group">
<label for="subject">Onderwerp</label>
<input type="text" class="form-control" name="subject" id="subject" placeholder="Wie zijn jullie?">
</div>
<div class="form-group">
<label for="message">Bericht</label>
<textarea class="form-control" name="message" rows="5"></textarea>
</div>
<button type="submit" class="btn btn-success btn-lg pull-left">Verzenden ></button>
</form>
</div>
</div>
<!-- ./span12 -->
</div>
</div>
</section>
<!-- map -->
<section id="section-map" class="clearfix">
<div id="google-map" data-latitude="51.584597" data-longitude="5.329328"></div>
</section>
<section id="footer" class="section footer">
<div class="container">
<div class="row animated opacity mar-bot20" data-andown="fadeIn" data-animation="animation">
<div class="col-sm-12 align-center">
<ul class="social-network social-circle">
<li><a href="#" class="icoFacebook" title="Facebook"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
</div>
<div class="row align-center copyright">
<div class="col-sm-12">
<p>Copyright © Theaterklas JRL</p>
<p>Website by <a href="https://smak.io">SMAK</a></p>
</div>
</div>
</div>
</section>
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyDnUWAaKDB6ghoE7O0S1pG4SlVqimNih-g"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/fancybox/jquery.fancybox.pack.js"></script>
<script src="js/skrollr.min.js"></script>
<script src="js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script src="js/jquery.localscroll-1.2.7-min.js"></script>
<script src="js/stellar.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/main.js"></script>
</body>
</html>