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
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

File renamed without changes.
1,312 changes: 1,312 additions & 0 deletions public/_old-files/v2/scss/_settings.scss

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions public/_old-files/v2/scss/app.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/* ==========================================================================
Settings
========================================================================== */
@import "settings";

/* ==========================================================================
Vendor
========================================================================== */
@import "vendor/normalize";
@import "foundation";

/* ==========================================================================
Components
========================================================================== */
@import "vendor/foundation-components";

/* ==========================================================================
Modules
========================================================================== */
@import "modules/articles";
@import "modules/buttons";
@import "modules/categories";
@import "modules/contributors";
@import "modules/header";
@import "modules/hero-section";
@import "modules/meta";
@import "modules/post";
@import "modules/sidebar";
74 changes: 74 additions & 0 deletions public/_old-files/v2/scss/modules/_articles.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
/* ==========================================================================
Articles
========================================================================== */

.articles {
width:70%;
padding: 2% 2% 2% 4%;
max-width: 900px;
float: left;
}

article {
margin-bottom: 30px;
margin-top: 30px;

h1 {
font-weight: 300;
color:#373737;
font-size:3em;
margin: 0 0 .3em 0;
}

h2 {
font-weight: 400;
color:#373737;
font-size:2em;
margin: 0 0 .3em 0;
}

h3 {
font-weight: 300;
color:#373737;
font-size:1.3em;
margin: 0 0 .3em 0;
}

p {
font-weight: 300;
color:#373737;
font-size:1.1em;
line-height: 2;
}

p a {
color:#aaa;
&:hover {
color:#373737;
}
}

.more {
position: relative;
display: block;
border-bottom: 1px solid #dbdbdb;
text-align: center;
}

.more span {
z-index: 500;
font-weight: 300;
padding: 0.3rem 1.3rem;
background:white;
position: relative;
top:0.4rem;
font-size: .8em;
color:#373737;
&:hover span {
border:1px solid #dbdbdb;
}
}
.meta li {
text-shadow: none;
}
}
16 changes: 16 additions & 0 deletions public/_old-files/v2/scss/modules/_buttons.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/* ==========================================================================
BUTTONS
========================================================================== */

.button {
text-align: center;
background: $lioRed;
padding: 10px;
border:none;
}

.button {
&.full {
width: 100%;
}
}
24 changes: 24 additions & 0 deletions public/_old-files/v2/scss/modules/_categories.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/* ==========================================================================
CATEGORIES
========================================================================== */

.categories {

ul, li {
padding: 0;
list-style-type: none;
}

li a {
font-size:.9em;
display: block;
padding: 8px 10px;
color:$lioGrey;
border-bottom: 1px solid #dbdbdb;
&:hover {
color:white;
background: $lioGrey;
}
}

}
8 changes: 8 additions & 0 deletions public/_old-files/v2/scss/modules/_contributors.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* ==========================================================================
CONTRIBUTORS
========================================================================== */

.contributors {


}
39 changes: 39 additions & 0 deletions public/_old-files/v2/scss/modules/_header.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/* ==========================================================================
HEADER
========================================================================== */

header {
background-color: $lioGrey;
// padding: 100px 0;
// border-bottom: 2px solid lighten($lioGrey, 20%);
padding: 0 2em;
position: relative;
}

.top-bar {
padding-right: 30px;
margin-bottom: 0;
.logo {
width: 64px;
}
}

.main-nav {
text-transform: uppercase;
letter-spacing: 0.09em;
a {
height: 87px;
&:hover {
color: $lioRed;
}
}
}

.login {
background-color: transparent !important;
position: relative;
top: -3px;
a {
color: #eee !important;
}
}
50 changes: 50 additions & 0 deletions public/_old-files/v2/scss/modules/_hero-section.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/* ==========================================================================
HERO SECTION
========================================================================== */

.hero-section {
background-color: $lioRed;
border-bottom: 2px solid #fff;
clear: both;
float: left;
width: 100%;
.description {
width: 40%;
float: left;
color: #fff;
padding: 4% 5% 5%;
h1 {
color: #fff;
}
a {
color:#fff;
text-decoration: underline;
&:hover {
color: $lioGrey;
text-shadow:none;
}
}
}
.posts {
float: left;
color: #fff;
width: 60%;
padding: 4% 5% 2% 5%;
a {
color:#fff;
text-decoration: underline;
&:hover {
color: $lioGrey;
text-shadow:none;
}
}
}
}

.hero-section .dark {
background-color: darken($lioRed, 3%);
}

.hero-section .darker {
background-color: darken($lioRed, 6%);
}
25 changes: 25 additions & 0 deletions public/_old-files/v2/scss/modules/_meta.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/* ==========================================================================
META
========================================================================== */

.meta {
margin:0;

.meta i {
padding: 0 3px 0 0;
}

li {
font-size:13px;
display: inline;
padding: 0 10px 0 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

li a {
color:white;
&:hover {
color:$lioGrey;
}
}
}
29 changes: 29 additions & 0 deletions public/_old-files/v2/scss/modules/_post.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/* ==========================================================================
POST
========================================================================== */

.post {
padding: 0 0 13px 0;
margin: 0 0 13px 0;
border-bottom: 1px solid rgba(255, 255, 255, .2);
h3 {
font-size:20px;
font-weight: 500;
color:white;
margin: 0;
padding: 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

h3 a {
color:white;
&:hover {
color: $lioGrey;
text-shadow:none;
}
}

&:last-child {
border:none;
}
}
10 changes: 10 additions & 0 deletions public/_old-files/v2/scss/modules/_sidebar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* ==========================================================================
TAGS
========================================================================== */

.sidebar {
width:25%;
padding: 2%;
float: left;
border-right: 1px solid #dbdbdb;
}
Empty file.
2 changes: 1 addition & 1 deletion public/config.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'zurb-foundation'
# require 'zurb-foundation'
# Require any additional compass plugins here.


Expand Down
Loading