Skip to content

Commit

Permalink
Add live link, other small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoeskau committed Mar 15, 2024
1 parent 47ac74c commit 4c25182
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 16 deletions.
1 change: 1 addition & 0 deletions images/live.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 29 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@
color: #EF1F10;
font-size: 1.2em;
line-height: 1em;
vertical-align: text-bottom;
}
.live {
vertical-align: middle;
width: 22px;
margin-bottom: 3px;
}
.about {
border-radius: 5px;
padding: 10px 20px;
background: #f2f2f2;
font-size: 0.7em;
color: #777777;
font-style: italic;
}
</style>
</head>
Expand All @@ -28,25 +42,28 @@ <h1>Bleeding Edge Web</h1>

<section>
<p><em><strong>A meetup for the discerning web app developer</strong></em></p>
<p><img src="images/live.svg" class="live" alt="live"> <a href="https://live.edgeatx.org/">Join a live meetup</a></p>
<p><span class="star">&#x272A;</span> <a href="slides">View our presentations</a></p>
<p><span class="star">&#x272A;</span> <a href="http://www.meetup.com/bleeding-edge-web/">Join
the meetup</a> to be notified about new events</p>
<p><span class="star">&#x272A;</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">&#x272A;</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>
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">&#x272A;</span> <a target="_blank"
href="https://www.quora.com/q/buuusacnhyuytmxw?invite_code=V5VQar181le2YyjGG5j6">Join our Quora space</a> to engage with the global edge community, or
for recaps of prior events.</p>
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">&#x272A;</span> Learn about <a href="./speak.html">speaking</a> opportunities.</p>
<p><span class="star">&#x272A;</span> Learn about <a href="./sponsorship.html">sponsorship</a> opportunities.</p>

<p><em><strong>About Us</strong></em></p>
<p>We are an Austin meetup about all things web+mobile. We are language/framework agnostic, and we
<p><strong>About us</strong></p>
<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.</p>
<p>Follow <a href="https://twitter.com/edgeatx">@edgeATX</a> for news and updates.</p>
<p>Created with 1s and 0s by <a href="https://www.linkedin.com/in/bmoeskau/">Brian</a>, <a
href="http://www.coreybutler.com/">Corey</a> &amp; <a
<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="about">Created with 1s and 0s by <a href="https://www.linkedin.com/in/bmoeskau/">Brian</a>, <a
href="https://www.coreybutler.com/">Corey</a> &amp; <a
href="https://www.linkedin.com/in/tedpatrick/">Ted</a>.</p>
</section>
</div>
Expand Down
19 changes: 15 additions & 4 deletions slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
padding: 8px 12px;
color: #ef1f10;
}
.small-text {
font-size:.9em;
}
.sponsor {
background: #fff8db;
padding: 4px 10px;
Expand All @@ -41,15 +44,23 @@ <h1>Bleeding Edge Web</h1>

<section class="resources">
<h2>Videos</h2>
<p style="font-size:.9em;">Between 2015 and 2020 our meetups were livestreamed and recorded.
Many of our past videos are available on

<p class="small-text">
We often livestream our meetups as they are happening. If there's a meetup
currently in progress, join at <a href="https://live.edgeatx.org/">live.edgeatx.org</a>.
</p>

<p class="small-text">Between 2015 and 2020 our meetups were livestreamed and recorded
by Austin Tech Live. Many of our past videos are available on
<a href="https://www.youtube.com/user/austintechlive/search?query=bleeding+edge+web">YouTube</a>.
</p>

<h2>Slides</h2>

<p style="font-size:.9em;">Most presentations include a "News from the Bleeding Edge"
<p class="small-text">Most presentations include a "News from the Bleeding Edge"
section that highlights a few current themes in web app development, in addition
to a primary presentation (linked when available).</p>
to a primary presentation (linked when available).
</p>

<h3>2024</h3>
<h4>February</h4>
Expand Down

0 comments on commit 4c25182

Please sign in to comment.