Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/_index.md')
-rw-r--r--exampleSite/content/_index.md71
1 files changed, 41 insertions, 30 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 50975d0..0eca85e 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -3,6 +3,7 @@ title: Home page
date: 2017-11-01T18:28:28+02:00
draft: false
description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolor cumque magnam aliquid, explicabo amet quasi eveniet reprehenderit dolorum exercitationem maiores provident ex error, tenetur.
+
header:
description: Hello, my name is Yates. I live and work in London. I'm keen on <span class="blue-text">design and photography</span>.
image:
@@ -20,54 +21,64 @@ projects:
type: wed design
link: https://unsplash.com/photos/hpjSkU2UYSU
image:
- url: img/strato_1130x590.jpg
- alt_text: The Strato web design theme
- responsive_sources:
- "848": img/strato_848x443.jpg
- "565": img/strato_565x420.jpg
- "360": img/strato_360x318.jpg
+ url: works/strato.jpg
+ alt: The Strato web design theme
+ media: "(max-width: 46.25em)"
+ params:
+ - options: 1130x590
+ - options: 848x443
+ - options: 565x420
+ - options: 360x318 Left
- title: Analytik
type: UI/UX
link: https://unsplash.com/photos/yeB9jDmHm6M
class: short-col
image:
- url: img/analytik_364x590.jpg
- alt_text: The Analytic web design theme
- responsive_sources:
- "848": img/analytik_848x443.jpg
- "565": img/analytik_565x420.jpg
- "360": img/analytik_360x318.jpg
+ url: works/analytik.jpg
+ alt: The Analytic web design theme
+ media: "(max-width: 46.25em)"
+ params:
+ - options: 364x590 Top
+ - options: 848x443 Top
+ - options: 565x420
+ - options: 360x318
- title: Friends
type: Product Development
link: https://unsplash.com/photos/ir5lIkVFqC4
class: wide-col
image:
- url: img/friends_746x590.jpg
- alt_text: The Friends theme
- responsive_sources:
- "848": img/friends_848x443.jpg
- "565": img/friends_565x420.jpg
- "360": img/friends_360x318.jpg
+ url: works/friends.jpg
+ alt: The Friends theme
+ media: "(max-width: 46.25em)"
+ params:
+ - options: 746x590 Left
+ - options: 848x443 Top
+ - options: 565x420 Left
+ - options: 360x318 Center
- title: Food
type: web design
link: https://unsplash.com/photos/JVSgcV8_vb4
class: wide-col
image:
- url: img/food_746x590.jpg
- alt_text: The Food website for recipes
- responsive_sources:
- "848": img/food_848x443.jpg
- "565": img/food_565x420.jpg
- "360": img/food_360x318.jpg
+ url: works/food.jpg
+ alt: The Food website for recipes
+ media: "(max-width: 46.25em)"
+ params:
+ - options: 746x590 Center
+ - options: 848x443 Center
+ - options: 565x420 Center
+ - options: 360x318 Center
- title: StatApp
type: UI/UX
link: https://unsplash.com/photos/nJX74kn1yn4
class: short-col
image:
- url: img/statapp_364x590.jpg
- alt_text: The application for statistic
- responsive_sources:
- "848": img/statapp_848x443.jpg
- "565": img/statapp_565x420.jpg
- "360": img/statapp_360x318.jpg
+ url: works/statapp.jpg
+ alt: The application for statistic
+ media: "(max-width: 46.25em)"
+ params:
+ - options: 364x590 Left
+ - options: 848x443
+ - options: 565x420 Center
+ - options: 360x318 Center
--- \ No newline at end of file