-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
14 lines (14 loc) · 5.47 KB
/
index.html
File metadata and controls
14 lines (14 loc) · 5.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html> <html class=no-js> <head> <meta charset=utf-8> <meta name=description> <meta name=viewport content="width=device-width, initial-scale=1, minimal-ui"> <title>nashville creative coders</title> <!--Place favicon.ico and apple-touch-icon.png in the root directory--> <link rel=stylesheet href=styles/main.css> <script src=scripts/vendor/modernizr.js></script> </head> <body> <!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]--> <div class=container-flex> <div class=jumbotron> <h1>Nashville Creative Coders</h1> </div> <div class="row marketing"> <div class="col-md-6 upcoming-events section"> <h2 class=title>Upcoming Events</h2> <ul> <li class=event> <h5>VR Hangout #5: Intro to working with the Oculus Rift and VR demos</h5> <p>Thursday, Feb. 26, 2015 at 5:00pm</p> <p>@ Nashville Entrepreneur Center</p> <span><a href="http://www.meetup.com/Nashville-Virtual-Reality-Meetup/events/220467486/">RSVP</a></span> </li> <li class=event> <h5>Code Along - Working with Leap Motion & Three.js cont.</h5> <p>Thursday, March 12, 2015 at 7:00pm</p> <p>@ Exile Labs HQ</p> <span><a href="http://www.meetup.com/nashcc/events/220233588/">RSVP</a></span> </li> <li class=event> <h5>Pi Hack Day & Happy Hour</h5> <p>Saturday, March 14, 2015 at 3:00pm</p> <p>@ Nashville Software School</p> <span><a href="http://www.meetup.com/nashcc/events/220592024/">RSVP</a></span> </li> <li class=event> <h5>Show and Tell</h5> <p>Thursday, April 9, 2015 at 7:00pm</p> <p>@ Exile Labs HQ</p> <span><a href="http://www.meetup.com/nashcc/events/220233607/">RSVP</a></span> </li> </ul> </div> <div class="col-md-6 related-material section"> <h2 class=title>Interesting Finds</h2> <ul> <li class=related-item> <h5>Using Art to Get and Keep People Interested in Programming</h5> <p>Jenn Schiffer talks with Javascript Jabber</p> <p>Listen to the Podcast <a href=http://devchat.tv/js-jabber/140-jsj-using-art-to-get-and-keep-people-interested-in-programming-with-jenn-schiffer target=_blank>here.</a></p> </li> <li class=related-item> <h5>Morgan Higby-Flowers Unlocks the Mysteries of Technology with his New Media Projection Art.</h5> <p>Native Magazine January 2015 on page 63 <a href=http://issuu.com/nativenashville/docs/issue31/1 target=_blank>View Article Here</a></p> <p>Find his work <a href="http://morganhigbyflowers.com/" target=_blank>here.</a></p> </li> </ul> </div> </div> <div class=quote-block-one> <h5><span class=quote-mark>"</span>The programmer builds from pure thought-stuff: concepts and very flexible representations thereof. <span class=quote-mark>"</span> </h5> <p><em>The Mythical Man-Month</em></p> <p>Frederick P. Brooks, Jr.</p> </div> <!--<div class="row marketing">
<h2 class="title">Recent Projects</h2>
<section class="col-sm-12">
<div class="col-sm-4">
<img src="/images/jenga.png" alt="Jenga Demo">
<h5><strong>Jenga Demo</strong></h5>
<h5>Use either a Leap Motion or your mouse to interact with this example.</h5>
</div>
<div class="col-sm-4"></div>
<div class="col-sm-4"></div>
</section>
</div>--> <div class="row marketing"> <div class="col-md-6 about section"> <h2 class=title>About NashCC</h2> <p class=lead>Ever wanted to compose a sonata using nothing but brain waves? Adjust mood lighting based on the current incidence of Justin Bieber tweets within 100 miles? Turn the tone of an email into an actual tone? Then you're in the right place. </p> <p> This group is for anyone interested learning to combine hardware & software to make music, visual art, etc. All technical and artistic skill levels are welcome. Have an interesting idea but aren't sure where to begin? Bring yourself. Have a piece of hardware and want to do something cool with it? Bring yourself and the hardware. You're a coder who wants to build something their non-coder friends can comprehend and appreciate? Bring a laptop. All of our work will be open sourced under the MIT license and available on <a href=https://github.com/nashcc target=_blank>GitHub.</a> Check out our <a href="http://www.meetup.com/nashcc/" target=_blank>Meet Up Page.</a> </p> <p class="lead emphasis-text">Follow us on Twitter: <a href=http://twitter.com/NCreativeCoders>@NCreativeCoders</a></p> <p class="lead emphasis-text">Interested in something specific? <a href="http://twitter.com/home?status=@NCreativeCoders">Tweet at us!</a></p> </div> <div class="col-md-6 organizers"> <h2 class=title>Organizers</h2> <a href=https://twitter.com/adambarnhard target=_blank><img src=/images/adam.jpeg alt=adam class=organizer></a> <a href=https://twitter.com/dsroden target=_blank><img src=/images/Daniel2.jpg alt=daniel class=organizer></a> <a href=https://twitter.com/zoe_ames target=_blank><img src=/images/zoe.jpeg alt=zoe class=organizer></a> <a href=https://twitter.com/banjeremy target=_blank><img src=/images/jeremy.jpeg alt=jeremy class=organizer></a> <a href=https://twitter.com/grandtraipse target=_blank><img src=/images/kayla.jpg alt=kayla class=organizer></a> <a href=https://twitter.com/serdavosboling target=_blank><img src=/images/dave.jpg alt=dave class=organizer></a> <a href=https://twitter.com/shrutijalewar target=_blank><img src=/images/shruti.jpg alt=shruti class=organizer></a> </div> </div> <div class=footer> <p>♥ from the NashCC team</p> </div> <div class=patterned-footer></div> </div> <script src=scripts/vendor.js></script> <script src=scripts/plugins.js></script> <script src=scripts/main.js></script> </body> </html>