Skip to content

Commit

Permalink
added links to slides, video and added place holder for next event
Browse files Browse the repository at this point in the history
  • Loading branch information
yagudaev committed Sep 27, 2012
1 parent 561499f commit 4005669
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 12 deletions.
Binary file added public/images/tba-topic-logo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/slides/meetup-1-intro-to-node.pptx
Binary file not shown.
15 changes: 15 additions & 0 deletions public/stylesheets/style.css
Expand Up @@ -13,6 +13,10 @@ body {
overflow-y: none;
}

h2 {
clear: both;
}

time {
font-weight: bold;
}
Expand Down Expand Up @@ -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 {
}

Expand Down
30 changes: 21 additions & 9 deletions views/events.jade
Expand Up @@ -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. <a href="/events/sep-26-2012">More</a>
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 <a target="_blank" href="http://twitter.com/winnipegjs">@winnipejs</a> or by email <a href="mailto:michael@yagudaev.com">michael@yagudaev.com</a>.
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. <a href="/events/sep-26-2012">More</a>
9 changes: 6 additions & 3 deletions views/events/sep-26-2012.jade
Expand Up @@ -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&amp;hl=en&amp;sll=49.853822,-97.152225&amp;sspn=0.791562,2.113495&amp;oq=1+Research+Road,+&amp;hnear=1+Research+Rd,+Winnipeg,+Manitoba+R3T+6E3&amp;t=m&amp;ie=UTF8&amp;hq=&amp;z=14&amp;ll=49.802578,-97.149136&amp;output=embed")
br
Expand Down

0 comments on commit 4005669

Please sign in to comment.