Skip to content

Commit

Permalink
Hello is fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpizza committed Mar 21, 2018
1 parent 1f6cdbc commit c630d8f
Showing 1 changed file with 66 additions and 34 deletions.
100 changes: 66 additions & 34 deletions hello/index.html
Original file line number Diff line number Diff line change
@@ -1,53 +1,85 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<title></title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="http://lab.hakim.se/reveal-js/css/reveal.css">
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" type="text/css" media="screen, projection, print"
href="http://www.w3.org/Talks/Tools/Slidy2/styles/slidy.css" />
<script src="http://www.w3.org/Talks/Tools/Slidy2/scripts/slidy.js"
charset="utf-8" type="text/javascript"></script>
<link rel="stylesheet" href="http://lab.hakim.se/reveal-js/css/theme/black.css" id="theme">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'http://lab.hakim.se/reveal-js/css/print/pdf.css' : 'http://lab.hakim.se/reveal-js/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="http://lab.hakim.se/reveal-js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div id="hacknight" class="slide section level1">
<div class="reveal">
<div class="slides">


<section id="hacknight" class="slide level1">
<h1>#hacknight</h1>
<p><strong>Welcome to Hack Night</strong></p>
<p>Tuesday, December 12th, 2017</p>
</div>
<div class="slide section level1">
<p>Tuesday, March 6th, 2018</p>
</section>
<section class="slide level1">

<p><strong>WiFi</strong></p>
<pre><code>ESID: Rebel Bite
PASS: aquaticskates374</code></pre>
</div>
<div class="slide section level1">

<p><strong>Hosts</strong></p>
</section>
<section id="hosts" class="slide level1">
<h1>Hosts</h1>
<p><strong>Arthur Reeder</strong><br />
<span class="citation">@arthursucks</span></p>
<span class="citation" data-cites="art">@art</span><span class="citation" data-cites="mastodon.sdf.org">@mastodon.sdf.org</span></p>
<p><strong>Steve Parker</strong><br />
<span class="citation">@youngidealist</span></p>
</div>
<div class="slide section level1">

<p><strong>Upcoming Events</strong></p>
<ul class="incremental">
<li><strong>Code and Coffee</strong> : Saturday morning, 10:30 am @ Critiqit</li>
<li><strong>Techworking</strong> : Thursday, December 14th, 6 pm @ Padre's</li>
<span class="citation" data-cites="youngidealist">@youngidealist</span></p>
</section>
<section id="upcoming-events" class="slide level1">
<h1>Upcoming Events</h1>
<ul>
<li><strong>Code and Coffee</strong> Every Saturday at Critiqueit @ 10:30 am</li>
</ul>
</section>
<section class="slide level1">

<p>See <strong>meetup.com/uncoded</strong> for more info!<br />
Join us on Slack @ <strong>uncodedlb.slack.com</strong></p>
</div>
<div class="slide section level1">

<p><strong>Agenda</strong></p>
</section>
<section id="agenda" class="slide level1">
<h1>Agenda</h1>
<p><strong>6:00</strong> - Mingle / Setup<br />
<strong>6:30</strong> - Introductions</p>
</div>
</body>
</section>
</div>
</div>

<script src="http://lab.hakim.se/reveal-js/lib/js/head.min.js"></script>
<script src="http://lab.hakim.se/reveal-js/js/reveal.js"></script>

<script>

// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({

// Optional reveal.js plugins
dependencies: [
{ src: 'http://lab.hakim.se/reveal-js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'http://lab.hakim.se/reveal-js/plugin/zoom-js/zoom.js', async: true },
{ src: 'http://lab.hakim.se/reveal-js/plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>

0 comments on commit c630d8f

Please sign in to comment.