diff --git a/public/images/tba-topic-logo.jpg b/public/images/tba-topic-logo.jpg new file mode 100644 index 0000000..b5cd385 Binary files /dev/null and b/public/images/tba-topic-logo.jpg differ diff --git a/public/slides/meetup-1-intro-to-node.pptx b/public/slides/meetup-1-intro-to-node.pptx new file mode 100644 index 0000000..e69c224 Binary files /dev/null and b/public/slides/meetup-1-intro-to-node.pptx differ diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9ff5d56..9c6d81e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -13,6 +13,10 @@ body { overflow-y: none; } +h2 { + clear: both; +} + time { font-weight: bold; } @@ -218,6 +222,17 @@ footer { display: block; margin-right: 20px; } + + #main.events ul { + list-style: none; + padding: 0; + margin: 0; + } + + #main.events li { + padding-bottom: 20px; + } + #main.event-page { } diff --git a/views/events.jade b/views/events.jade index 9e8855b..242f56b 100644 --- a/views/events.jade +++ b/views/events.jade @@ -3,12 +3,24 @@ extends layout block content h1 #{title} - h2 - a(href="/events/sep-26-2012") First Meetup: Intro to Node.js - time(datetime="2012-09-26 18:00") 6pm Wednesday, September 26, 2012 @ UofM Smart Park - a(href="/events/sep-26-2012") - img(src="/images/nodejs-logo.jpg") - p . - We decided to do our first meeting about one of the hottest topics in the development world - p . - We will start with a quick introduction to Node.js and then go over a few uses of Node.js and when not to use it. We will then dive into a few popular frameworks and see what each is good for and which you should use for your projects. More \ No newline at end of file + ul + li + h2 + a(href="/events/") Second Meetup: October Meeting (TBA) + time(datetime="2012-10-20") TBA October, 2012 @ TBA + a(href="/events/") + img(src="/images/tba-topic-logo.jpg") + p . + Topic(s) will be annoucned soon. We are hoping to talk about TDD in Javascript, but this will depend on availability of the speaker. + p . + If you have any suggestion do not hesitate to contact us at @winnipejs or by email michael@yagudaev.com. + li + h2 + a(href="/events/sep-26-2012") First Meetup: Intro to Node.js + time(datetime="2012-09-26 18:00") 6pm Wednesday, September 26, 2012 @ UofM Smart Park + a(href="/events/sep-26-2012") + img(src="/images/nodejs-logo.jpg") + p . + We decided to do our first meeting about one of the hottest topics in the development world + p . + We will start with a quick introduction to Node.js and then go over a few uses of Node.js and when not to use it. We will then dive into a few popular frameworks and see what each is good for and which you should use for your projects. More \ No newline at end of file diff --git a/views/events/sep-26-2012.jade b/views/events/sep-26-2012.jade index 118f695..f30d793 100644 --- a/views/events/sep-26-2012.jade +++ b/views/events/sep-26-2012.jade @@ -21,9 +21,12 @@ block content p . Remeber to RSVP to the event if you are planning on attending. Hope to see you all there! - a(href="http://www.eventbrite.com/event/4414239108?ref=elink") - h2 I will attend (RSVP) - + p + a(target="_blank", href="/slides/meetup-1-intro-to-node.pptx") Slides + p + a(target="_blank", href="https://github.com/yagudaev/winnigram") Source Code (github) + p + a(target="_blank", href="http://youtu.be/Rqxx7R_m1aQ") Video (only first part of talk) div.map iframe(width="425", height="350", frameborder="0", scrolling="no", marginheight="0", marginwidth="0", src="https://maps.google.ca/maps?q=1+Research+Road,+Winnipeg,+MB&hl=en&sll=49.853822,-97.152225&sspn=0.791562,2.113495&oq=1+Research+Road,+&hnear=1+Research+Rd,+Winnipeg,+Manitoba+R3T+6E3&t=m&ie=UTF8&hq=&z=14&ll=49.802578,-97.149136&output=embed") br