forked from phpwomen/temp-holding-page
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfront-page.php
executable file
·365 lines (354 loc) · 13.8 KB
/
front-page.php
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE HTML>
<!--
Miniport 2.5 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>PHP Women : An inclusive & global support network</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!-- <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'> -->
<link rel="icon" type="image/png" href="favicon.png" />
<!-- this js needs to be here as it's actuall CSS in disguise!! -->
<script src="holdingpage/js/jquery.min.js"></script>
<script src="holdingpage/js/config.js"></script>
<script src="holdingpage/js/skel.min.js"></script>
<noscript>
<link rel="stylesheet" href="holdingpage/css/skel-noscript.css" />
<link rel="stylesheet" href="holdingpage/css/style.css" />
<link rel="stylesheet" href="holdingpage/css/style-desktop.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="holdingpage/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><script src="holdingpage/js/html5shiv.js"></script><link rel="stylesheet" href="holdingpage/css/ie8.css" /><![endif]-->
<!--[if lte IE 7]><link rel="stylesheet" href="holdingpage/css/ie7.css" /><![endif]-->
</head>
<body>
<!-- Nav -->
<nav id="nav">
<ul class="container">
<li><a href="#top">Top</a></li>
<li><a href="#what-we-do">What We Do</a></li>
<li><a href="#find-us">Where To Find Us</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- Home -->
<div class="wrapper wrapper-style1 wrapper-first">
<article class="container" id="top">
<div class="row">
<div class="12u">
<header>
<h1><img src="holdingpage/images/php-logo-white-inversed.png" alt="PHP Women"></h1>
</header>
<p>An <strong>inclusive & global</strong> network providing support within the PHP community.</p>
<a href="#what-we-do" class="button button-big">Learn about what we do</a>
</div>
</div>
</article>
</div>
<!-- Work -->
<div class="wrapper wrapper-style2">
<article id="what-we-do">
<header>
<h2>Supporting you in your code adventures.</h2>
<!-- <span>Odio turpis amet sed consequat eget posuere consequat.</span> -->
</header>
<div class="container">
<div class="row">
<div class="4u">
<section class="box box-style1">
<span class="fa featured fa-comments-o"></span>
<h3>Online Interaction</h3>
<p>Get in touch with other members regardless of your location.</p>
</section>
</div>
<div class="4u">
<section class="box box-style1">
<span class="fa featured fa-file-o"></span>
<h3>Event Scholarships</h3>
<p>Getting you the help you need to get to conferences and hear from your peers.</p>
</section>
</div>
<div class="4u">
<section class="box box-style1">
<span class="fa featured fa-thumbs-o-up"></span>
<h3>Education & Mentoring</h3>
<p>Helping you to level up your skills in the ways that work for you.</p>
</section>
</div>
</div>
</div>
<footer>
<p>Want to know what we have planned?</p>
<a href="#plans-for-2014" class="button button-big">Find out how we want to be there for you</a>
</footer>
</article>
</div>
<!-- EVENTS -->
<div class="wrapper wrapper-style3">
<article id="find-us">
<header>
<h2>Find us at events world wide</h2>
<span>Make sure you come and say "Hi"</span>
</header>
<!-- Conferences -->
<div class="container">
<div class="row">
<div class="12u">
<h3>Conferences</h3>
</div>
</div>
<div class="row">
<div class="4u">
<article class="box box-style2">
<a href="http://conference.phpbenelux.eu/2014/" class="image image-full"><img src="holdingpage/images/conferences/2014/benelux.png" alt="" /></a>
<h3><a href="http://conference.phpbenelux.eu/2014/">PHPBenelux 2014</a></h3>
<p>
Antwerp, Belgium
<br />
24<sup>th</sup> & 25<sup>th</sup> January, 2014
</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="http://2014.sunshinephp.com" class="image image-full"><img src="holdingpage/images/conferences/2014/sunshine.png" alt="" /></a>
<h3><a href="http://2014.sunshinephp.com">Sunshine PHP 2014</a></h3>
<p>
Miami, Florida, USA
<br />
6<sup>th</sup> - 8<sup>th</sup> February, 2014
</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="http://phpconference.co.uk" class="image image-full"><img src="holdingpage/images/conferences/2014/uk.png" alt="" /></a>
<h3><a href="http://phpconference.co.uk">PHPUK 2014</a></h3>
<p>
London, England
<br />
21<sup>st</sup> & 22<sup>nd</sup> February, 2014
</p>
</article>
</div>
</div>
<div class="row">
<div class="4u">
<article class="box box-style2">
<a href="http://conference.phpne.org.uk/" class="image image-full"><img src="holdingpage/images/conferences/2014/phpne.png" alt="" /></a>
<h3><a href="http://conference.phpne.org.uk/">PHPNE 2014</a></h3>
<p>
Newcastle upon Tyne, UK
<br />
18<sup>th</sup> March, 2014
</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="http://tek.phparch.com" class="image image-full"><img src="holdingpage/images/conferences/2014/tek.png" alt="" /></a>
<h3><a href="http://tek.phparch.com">php[tek] 2014</a></h3>
<p>
Chicago, Illinois, USA
<br />
19<sup>th</sup> - 23<sup>rd</sup> May, 2014
</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="http://phpconference.nl" class="image image-full"><img src="holdingpage/images/conferences/2014/dpc.png" alt="Ducth PHP Conference" /></a>
<h3><a href="http://phpconference.nl">DPC 2014</a></h3>
<p>
Amsterdam, Netherlands
<br>
26<sup>th</sup> - 28<sup>th</sup> June, 2014
</p>
</article>
</div>
</div>
<div class="row">
<div class="4u">
<article class="box box-style2">
<a href="http://conference.phpnw.org.uk/phpnw14/" class="image image-full"><img src="holdingpage/images/conferences/2014/nw.png" alt="" /></a>
<h3><a href="http://conference.phpnw.org.uk/phpnw14/">PHPNW 2014</a></h3>
<p>
Manchester, UK
<br>
October, 2014
</p>
</article>
</div>
</div>
<!-- User Groups -->
<div class="usergroups">
<div class="row">
<div class="12u">
<h3>User Groups</h3>
</div>
</div>
<div class="row">
<div class="3u">
<article class="box box-style2">
<a href="http://phphants.co.uk" class="image image-full"><img src="holdingpage/images/usergroups/phphants.png" alt="PHP Hampshire" /></a>
<p>
Portsmouth, UK
<br />
2<sup>nd</sup> Wednesday / month
</p>
</article>
</div>
<div class="3u">
<article class="box box-style2">
<a href="http://phpnw.org.uk" class="image image-full"><img src="holdingpage/images/usergroups/phpnw.png" alt="PHP North West" /></a>
<p>
Manchester, UK
<br>
1<sup>st</sup> Tuesday / month
</p>
</article>
</div>
<div class="3u">
<article class="box box-style2">
<a href="http://amsterdamphp.nl" class="image image-full"><img src="holdingpage/images/usergroups/amsterdamphp.png" alt="Amsterdam PHP" /></a>
<p>
Amsterdam, Netherlands
<br>
Monthly
</p>
</article>
</div>
<div class="3u">
<article class="box box-style2">
<a href="http://phpbenelux.nl" class="image image-full"><img src="holdingpage/images/usergroups/phpbnl.png" alt="PHP Benelux" /></a>
<p>
Roving around Belgium, Netherlands & Luxumburg
</p>
</article>
</div>
<div class="3u">
<article class="box box-style2">
<a href="http://phpem.info" class="image image-full"><img src="holdingpage/images/usergroups/phpem.png" alt="PHP EM" /></a>
<p>
Leicester, UK
<br>
1<sup>st</sup> Thursday / month
</p>
</article>
</div>
</div>
</div>
</div>
<footer>
<p>Want to add your conference or user group to the list?</p>
<a href="https://github.com/missjwo/phpW" class="button button-big">Send us a pull request.</a>
</footer>
</article>
</div>
<!-- Plans for 2014-->
<div class="wrapper wrapper-style2">
<article id="plans-for-2014">
<header>
<h2>Plans for 2014</h2>
<psna>To further support & mentor women worldwide.</span>
</header>
<div class="container">
<div class="row">
<div class="6u">
<section class="box box-style1 planbox">
<h3>Purple PHPWomen ElePHPants</h3>
<p>One of our exciting plans for 2014 is the creation of PHPWomen's very own Purple ElePHPant!</p>
<p>This is well under way, so keep your eyes peeled to find out more about it in the next few months.</p>
</section>
</div>
<div class="6u">
<section class="box box-style1 planbox">
<h3>The Website</h3>
<p>We've made the decision to build our website using Symfony Framework 2, making it easier for anyone to join the project. With new features planned, the site will help PHPWomen connect and collaborate with the community around the world.</p>
<p>See progress and get stuck in: <a href="https://github.com/erikaheidi/phpwomen">github</a></p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section class="box box-style1 planbox">
<h3>Education</h3>
<p>For 2014 we're looking to bring new education initiatives to the community.</p>
<p>By standing on the shoulders of the amazing <a href="http://railsbridge.org">RailsBridge</a> efforts, we're working to bring our very own “PHPBridge” to fruition this year, starting with introductory material and moving on from there.</p>
</section>
</div>
<div class="6u">
<section class="box box-style1 planbox">
<h3>Events</h3>
<p>This year we are participating in numerous conferences and user groups, both in Europe and the US. As part of this, we hope to help more women to attend and speak.</p><p>We are actively looking for sponsors to aid us in these goals. If you run a conference or user group and would like to collaborate, please let us know.</p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section class="box box-style1 planbox">
<h3>PHPWomen in the US</h3>
<p>We are excited to announce that starting in 2014, <a href="https://twitter.com/dshafik">Davey Shafik</a> will lead our US chapter, allowing PHPWomen to be more active globally.</p><p>Working together with the crew in Europe, he will be helping with our education and events initiatives.</p>
</section>
</div>
<div class="6u">
<section class="box box-style1 planbox">
<h3>Helping Us, Help You</h3>
<p>PHPWomen exists for its members, and we are always open to new ideas and suggestions.</p>
<p>If you, your company, your conference or user group would like to help us with any of these initiatives, or have ideas you would like to discuss with us, please <a href="#contact">get in touch</a>.</p>
</section>
</div>
</div>
</div>
<footer>
<p>Together we can make 2014 a phenomenal year for PHPWomen.</p>
</footer>
</article>
</div>
<!-- Contact -->
<div class="wrapper wrapper-style4">
<article id="contact" class="container small">
<header>
<h2>Get in touch!</h2>
<span>Need help? Want to help? Let us know!</span>
</header>
<div>
<!-- <div class="row">
<div class="12u"> -->
<ul class="row">
<li class="4u">
<div class="box box-style2">
<a href="http://twitter.com/phpwomen" class="image image-full"><img src="holdingpage/images/twitter.png" alt="Tweet us" /></a>
<h3>@phpWomen</h3>
</div>
</li>
<li class="4u">
<div class="box box-style2">
<a href="mailto:[email protected]" class="image image-full"><img src="holdingpage/images/email.png" alt="Email us" /></a>
<h3>[email protected]</h3>
</div>
</li>
<li class="4u">
<div class="box box-style2">
<a href="http://webchat.freenode.net?channels=%23phpwomen" class="image image-full"><img src="holdingpage/images/irc.png" alt="IRC" /></a>
<h3>#phpWomen</h3>
<span>on Freenode</span>
</div>
</li>
</ul>
</div>
<footer>
<ul id="copyright">
<li>© 2014 PHPWomen</li>
<li>Design: <a href="http://html5up.net/">HTML5 UP</a></li>
</ul>
</footer>
</article>
</div>
<script src="holdingpage/js/app.js"></script>
</body>
</html>