-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
14 lines (14 loc) · 4.23 KB
/
index.html
File metadata and controls
14 lines (14 loc) · 4.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="stylesheet" href="css/bootstrap.min.css"/><link rel="stylesheet" href="css/style.css"/></head><body><div class="container-fluid"><div class="navbar"><div class="navbar-inner"><div class="container"><ul class="nav"><li><a id="homeLink" href="#" class="active">Home</a></li><li><a id="aboutLink" href="#about">About</a></li><li><a id="sponsorsLink" href="#sponsors">Sponsors</a></li><li><a id="contactLink" href="#contact">Contact Us</a></li><li class="divider">|</li><li> <a href="http://www.meetup.com/Austin-Node-Usergroup/" target="_blank">Meetup Page</a></li></ul></div></div></div></div><div class="nodeLogo"> <img src="img/newlogo.PNG"/></div><!--Home--><div id="home" class="container-fluid page"><h1 class="title">Home </h1><div class="hero-unit"><h2>Austin Web Bash!</h2><p>Following in our grand tradition, we plan to get together with the rest of
the Austin web community for a giant geek holiday party. Come escape from
the stress of end-of-year deadlines and impending familial obligations with
some great drinks and awesome people.</p><p>Each year participation has grown, and we're very proud that what started
out as a small gathering now includes 20 active groups spanning a wide
swatch of the Austin Web and Tech community. In line with participation from
so many groups, an array of awesome local businesses have stepped up to
sponsor the event, picking up a sizable bar tab and covering other
party-related costs.</p><p>Austin is an amazing town filled with inspiring people and groups. You
should come party with all of them on December 11th.</p><h3>Event Details</h3><a href="http://www.refreshaustin.org/bash/">Austin Web Bash Website</a><p><a href="http://rj.cx/AWBash2012">RSVP on Facebook:</a>(not required, but it helps us plan)</p><p>7 - 9pm, Tuesday, December 11th, 2012 at Buffalo Billiards (6th and Brazos)</p><p>Admission: At least one canned good for the Capital Area Food Bank.
(Last year we collected 549 pounds of canned goods and over $800 in donations!)</p><h3>The Community</h3><ul><li>Austin All-Girl Hack Night</li><li>Austin JavaScript</li><li>Austin Drupal User's Group</li><li>Austin Lean Startup Circle</li><li>Austin NoSQL</li><li>Austin on Rails</li><li>Austin.rb</li><li>Austin PHP Meetup</li><li>Austin Python Meetup</li><li>Austin Web Python Users Group (AWPUG)</li><li>Austin Startup Week</li><li>Austin Web Architecture</li><li>Austin Web Design Meetup</li><li>Hacks/Hackers ATX</li><li>Girl Develop It</li><li>Online News Association Austin</li><li>IxDA-Austin</li><li>Austin Node User Group</li><li>Refresh Austin</li><li>WordPress Austin</li><li>Young Women's Roundtable</li></ul><p>We hope that you'll come on out to catch up with old friends and make some new ones on December 11th!</p></div></div><!--About--><div id="about" class="container-fluid page"><h1 class="title">About Us</h1><div class="hero-unit"><h2>Our Mission</h2><p>We are a usergroup dedicated to spreading knowledge and interest of Node.JS to developers in the Austin
area. We strive to both help the new and intellectually stimulate those with experience with Node.JS,
and of course to have fun and make new friends in the process.</p></div></div><!--Sponsors--><div id="sponsors" class="container-fluid page"><h1 class="title">Sponsors</h1><div class="hero-unit"><h2>Our Support</h2><p>These are the companies that make our meetups possible! Please be sure to check our their
websites. Who knows, you might find a job working with Node.JS here!</p></div><h2>October 2012</h2><p class="bold">Our Pizza and Beer sponsor was <a href="http://www.mattersight.com">Mattersight</a></p><h2>July - September 2012</h2><p>Our sponsor was <a href="http://node.jit.su">Nodejitsu</a></p></div><!--Contact--><div id="contact" class="container-fluid page"><h1 class="title">Contact Us</h1><div class="hero-unit"><h2>Feel Free to Contact Us!</h2><ul><li>Email : <a href="mailto:admin@nodeaustin.com">admin@austinnode.com</a></li><li>Twitter : <a href="http://twitter.com/atxnode">@atxnode</a></li></ul></div></div><!--scripts--><script src="js/jquery.min.js"></script><script src="js/underscore.min.js"></script><script src="js/backbone.min.js"></script><script src="js/application.js"></script></body></html>