Skip to content

Commit

Permalink
WIP setup site layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryevseev committed Mar 23, 2013
1 parent 2dee859 commit 9ca8c7b
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 0 deletions.
Empty file removed _includes/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions _includes/site/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
footer
1 change: 1 addition & 0 deletions _includes/site/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<img src="/assets/images/logo-200x60.png">
8 changes: 8 additions & 0 deletions _layouts/site.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
---
{% include site/header.html %}

{{ content }}

{% include site/footer.html %}
Binary file added assets/images/logo-200x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/stylesheets/scss/application/_variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$ssq_blue: #00cdff;
$ssq_red: #cc655c;
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: site
---
<div class="center">
<div class="center-inner">

<h1>StarterSquad</h1>

<h2>Launching Soon</h2>

<h3>You can always find us here</h3>

<ul class="socials">
<li>
<a class="coderwall" href="//coderwall.com/team/startersquad">StarterSquad at Coderwall</a>
</li>
<li>
<a class="twitter" href="//twitter.com/StarterSquad">StarterSquad at Twitter</a>
</li>
<li>
<a class="github" href="//github.com/StarterSquad">StarterSquad at Github</a>
</li>
</ul>
</div>
</div>

0 comments on commit 9ca8c7b

Please sign in to comment.