-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·194 lines (188 loc) · 9.03 KB
/
contact.html
File metadata and controls
executable file
·194 lines (188 loc) · 9.03 KB
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <httml class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Contact us at the Elite Programming Club</title>
<meta name="description" content="Get it touch by submiting an enquiry and we shall respond as soon as possible"/>
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
<link rel="icon" href="./images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./stylesheets/app_style.min.css">
<link rel="stylesheet" href="./stylesheets/ui_style.css">
<link rel="stylesheet" href="./stylesheets/social_foundicons.css">
<script src="./javascripts/vendor/custom.modernizr.js"></script>
<script src="./javascripts/quote.js"></script>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body onload="window.scrollTo(0,270);">
<section class="blur" role="banner">
<div class="row">
<div class="large-12 columns">
<header id="header">
<script type="text/javascript">writeQuotes()</script>
</header>
</div>
<div class="large-11 large-offset-2 columns">
<nav>
<ul class="inline-list">
<li><a href="./"><img src="./images/icons/Home.png" height="70" width="70" alt="Home icon"/><p>Home</p></a></li>
<li><a href="./projects/"><img src="./images/icons/Projects.png" height="70" width="70" alt="Projects icon"/><p>Projects</p></a></li>
<li><a href="./resources/"><img src="./images/icons/Resources.png" height="70" width="70" alt="Reasource icon"/><p>Resources</p></a></li>
<li><a href="./events/"><img src="./images/icons/Events.png" height="70" width="70" alt="Event icon"/><p>Events</p></a></li>
<li><a href="./blog/"><img src="./images/icons/Blog.png" height="70" width="70" alt="Blog icon"/><p>Blog</p></a></li>
</ul>
</nav>
</div>
</div>
</section>
<section class="row container">
<section class="large-12 columns">
<header>
<h1 class="giant bebas" style="text-align: center;">Join Us and let's make a difference</h1>
</header>
<section class="row main-content">
<section class="large-8 columns">
<h2>Talk to us</h2>
<p>Our goal is to provide friendly and responsive support. Please submit your request below and we will get back to you in less than 24 hours.
</p></p>
<div class="large-12 columns panel">
<form data-abide class="contact-form" name="freecontactform" method="post" action="./cgi/freecontactformprocess.php">
<div class="name-field">
<label for="Full_Name">Full Name<span class="required_star" > * </span></label>
<input type="text" name="Full_Name" id="Full_Name" maxlength="80" required placeholder="(required)" pattern="[a-zA-Z]+">
<small class="error">Your Name is required please</small>
</div>
<div class="email-field">
<label for="Email_Address">Email Address<span class="required_star"> * </span>
</label>
<input type="email" name="Email_Address" id="Email_Address" maxlength="100" placeholder="(required)" required>
<small class="error">This email adress is invalid</small>
</div>
<div class="telephone-field">
<label for="Telephone_Number">Telephone Number</label>
<input type="tel" name="Telephone_Number" id="Telephone_Number" maxlength="100" placeholder="(optional)">
</div>
<div class="message-field">
<label for="Your_Message">Message<span class="required_star"> * </span>
</label>
<textarea style="width100%;height:160px" name="Your_Message" id="Your_Message" placeholder="Leave your message here" required></textarea>
<small class="error">This field cannot be empty please</small>
</div>
<div class="spam">
To help prevent automated spam, please answer this question
<br /><br />
<div class="antispamquestion">
<p class="large-7 columns">Using only numbers, what is 10 plus 15? <span class="required_star"> * </span></p>
<input type="text" name="AntiSpam" id="AntiSpam" maxlength="20" style="width:100px" required>
<small class="error">Please answer this question</small>
</div>
<br />
</div>
<button type="submit" class="green button">Submit Message</button>
<!--
If you want to remove this author link,
please purchase an unbranded version from: http://www.freecontactform.com/unbranded_form.php
Or upgrade to the professional version at: http://www.freecontactform.com/professional.php
-->
<div style="font-size:0.9em; text-align:center;"><p>Form provided by: Free <a href="http://www.freecontactform.com" target="_blank">Contact Form</a></p>
</div>
</form>
</div>
</section>
<section class="large-4 columns">
<h2>Find Us Elsewhere</h2>
<div class="social">
<ul class="inline-list">
<li><a href="https://www.facebook.com/pages/Elite-Programming-Club/313905705385639?v=walls" target="_blank"><i class="foundicon-facebook size-4"></i></a></li>
<li><a href="https://twitter.com/ProgrammersClub" target="_blank"><i class="foundicon-twitter size-4"></i></a</li>
<li><a href="https://plus.google.com/communities/113143130405334959284" target="_blank"><i class="foundicon-google-plus size-4"></i></a></li>
<li><a href="https://github.com/EliteProgrammers" target="_blank"><i class="foundicon-github size-4"></i></a></li>
</ul>
</div>
<h2 id="newsletter">Keep Me Updated</h2>
<p>Stay up-to-date with the latest news, Club Developments and Resources</p>
<div class="panel">
<form data-abide action="./cgi/newsletter.php" name="freecontactform" method="post">
<div class="name-field">
<label>Your name</label>
<input type="text" name="Full_Name" id="Full_Name" required pattern="[a-zA-Z]+" placeholder="Please enter your name">
<small class="error">Please a name is required.</small>
</div>
<div class="email-field">
<label>Email</label>
<input type="email" name="Email_Address" id="Email_Address" placeholder="Please enter a valid email adress" required>
<small class="error">A valid email address is required.</small>
</div>
<button type="submit" class="small green button">Suscribe to Updates</button>
</form>
</div>
</section>
</section>
</section>
</section>
<footer class="nerdnotfool">
<section class="row">
<section class="large-4 columns">
<h6><strong>Elite Programmers</strong></h6>
<ul style="list-style: none;">
<li><strong>→</strong> <a href="./about.html">About Us</a></li>
<li><strong>→</strong> <a href="./contact.html">Contact Us</a></li>
</ul>
</section>
<section class="large-4 columns">
<h6><strong>Want to Contribute?</strong></h6>
<p>We are welcome to any suggestions on how to make this website better and much more attractive
<a href="./contribute/">Get Involved →</a>
</p>
</section>
<section class="large-4 columns">
<h6><strong>Privacy Policy</strong></h6>
<p><strong>→</strong> Content is available under <a class="external" href="http://www.gnu.org/copyleft/fdl.html" target="_blank">
GNU Free Documentation License 1.3 or later</a> <br />
<strong>→</strong> <a href="../constitution.html"> Constitution of the Elite programming Club</a>
</p>
</section>
</section>
</footer>
<div class="copyright">
<div class="row">
<div class="large-4 columns">
<p>© 2013 Elite Programmers Club.</p>
</div>
<div class="large-8 columns">
<ul class="inline-list right">
<li><a href="#header">Back to top ↑</a></li>
<li><a href="mailto:support@eliteprogrammingclub.tk/?subject=Error Report">Report Errors</a></li>
<li><a href="http://about.me/acho_arnold" style="color:white; font-weight: normal;">Artfully masterminded by <span style="color: greenyellow; font-weight:bold;">Acho Arnold</span></a></li>
</ul>
</div>
</div>
</div>
<!-- Including Javascript -->
<script src="./javascripts/vendor/jquery.min.js"></script>
<script src="./javascripts/vendor/responsiveslides.min.js"></script>
<script src="./javascripts/vendor/foundation.min.js"></script>
<script>
$(function() {
$(".rslides").responsiveSlides();
});
</script>
<script>
$(document).foundation();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43651708-2', 'eliteprogrammingclub.tk');
ga('send', 'pageview');
</script>
</body>
</html>