-
Notifications
You must be signed in to change notification settings - Fork 6
/
new.html
66 lines (45 loc) · 2.95 KB
/
new.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Bringing nodeschool to Baltimore">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
<link href="/baltimore/assets/style.css?hi=ok" rel="stylesheet">
<!-- Google Analytics -->
<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-49549894-1', 'baltimorenodeschool.github.io');
ga('send', 'pageview');
</script>
<!-- end Google Analytics -->
<title>Baltimore NodeSchool | new design</title>
</head>
<body>
<div class="container ">
<p id="logo-link" style="display: none;"><a href="/baltimore"><img src="/baltimore/assets/images/bmorenodeschool-white.png" alt="baltimore node school"></a></p>
# new design planning
### Iteration outline
* quick intro
> baltimore nodeschool is just getting off the ground. our first event is scheduled for sunday, may 4th at the digital harbor foundation in federal hill (complete with its very own PARKING LOT!). if you want to learn about node.js, or if you can come help others, [sign up to let us know you'll be there](http://ti.to/baltimorenodeschool/nodeschool)! if you need more info, keep reading...
* what is node, what is nodeschool
> node: javascript on the server. you can write the same javascript that powers jquery to edit and create and delete files, to make http servers, or do anything else a server-side scripting language like ruby, python, etc. can do
> nodeschool: a series of open-source command line workshops published on nodeschool.io meant to educate people on the basic concepts of node programming. you can do them on your own but it's better (and more funner) to do them as a part of a group at community events all over the world. and now we have our own event here in baltimore, and i think you should come.
* when is the event? sun may 4 from 1-5pm
* what do we need?
- Attendees: come and learn node, you need a laptop and a willingness to learn (def helps if you know javascript a little, but don't let that stop you!)
- Mentors: come and stand around until someone makes a confused and frustrated face, then help them
- Sponsors: we're set for our first event but if you'd like to sponsor a future nodeschool event, get in touch!
* Sponsorship block
> Message systems is p cool
* Link to ti.to registration
* Link to github discussions, PR for site
* Link to twitters
</div>
</body>
</html>