-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (72 loc) · 3.39 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Bleeding Edge Web: Home</title>
<link rel="stylesheet" href="stylesheets/styles.css?240330">
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="google-site-verification" content="JL3xeTGsxn_SMEyFbPZ3LFA0sxZEVWODjF92mLIHaVc" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Bleeding Edge Web</h1>
<p class="subhead">A meetup for the discerning web app developer</p>
<img src="images/bleeding-edge.png" alt="Bleeding Edge Web">
</header>
<section>
<h3>Welcome</h3>
<p>
<img src="images/live.svg" class="live-icon-sm" alt="live">
<a href="live/">Join a live meetup</a>
</p>
<p>
<span class="star">✪</span>
<a href="slides">View past presentations</a>
</p>
<p class="callout">
Our group thrives on community participation.<br>
Please consider <a href="./speak.html">speaking</a> or
<a href="./sponsorship.html">sponsoring</a> an event!
</p>
<h3>Connect</h3>
<p><span class="star">✪</span> <a href="https://www.meetup.com/bleeding-edge-web/">Join
our meetup group</a> to be notified about new events and to RSVP.</p>
<p><span class="star">✪</span> <a target="_blank"
href="https://join.slack.com/t/edgeatx/shared_invite/zt-1onzae2c4-0JBegV3EvF5VV4R_MDQsUA">Join our Slack group</a>
to engage with the community, or to participate in our live events remotely.</p>
<p><span class="star">✪</span> <a target="_blank"
href="https://www.quora.com/q/buuusacnhyuytmxw?invite_code=V5VQar181le2YyjGG5j6">Join our Quora space</a>
to engage with the global BEW community.</p>
<p><span class="star">✪</span> <a target="_blank"
href="https://www.linkedin.com/groups/12204322/">Join our LinkedIn group</a> to connect with the professional BEW community.</p>
<h3>About us</h3>
<p>We are an Austin, TX meetup about all things web+mobile. We are language/framework agnostic, and we
cover different topics each month, with a focus on front end technology.</p>
<p>Find us on <a href="https://www.meetup.com/bleeding-edge-web/">meetup.com</a>
for the latest schedule and location. Follow <a href="https://twitter.com/edgeatx">@edgeATX</a>
for news and updates.
</p>
<p class="footer">Created with 1s and 0s by <a href="https://www.linkedin.com/in/bmoeskau/">Brian</a>, <a
href="https://www.coreybutler.com/">Corey</a> & <a
href="https://www.linkedin.com/in/tedpatrick/">Ted</a>.</p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-18103207-9");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>