Re-organised assets and updated gulpfile
This commit is contained in:
parent
1ed53d7357
commit
e3854c99be
123 changed files with 788 additions and 140 deletions
11
assets/sass/pages/_blog-list.sass
Normal file
11
assets/sass/pages/_blog-list.sass
Normal file
|
@ -0,0 +1,11 @@
|
|||
.page--blog__list
|
||||
ul.posts
|
||||
list-style: none
|
||||
margin-bottom: 2em
|
||||
padding-left: 0
|
||||
|
||||
.post
|
||||
@include clearfix
|
||||
border-bottom: 1px solid #CCC
|
||||
margin-bottom: 1em
|
||||
padding-bottom: 2em
|
6
assets/sass/pages/_blog-post.sass
Normal file
6
assets/sass/pages/_blog-post.sass
Normal file
|
@ -0,0 +1,6 @@
|
|||
.about-author
|
||||
@include clearfix
|
||||
|
||||
img
|
||||
float: left
|
||||
margin: 0 1em 1em 0
|
11
assets/sass/pages/_experience.sass
Normal file
11
assets/sass/pages/_experience.sass
Normal file
|
@ -0,0 +1,11 @@
|
|||
.experience
|
||||
@include clearfix
|
||||
|
||||
.experience__logo
|
||||
@extend .pull-right
|
||||
margin: 0 0 10px 10px
|
||||
max-width: 150px
|
||||
|
||||
.experience__role
|
||||
font-style: italic
|
||||
margin-bottom: 10px
|
21
assets/sass/pages/_portfolio.sass
Normal file
21
assets/sass/pages/_portfolio.sass
Normal file
|
@ -0,0 +1,21 @@
|
|||
.project--skills
|
||||
ul
|
||||
list-style: none
|
||||
margin-left: 0
|
||||
padding-left: 0
|
||||
|
||||
li
|
||||
display: inline-block
|
||||
margin-right: 5px
|
||||
|
||||
img
|
||||
max-height: 30px
|
||||
|
||||
.project--company__has-logo
|
||||
a:link,
|
||||
a:hover
|
||||
border-bottom: 0
|
||||
display: block
|
||||
|
||||
img
|
||||
max-height: 50px
|
Loading…
Add table
Add a link
Reference in a new issue