-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (72 loc) · 4.78 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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Longhorn PHP</title>
<meta name="description" content="Longhorn PHP Conference in Austin, TX">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png?v=6944xkWpdr">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png?v=6944xkWpdr">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png?v=6944xkWpdr">
<link rel="manifest" href="/icons/manifest.json?v=6944xkWpdr">
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg?v=6944xkWpdr" color="#00266a">
<link rel="shortcut icon" href="/icons/favicon.ico?v=6944xkWpdr">
<meta name="msapplication-config" content="/icons/browserconfig.xml?v=6944xkWpdr">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="/css/style.css" rel="stylesheet" type="text/css">
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
</head>
<body>
<main class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-lg-8 col-lg-offset-2">
<img class="logo" alt="Longhorn PHP Logo" src="/img/logo.svg">
<h2>Longhorn PHP is a 3-day conference in Austin, Texas to help PHP developers level up their craft and connect with the larger PHP community.</h2>
<a class="announcement btn btn-default btn-lg" href="https://www.kickstarter.com/projects/677760345/longhorn-php-conference">
🌵 <em>Check out our Kickstarter!</em> 🌵
</a>
<table class="table details-table">
<tr>
<td><em>When:</em></td>
<td class="text-left">April 19th - 21st, 2018</td>
</tr>
<tr>
<td><em>Where:</em></td>
<td class="text-left"><a href="https://commons.utexas.edu/" target="_blank">UT Austin's Commons Learning Center</a></td>
</tr>
<tr>
<td><em>What:</em></td>
<td class="text-left">See all of the details <a href="https://www.kickstarter.com/projects/677760345/longhorn-php-conference">on our Kickstarter</a> while we're working to spruce up our website!</td>
</tr>
</table>
</div>
</div>
<br><br>
<div class="form-wrap">
<p class="h4">Sign up for email updates to find out when we announce more details, including keynote speakers, call for papers, schedule, and more!</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//longhornphp.us15.list-manage.com/subscribe/post?u=5c1f47ff3bbac5816eed0c4ca&id=e8e7af3007" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_5c1f47ff3bbac5816eed0c4ca_e8e7af3007" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</main>
<footer class="site-footer">
<div class="container">
<p>Organized by members of the <a href="https://www.meetup.com/austinphp/">Austin PHP Meetup Group</a></p>
<p>Contact us: <a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="/code-of-conduct/">Code of Conduct</a></p>
</div>
</footer>
</body>
</html>