Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update info for 2017 #1

Merged
merged 1 commit into from
Jan 19, 2017
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
14 changes: 9 additions & 5 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,16 @@ p {
margin-bottom: 8px;
}
.btn-slack { background-color: #e81d62; }
.btn-mailing { background-color: #3e50b4; }
.btn-mailing { background-color: #5f7c8a; }
.btn-orem-meetup { background-color: #fe5621; }
.btn-slc-meetup { background-color: #4bae4f; }
.btn-linkedin { background-color: #2095f2; }
.btn-conf { background-color: #5f7c8a; }
.btn-videos { background-color: #f34235; }
.btn-ogden-meetup { background-color: #2095f2; }
.btn-learners-meetup { background-color: #e81d62; }
.btn-linkedin { background-color: #5f7c8a; }
.btn-twitter { background-color: #fe5621; }
.btn-conf { background-color: #4bae4f; }
.btn-videos { background-color: #2095f2; }

dl.ways-to-participate {
margin: 45px 0 0 0;
}
Expand All @@ -88,4 +92,4 @@ dl.ways-to-participate dd {
.about {
padding-top: 60px;
max-width: 600px;
}
}
25 changes: 21 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>UtahJS</h2>
<div class="hero-subtext hero-venue">Get Involved!</div>
</div>
<div class="hero-buttons">
<a href="https://conf.utahjs.com" class="btn btn-primary">2016 Conference</a>
<a href="https://conf.utahjs.com" class="btn btn-primary">Conference</a>
<a href="https://slack.utahjs.com" class="btn btn-slack">Slack</a>
</div>
</div>
Expand Down Expand Up @@ -75,7 +75,7 @@ <h1>Ways to participate in UtahJS</h1>

<dt><a href="http://www.meetup.com/UtahJS/" class="btn btn-participate btn-orem-meetup">Orem Meetup</a></dt>
<dd>
Join us the first Thursday of every month at Stevens-Henager college in Orem.
Join us the first Thursday of every month at Jane in Lehi.
<a href="http://www.meetup.com/UtahJS/">Schedule on Meetup.com</a>
</dd>

Expand All @@ -85,16 +85,33 @@ <h1>Ways to participate in UtahJS</h1>
<a href="http://www.meetup.com/UtahJS/">Schedule on Meetup.com</a>
</dd>

<dt><a href="http://www.meetup.com/UtahJS/" class="btn btn-participate btn-ogden-meetup">Ogden Meetup</a></dt>
<dd>
Join us the first Thursday of every month at Startup Ogden.
<a href="http://www.meetup.com/UtahJS/">Schedule on Meetup.com</a>
</dd>

<dt><a href="http://www.meetup.com/UtahJS/" class="btn btn-participate btn-learners-meetup">Learners Meetup</a></dt>
<dd>
Presentations immediately proceeding the SLC meetup, as well as monthly study groups.
<a href="http://www.meetup.com/UtahJS/">Schedule on Meetup.com</a>
</dd>

<dt><a href="https://www.linkedin.com/groups/6635311" class="btn btn-participate btn-linkedin">LinkedIn</a></dt>
<dd>
Get to know us, connect with us and network with us on our
<a href="https://www.linkedin.com/groups/6635311">LinkedIn Group</a>.
</dd>

<dt><a href="https://twitter.com/utjs" class="btn btn-participate btn-twitter">Twitter</a></dt>
<dd>
Get updates, join the conversation and follow us on
<a href="https://twitter.com/utjs">Twitter</a>.
</dd>

<dt><a href="https://conf.utahjs.com" class="btn btn-participate btn-conf">Conferences</a></dt>
<dd>
Our 5th annual conference will be held at the O.C. Tanner Event Center on September 16, 2016.
Details at
Our 6th annual conference is coming in 2017. Get the details on last year's conference at
<a href="https://conf.utahjs.com">conf.utahjs.com</a>.
</dd>

Expand Down