-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 2 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 2 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PHPCon Poland 2011 — Code Contest</title>
<link href='http://fonts.googleapis.com/css?family=Bevan' rel='stylesheet' type='text/css'>
<link href="./css/style.css?3" type="text/css" rel="stylesheet">
</head>
<body>
<h1>PHP — Whiskey Contest</h1>
<h2>Sharing a bit of our home with the world</h2>
<section>
<h3>How:</h3>
<p>
Are you attending <a href="http://phpcon.pl/2011/en" title="PHP Conference Poland 2011">PHPCon Poland 2011</a>? If so, keep reading.
</p>
<p>
Write a PHP application, deploy it on <a href="https://my.orchestra.io" title="Orchestra.io Deploy, Scale, Manage your PHP Applications">orchestra.io</a>,
tweet about it with a mention of <a href="https://twitter.com/Orchestra_io">@orchestra_io</a> and you might win a nice bottle of <a href="http://en.wikipedia.org/wiki/Midleton_Very_Rare" title="Midleton Very Rare Whiskey">Midleton Very Rare</a> whiskey.
</p>
<p>
We like funny and witty applications. They usually rank much higher (wink-wink) so be creative and build something fun!
</p>
</section>
<section>
<h3>Help:</h3>
<p>
If you've never heard of <a href="http://orchestra.io">http://orchestra.io</a>, feel free to read on <a href="http://docs.orchestra.io/kb/getting-started/getting-started#deploy-first-app" title="Orchestra.io getting started.">how to get started</a> to give you a boost with your application deployment! It is very simple you'll see :-)
</p>
<p>(Hint: You can also deploy public GitHub gists ;-))</p>
</section>
<footer id="logos">
<h3>Who:</h3>
<p>
<a href="http://www.orchestra.io" title="Orchestra.io Deploy and Scale your PHP apps"><img src="./images/orchestra.png" /></a>
<a href="http://www.engineyard.com" title="Engine Yard Deploy and Scale your apps"><img src="./images/logo-engineyard-letterform.png" /></a>
</p>
</footer>
</body>
</html>