forked from StarterSquad/startersquad.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
121 additions
and
50 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ body { | |
|
||
h1, h2, h3, h4 { | ||
line-height: 1.5; | ||
font-weight: 400; | ||
} | ||
|
||
.hover { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.facebook { | ||
margin-bottom: 24px; | ||
border: 1px solid #C5C6C6; | ||
border-radius: 2px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
<div id="fb-root"></div> | ||
|
||
<script>(function(d, s, id) { | ||
var js, fjs = d.getElementsByTagName(s)[0]; | ||
if (d.getElementById(id)) return; | ||
js = d.createElement(s); js.id = id; | ||
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=486035601506024"; | ||
fjs.parentNode.insertBefore(js, fjs); | ||
}(document, 'script', 'facebook-jssdk'));</script> | ||
|
||
<div class="facebook fb-like-box" | ||
data-href="http://www.facebook.com/Startersquad" | ||
data-colorscheme="light" | ||
data-show-faces="true" | ||
data-header="false" | ||
data-stream="false" | ||
data-show-border="false" | ||
></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
<div class="headline"> | ||
<h1>Things we can't keep to ourselves</h1> | ||
<!--<h1>This is how we roll</h1> | ||
<h1>Too good to be true</h1>--> | ||
</div> | ||
<div class="diptych diptych-inset __bordered blog-header"> | ||
<div class="arkush diptych-inner"> | ||
<h1 class="blog-header-left pull-left"> | ||
<a href="/blog">Our blog about technology and creativity</a> | ||
</h1> | ||
<div class="blog-header-right pull-right"> | ||
{% include social.html %} | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
<div class="blog-post"> | ||
<div class="blog-date">{{ post.date | date: '%B %d, %Y' }}</div> | ||
<div class="blog-title"><a class="link_complex" href="{{ post.url }}"><u>{{ post.title }}</u></a></div> | ||
<h2 class="blog-title"> | ||
<a class="link_complex" href="{{ post.url }}">{{ post.title }}</a> | ||
</h2> | ||
<div class="blog-meta"> | ||
<span class="blog-meta-date">{{ post.date | date: '%A, %B %d, %Y' }}</span> | ||
<span class="blog-meta-author">by <span class="__red">{{ post.author }}</span></span> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Find us on web: | ||
<div class="hell-social"> | ||
<a href="//twitter.com/StarterSquad"><span class="asset asset-twitter">Twitter,</span></a> | ||
<a href="//github.com/StarterSquad"><span class="asset asset-github">GitHub,</span></a> | ||
<a href="//coderwall.com/team/startersquad"><span class="asset asset-coderwall">Coderwall</span></a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters