Skip to content
Merged
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
45 changes: 44 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,56 @@ time, mark, audio, video {
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family: 'Muli', sans-serif;
}

.header-background {
background-color: gold;
}

.center-content {
max-width: 1000px;
max-width: 1200px;
margin: 0 auto;
}

.events {
display: flex;
flex-flow: row wrap;
}

.event-item {
display: flex;
width: 250px;
height: 100px;
border: 1px solid #000;
border-radius: 5px;
padding: 5px;
margin-right: 25px;
margin-bottom: 25px;
flex-direction: row;
align-items: stretch;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.event-details {
display: flex;
flex-direction: column;
width: 100%;
}

.event-content {
display: flex;
flex-direction: column;
justify-content: center;
}

.event-title {
font-size: 22px;

}

.event-title a, .twitter {
text-decoration: none;
}
Binary file added img/jslogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/nodejshex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/nodeschool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
224 changes: 185 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<head>
<meta charset=utf-8>
<title>JavaScript Events List</title>
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css" type="text/css">
</head>
<body>
Expand All @@ -34,45 +35,190 @@ <h2>California</h2>

<h3>San Francisco Bay Area</h3>

<ul>
<li>
Dogpatch JS:
every Tuesday 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>
<a href="https://twitter.com/nodeschooloak">Twitter</a>
</li>

<li>
NodeSchool SF:
<a href="https://nodeschool.io/sf/">Website</a>
<a href="https://twitter.com/nodeschoolsf">Twitter</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>
<div class="events">
<div class="event-item">
<div class="event-details">
<div>
<span class="event-title">
<a href="https://www.meetup.com/BayNode/">BayNode</a>
</span>
</div>
<div>
<a class="twitter" href="https://twitter.com/baynode_">@baynode_</a>
</div>
</div>
<div class="event-content">
<div><img src="img/nodejshex.png" /></div>
<div><img src="img/jslogo.png" /></div>
</div>
</div>
<div class="event-item">
<div class="event-details">
<div>
<span class="event-title">
<a href="http://dogpatchjs.com/">Dogpatch JS</a>
</span>
</div>
<div>
<a class="twitter" href="https://twitter.com/dogpatchjs">@dogpatchjs</a>
</div>
</div>
<div class="event-content">
<div><img src="img/nodejshex.png" /></div>
<div><img src="img/jslogo.png" /></div>
</div>
</div>
<div class="event-item">
<div class="event-details">
<div>
<span class="event-title">
<a href="https://nodeschool.io/oakland/">NodeSchool Oakland</a>
</span>
</div>
<div>
<a class="twitter" href="https://twitter.com/nodeschooloak">@nodeschooloak</a>
</div>
</div>
<div class="event-content">
<div><img src="img/nodeschool.png" /></div>
</div>
</div>
<div class="event-item">
<div class="event-details">
<div>
<span class="event-title">
<a href="https://nodeschool.io/sf/">NodeSchool SF</a>
</span>
</div>
<div>
<a class="twitter" href="https://twitter.com/nodeschoolsf">@nodeschoolsf</a>
</div>
</div>
<div class="event-content">
<div><img src="img/nodeschool.png" /></div>
</div>
</div>
<div class="event-item">
<div class="event-details">
<div>
<span class="event-title">
<a href="https://meetup.com/sfnode">SF Node</a>
</span>
</div>
<div>
<a class="twitter" href="https://twitter.com/sfnode">@sfnode</a>
</div>
</div>
<div class="event-content">
<div><img src="img/nodejshex.png" /></div>
<div><img src="img/jslogo.png" /></div>
</div>
</div>
<div class="event-item">
<div class="event-details">
<div>
<span class="event-title">
<a href="https://sudoroom.org">Sudo Room JS Hack Night</a>
</span>
</div>
</div>
<div class="event-content">
<div><img src="img/nodejshex.png" /></div>
<div><img src="img/jslogo.png" /></div>
</div>
</div>
<div class="event-item">
<div class="event-details">
<div>
<span class="event-title">
<a href="http://oaklandjs.com">Oakland.js</a>
</span>
</div>
<div>
<a class="twitter" href="https://twitter.com/oaklandjs">@oaklandjs</a>
</div>
</div>
<div class="event-content">
<div><img src="img/nodejshex.png" /></div>
<div><img src="img/jslogo.png" /></div>
</div>
</div>
<div class="event-item">
<div class="event-details">
<div>
<span class="event-title">
<a href="https://wafflejs.com">WaffleJS</a>
</span>
</div>
<div>
<a class="twitter" href="https://twitter.com/wafflejs">@wafflejs</a>
</div>
</div>
<div class="event-content">
<div><img src="img/nodejshex.png" /></div>
<div><img src="img/jslogo.png" /></div>
</div>
</div>
</div>

<h3>Los Angeles</h3>

<div class="events">
<div class="event-item">
<div class="event-details">
<div>
<span class="event-title">
<a href="http://js.la/">js.la</a>
</span>
</div>
</div>
<div class="event-content">
<div><img src="img/nodejshex.png" /></div>
<div><img src="img/jslogo.png" /></div>
</div>
</div>
</div>

<h2>Indiana</h2>

<h3>Indianapolis</h3>

<div class="events">
<div class="event-item">
<div class="event-details">
<div>
<span class="event-title">
<a href="https://www.meetup.com/indyjs/">Indy.js</a>
</span>
</div>
<div>
<a class="twitter" href="https://twitter.com/indyjs">@indyjs</a>
</div>
</div>
<div class="event-content">
<div><img src="img/nodejshex.png" /></div>
<div><img src="img/jslogo.png" /></div>
</div>
</div>
<div class="event-item">
<div class="event-details">
<div>
<span class="event-title">
<a href="https://www.meetup.com/Node-indy/">Node.Indy</a>
</span>
</div>
<div>
<a class="twitter" href="https://twitter.com/NodeIndy">@NodeIndy</a>
</div>
</div>
<div class="event-content">
<div><img src="img/nodejshex.png" /></div>
<div><img src="img/jslogo.png" /></div>
</div>
</div>
</div>


<div>

<a href="https://github.com/javascriptevents/javascriptevents.github.io">
Expand Down