Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DevTips/Artists-Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
travisneilson committed Aug 20, 2014
2 parents ed10afd + dece463 commit 316e1c9
Show file tree
Hide file tree
Showing 36 changed files with 105 additions and 50 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ permalink: pretty
port: 8000

include: ['_includes/work']
exclude: ['the_design.psd']

sass:
sass_dir: assets/css
Expand Down
21 changes: 21 additions & 0 deletions _data/layout.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Layout settings

animation: "bounceOut"

# Images

logo: "logo.svg"
hero: "hero-bg.jpg"
avatar: "travitar.jpg"

# Colors

accent: "#c99065"
accent-light: "#e1c184"
bgcolor: "#e5eaee"

documentBackgroundColor: "#fff"
headlineColor: "#333"
textColor: "#666"
linkColor: "#c99065"
selectionColor: "#ffff9e"
File renamed without changes.
22 changes: 11 additions & 11 deletions assets/css/1-tools/animations/_animations-dir.sass
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@import 'bounceOut/bounceOut'
@import 'fadeIn/fadeIn'
@import 'bottomUp/bottomUp'
@import 'none/none'
@import 'topDown/topDown'
@import 'bottomDoor/bottomDoor'
@import 'topDoor/topDoor'
@import 'leftRight/leftRight'
@import 'rightLeft/rightLeft'
@import 'backgroundIn/backgroundIn'
@import 'textSlide/textSlide'
@import 'bounceOut'
@import 'fadeIn'
@import 'bottomUp'
@import 'none'
@import 'topDown'
@import 'bottomDoor'
@import 'topDoor'
@import 'leftRight'
@import 'rightLeft'
@import 'backgroundIn'
@import 'textSlide'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions assets/css/3-sections/_about.sass
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

.face-img
border-radius: 50%
background-size: cover
background-position: center
background-image: url(/assets/img/#{$avatar-path})
+size(200px)
+order(3)
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions assets/css/3-sections/_work.sass
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
left: 0%
+transition(all, 800ms)

&.slided
+transform(translate3d(-50%, 0, 0))

.thumb-wrap, .work-wrap
width: 50%
float: left
Expand Down
30 changes: 13 additions & 17 deletions assets/css/all.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,31 @@

/////////////////////// --
// // ----
// SETTINGS // ------
// Variables // ------
// // ----
/////////////////////// --
//------------------------------------------------
// Transition the image paths from the settings file to usable SASS variables
$animation: "bounceOut"
$logo-path: 'logo.svg'
$hero-path: 'hero-bg.jpg'
$avatar-path: 'travitar.jpg'
$animation: {{ site.data.layout.animation }}
$logo-path: '{{ site.data.layout.logo }}'
$hero-path: '{{ site.data.layout.hero }}'
$avatar-path: '{{ site.data.layout.avatar }}'

$projects: "proj-1", "proj-2", "proj-3", "proj-4", "proj-5", "proj-6", "proj-7", "proj-8"

//------------------------------------------------
// Set some colors as sass variables
$accent: #c99065
$accent-light: #e1c184
$bgcolor: #e5eaee

$documentBackgroundColor: #fff
$headlineColor: #333
$textColor: #666
$linkColor: $accent
$selectionColor: rgb(255,255,158)



$accent: {{ site.data.layout.accent }}
$accent-light: {{ site.data.layout.accent-light }}
$bgcolor: {{ site.data.layout.bgcolor }}

$documentBackgroundColor: {{ site.data.layout.documentBackgroundColor }}
$headlineColor: {{ site.data.layout.headlineColor }}
$textColor: {{ site.data.layout.textColor }}
$linkColor: {{ site.data.layout.linkColor }}
$selectionColor: {{ site.data.layout.selectionColor }}


/////////////////////////// --
Expand Down
6 changes: 3 additions & 3 deletions assets/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ function workBelt() {
$(".return").remove();

$('.thumb-unit').click(function() {
$('.work-belt').css('left','-100%');
$('.work-belt').addClass("slided");
$('.work-container').show();
});

$('.work-return').click(function() {
$('.work-belt').css('left','0%');
$('.work-belt').removeClass("slided");
$('.work-container').hide(800);
});

Expand All @@ -50,7 +50,7 @@ function workLoad() {
newTitle = $this.find('strong').text(),
newfolder = $this.data('folder'),
spinner = '<div class="loader">Loading...</div>',
newHTML = '/work/'+ newfolder +'.html';
newHTML = '/work/'+ newfolder;
$('.project-load').html(spinner).load(newHTML);
$('.project-title').text(newTitle);
});
Expand Down
8 changes: 0 additions & 8 deletions work/proj-1.html

This file was deleted.

12 changes: 12 additions & 0 deletions work/proj-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Typo International Design Talks Stuff
---

![Typo International](/assets/img/work/proj-1/img1.jpg)

TYPO: International Design Talks is an annual event held in Berlin, London, and San Francisco. This promotional project is developed to market the event for the designindustry. The use of patterns, sophisticated color scheme and typography are applied for the print and mobile application.

![Typo International](/assets/img/work/proj-1/img2.jpg)
![Typo International](/assets/img/work/proj-1/img3.jpg)
![Typo International](/assets/img/work/proj-1/img4.jpg)
![Typo International](/assets/img/work/proj-1/img5.jpg)
1 change: 0 additions & 1 deletion work/proj-2.html

This file was deleted.

5 changes: 5 additions & 0 deletions work/proj-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: City In Website Concept
---

![City In](/assets/img/work/proj-2/CityIn-AntonSkvortsov.jpg)
1 change: 0 additions & 1 deletion work/proj-3.html

This file was deleted.

5 changes: 5 additions & 0 deletions work/proj-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Crispy Icons
---

![Crispy Icons](/assets/img/work/proj-3/CrispyIcons-PetrasNargėla.jpg)
1 change: 0 additions & 1 deletion work/proj-4.html

This file was deleted.

5 changes: 5 additions & 0 deletions work/proj-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Flat Mobile UI/UX Concept
---

![Flat Mobile UI/UX Concept](/assets/img/work/proj-4/flatmobile-AyoubElred.jpg)
1 change: 0 additions & 1 deletion work/proj-5.html

This file was deleted.

5 changes: 5 additions & 0 deletions work/proj-5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Fresh It Up
---

![Fresh It Up](/assets/img/work/proj-5/freshitup-JieyuXiong.jpg)
1 change: 0 additions & 1 deletion work/proj-6.html

This file was deleted.

5 changes: 5 additions & 0 deletions work/proj-6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Timeline Page
---

![Timeline Page](/assets/img/work/proj-6/TimeLinePage-SergeyValiukh.jpg)
5 changes: 0 additions & 5 deletions work/proj-7.html

This file was deleted.

9 changes: 9 additions & 0 deletions work/proj-7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Weather Dashboard
---

![Weather Dashboard](/assets/img/work/proj-7/img0.jpg)
![Weather Dashboard](/assets/img/work/proj-7/img1.jpg)
![Weather Dashboard](/assets/img/work/proj-7/img2.jpg)
![Weather Dashboard](/assets/img/work/proj-7/img3.jpg)
![Weather Dashboard](/assets/img/work/proj-7/img4.jpg)
1 change: 0 additions & 1 deletion work/proj-8.html

This file was deleted.

5 changes: 5 additions & 0 deletions work/proj-8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Stripes & Co"
---

![Stripes & Co](/assets/img/work/proj-8/stripes-co-NickZoutendijk.jpg)

0 comments on commit 316e1c9

Please sign in to comment.