Skip to content

Commit

Permalink
Updating styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pcuci committed Aug 18, 2016
1 parent 5ca35a6 commit 4602087
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 41 deletions.
11 changes: 5 additions & 6 deletions _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ <h1>NodeSchool Montréal</h1>
</div>
<p class="about"><strong>NodeSchool</strong> is a selection of open source workshops that teach web software skills. You can do them on your own or in the company of peers and mentors, right here in <strong>Montréal</strong>.</p>
<p>
<a href="https://gitter.im/nodeschool/montreal">Chat on Gitter</a>
</p>
<p>
<a href="https://gitter.im/nodeschool/montreal"><img src="https://camo.githubusercontent.com/fed5b5512498193ce4bba599fd94cd12b9f56491/68747470733a2f2f696d672e736869656c64732e696f2f6769747465722f726f6f6d2f6e776a732f6e772e6a732e737667"/></a>

<a href="https://twitter.com/NodeSchoolMTL" class="twitter-follow-button" data-show-count="false">Follow @NodeSchoolMTL</a>
</p>
<div class="event">
Expand Down Expand Up @@ -122,13 +121,13 @@ <h3>"How do I run a workshopper?"</h3>
<h2 id="photos">Photos</h2>
<div class="list-photos cf">
{% for i in (30..30) %}
{% cycle '<div class="row">', '', '', '', '' %}
<div class="row">
<a href="i/photos/{{i}}.jpg" target="_blank" class="image-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 300" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
<polygon class="hex" points="250,75 250,225 125,300 0,225 0,75 125,0" fill="url('#photo-{{i}}')"></polygon>
</svg>
</a>
{% cycle '', '', '', '', '</div>' %}
</div>
{% endfor %}
</div>
<p>We promise a safe, harrassment-free learning environment. Please report any concerns immediately to organizers. We follow the <a href="http://confcodeofconduct.com/">conference code of conduct</a>.</p>
Expand Down Expand Up @@ -187,7 +186,7 @@ <h2 id="attendees">Attendees</h2>
<h2 id="sponsors">Sponsors</h2>
<div class="list-sponsors cf">
<p>The best way to sponsor NodeSchool Montréal is to become a mentor and share your knowledge and expertise.</p>
<p>To double down your support, we welcome small cash contributions, regular meeting space, and technical speakers. You get no special mentions or extra speak-time during workshops: contact <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>To double down your support, we welcome small cash contributions, regular meeting space, and technical speakers. You receive no special mentions or extra speak-time during workshops. Contact <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</div>
</div>
Expand Down
5 changes: 0 additions & 5 deletions _sass/base.sass
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@

// --------------------------------
// Base
// --------------------------------
*, *:before, *:after
box-sizing: inherit

Expand Down
4 changes: 0 additions & 4 deletions _sass/events.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// --------------------------------
// Event Badge
// --------------------------------
.event
margin: 0
background: $secondary
Expand Down
4 changes: 0 additions & 4 deletions _sass/gallery.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// --------------------------------
// Photo Gallery
// --------------------------------
.gallery
position: relative
width: 100%
Expand Down
4 changes: 0 additions & 4 deletions _sass/mailinglist.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// --------------------------------
// Event Badge
// --------------------------------
.mailinglist
@extend .cf
margin: 40px 0 0 -40px
Expand Down
4 changes: 0 additions & 4 deletions _sass/mentors.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// --------------------------------
// Mentors / Gallery / Attendees
// --------------------------------
.svgs
height: 0
width: 0
Expand Down
4 changes: 0 additions & 4 deletions _sass/navigation.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// --------------------------------
// Navigation
// --------------------------------
.nav
height: 100%
position: fixed
Expand Down
2 changes: 0 additions & 2 deletions _sass/tito-overrides.sass
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// These changes override the Tito Widget SASS files
.tito-ticket-list

p
padding: 5px 30px

.tito-ticket-status
padding: 20px 5px
display: inline-block
4 changes: 0 additions & 4 deletions _sass/tito.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// --------------------------------
// Tito Ticket Listing
// --------------------------------
.tito-ticket-list
border-top: 1px solid rgba($tertiary, 0.35)
margin: 0
Expand Down
4 changes: 0 additions & 4 deletions _sass/variables.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// --------------------------------
// Variables
// --------------------------------
$base : #333333 // gray
$accent : #C0493D // red
$highlight : #e5e1cf // beige
Expand Down

0 comments on commit 4602087

Please sign in to comment.