-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
22 lines (21 loc) · 3.35 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
<!DOCTYPE html>
<html>
<head>
<title>oakland tonight</title>
<link rel="stylesheet" href="site.css">
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46038987-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1 id="home"><a id="home" href="/"><img id='logo' src='logo.png'></img>OAKLAND</a></h1>
<a id='about' href='about.html'>about</a>
<div><div class="navhead">TONIGHT<span class="date">9/19</span></div><div id="tonight"><h3><a class="venue-link" href="https://sudoroom.org/">Sudo Room</a></h3><div class="show"><h4><a class="show-link" href="https://sudoroom.org/events/software-hack-night-2019-09-19/">Software Hack Night</a></h4><div class="info">7:00 pm</div></div></div><div class="navhead">NEXT WEEK<span class="date">9/20-9/27</span></div><div id="soon"><h3><a class="venue-link" href="https://sudoroom.org/">Sudo Room</a></h3><div class="show"><h4><a class="show-link" href="https://sudoroom.org/events/build-your-own-internet-office-hours-2019-09-22/">Build Your Own Internet [Office Hours]</a></h4><div class="info">09/22/2019</div><div class="info">1:00 pm</div></div><hr><div class="show"><h4><a class="show-link" href="https://sudoroom.org/events/sudomesh-save-the-internet-2019-09-24/">SudoMesh: Save the Internet</a></h4><div class="info">09/24/2019</div><div class="info">7:30 pm</div></div><hr><div class="show"><h4><a class="show-link" href="https://sudoroom.org/events/hardware-hack-night-2019-09-24/">Hardware Hack Night</a></h4><div class="info">09/24/2019</div><div class="info">7:00 pm</div></div><hr><div class="show"><h4><a class="show-link" href="https://sudoroom.org/events/sudoroom-weekly-meeting-2019-09-25/">Sudo Room Weekly PARTY!</a></h4><div class="info">09/25/2019</div><div class="info">7:00 pm</div></div><hr><div class="show"><h4><a class="show-link" href="https://sudoroom.org/events/software-hack-night-2019-09-26/">Software Hack Night</a></h4><div class="info">09/26/2019</div><div class="info">7:00 pm</div></div><h3><a class="venue-link" href="https://oaklandoctopus.org">The Octopus</a></h3><div class="show"><h4><a class="show-link" href="https://oaklandoctopus.org/going-out-business-sale-12-9pm">Going-Out-of-Business Sale</a></h4><div class="info">09/25/2019</div><div class="info">12-9pm</div></div><h3><a class="venue-link" href="http://museumca.org/">Oakland Museum of CA</a></h3><div class="show"><h4><a class="show-link" href="http://museumca.org/2019/friday-nights-omca-hella-big-50th-birthday-party">Friday Nights at OMCA: Hella Big 50th Birthday Party</a></h4><div class="info">09/21/2019</div><div class="info">5:00 pm</div></div><hr><div class="show"><h4><a class="show-link" href="http://museumca.org/2019/tour-lgbtq-history-sept22">Tour | LGBTQ+ History</a></h4><div class="info">09/22/2019</div><div class="info">12:00 pm</div></div><hr><div class="show"><h4><a class="show-link" href="http://museumca.org/2019/50th-anniversary-weekend">50th Anniversary Weekend</a></h4><div class="info">09/22/2019</div><div class="info">5:00 pm</div></div></div></div>
</body>
</html>