-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·235 lines (228 loc) · 11.3 KB
/
index.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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!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>Elite Programming Club</title>
<meta name="description" content="A club found in the university of Buea with the sole purpose of devloping the programming kills of its members while promoting inovation creativity and open collaboration">
<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/social_foundicons.css">
<link rel="stylesheet" href="./stylesheets/app_style.min.css">
<link rel="stylesheet" href="./stylesheets/ui_style.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-4 columns last">
<h2><i class="foundicon-twitter"></i> Twitter Updates</h2>
<a class="twitter-timeline" href="https://twitter.com/ProgrammersClub" data-widget-id="381759239451971584" data-tweet-limit="4">Our tweets will be here in a second or two!</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</section>
<section class="large-4 columns">
<h2>We are Cool</h2>
<div class="resources-links">
<p>
If you are looking for a group of talented programmers which you can join to easily grasp new Programming Languages and improve your
programming skills while working on open source projects, then you are at the right place.
</p>
<p>By learning to program, you can have a say in how software shapes their world. Plus, programming teaches important reasoning, logic, and
communication skills
</p>
</div>
<p><a href="#" class="large right button expand" data-reveal-id="myModal" >Join Us - Its free</a></p>
</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">Subscribe to Updates</button>
</form>
</div>
</section>
</section>
<div class="about row">
<section class="large-8 large-offset-4 columns">
<ul class="accordions">
<li class="active">
<header class="title">
<h2 class="bebas">Frequently asked questions</h2>
</header>
<article class="content">
<h3>How do I join the club?</h3>
You can join our <a href="https://www.facebook.com/groups/411183705639134/" target="_blank">Facebook Group</a> or <a href="https://plus.google.com/communities/113143130405334959284" target="_blank">Google-Plus community</a> or by subscribe to our regular updates.
<h3>What is the goal of the club?</h3>
This programmers club is meant to help familiarize beginners with programming languages and concepts. Members also learn new programming languages and improve their existing programming skills.
</article>
</li>
</ul>
</section>
</div>
</section>
<section class="row meetups">
<section class="twelve columns">
<h2>Meetups.</h2>
<h3 class="beta">Up comming Meetups</h3>
<p>There are Upcomming meetups. Check out our <a href="./events">Event calender</a> for details. You can <a href="#" data-reveal-id="myModal" >Join Us</a> to always be notified promptly!
</p>
<!--
<section class="row">
<header class="twelve columns">
<h3 class="beta">Past Meetups Presentations</h3>
</header>
<section class="large-4 columns">
<h4>First Meetup Presentation</h4>
<div class="flex-video">
<iframe src="http://www.1reelapp.com/cd70ae/embed/light" scrolling="no" width="400" height="264" frameborder="0" allowtransparency="false"></iframe>
</div>
</section>
<section class="large-4 columns">
<h4>Second Meetup Presentation</h4>
<div class="flex-video">
<iframe src="http://www.1reelapp.com/712507/embed/light" scrolling="no" width="297" height="266" frameborder="0" allowtransparency="false"></iframe>
</div>
</section>
<section class="large-4 columns">
<h4>Third Meetup Presentation</h4>
<div class="flex-video">
<iframe src="http://www.1reelapp.com/1be395/embed/light" scrolling="no" width="400" height="338" frameborder="0" allowtransparency="false"></iframe>
</div>
</section>
</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>
</footer>
<div class="copyright">
<div class="row">
<div class="large-5 columns">
© 2013 Elite Programming Club.
</div>
<div class="large-7 columns">
<ul class="inline-list">
<li><a href="#header">Back to top ↑</a></li>
<li><a href="mailto:[email protected]/?subject=Error Report">Report Errors</a></li>
<li><a href="http://about.me/acho_arnold"><span style="color:white; font-weight: normal;">Artfully masterminded by </span>Acho Arnold</a></li>
</ul>
</div>
</div>
</div>
<!-- For reveal button -->
<div id="myModal" class="reveal-modal" data-reveal>
<style type="text/css" media="screen">
.reveal-modal p,.reveal-modal a{
font-size:20px;
}
</style>
<h2>Join the elite programming club</h2>
<div class="large-12 columns" id="name">
<p>
We are mainly an online community on Google plus, facebook and IRC (Internet relay chat). You can join our
</p>
<p><a class="large button facebook" href="https://www.facebook.com/groups/411183705639134/" target="_blank"><i class="foundicon-facebook"></i>acebook Group </a> OR
<a class="large button google-plus" href="https://plus.google.com/communities/113143130405334959284" target="_blank">Google Plus Community</a></p>
<p style="font-size:20px;">For IRC lovers you can join the channel <a href="http://webchat.freenode.net/?channels=ublab" target="_blank">#ublab</a> hosted on freenode</p>
<p><strong style="color:red;">NB:</strong> By joining us you are adhere to our<a href="./constitution.html"> Constitution</a>
</div>
<a class="close-reveal-modal">×</a>
</di v>
<!-- 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>