Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

67 changes: 60 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
<!doctype html>
<html>
<!--
Greetings, coders!

Feel free to send additions, corrections, and improvements via GitHub
pull requests:

https://github.com/javascriptevents/javascriptevents.github.io

In general:

1. Keep new JavaScript programmers first in mind.
2. Simpler is better.
3. Put things in alphabetical order.
-->
<html lang=en>
<head>
<meta charset=utf-8>
<title>JavaScript Events List</title>
</head>
<body>
Expand All @@ -11,12 +26,50 @@ <h2>California</h2>
<h3>San Francisco Bay Area</h3>

<ul>
<li>Dogpatch JS</li>
<li>NodeSchool Oakland: <a href=https://nodeschool.io/oakland/>website</a></li>
<li>NodeSchool JS: <a href=https://nodeschool.io/sf/>website</a></li>
<li>Oakland JS</li>
<li>Sudo Room JavaScript Hack Night</li>
<li>WaffleJS</li>
<li>
Dogpatch JS:
every Wednesday at 6pm,
<a href=http://dogpatchjs.com/>Website</a>,
<a href=https://twitter.com/dogpatchjs>Twitter</a>
</li>

<li>
NodeSchool Oakland:
<a href=https://nodeschool.io/oakland/>Website</a>
</li>

<li>
NodeSchool JS:
<a href=https://nodeschool.io/sf/>Website</a>
</li>

<li>
Oakland JS:
every Wednesday at 6pm,
<a href=http://oaklandjs.com/>Website</a>,
<a href=https://twitter.com/oaklandjs>Twitter</a>
</li>

<li>
Sudo Room JavaScript Hack Night:
every Thursday at 7pm,
<a href=https://sudoroom.org>Website</a>
</li>

<li>
WaffleJS:
<a href=https://wafflejs.com/>Website</a>,
<a href=https://twitter.com/wafflejs>Twitter</a>
</li>
</ul>

<a href="https://github.com/javascriptevents/javascriptevents.github.io">
<img
style="position: absolute; top: 0; right: 0; border: 0;"
src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"
>
</a>
</body>
</html>