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

_index.md « content « exampleSite - github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0eca85e3fd9b4d1ddc19ee301642c52dcf642175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
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:
    url: img/home_img.png
    alt_text: The top of mountain image
    responsive_sources:
      "848": img/home_848x443.png
      "565": img/home_565x420.png
      "360": img/home_360x318.png
text_groups:
  - name: Intro
    description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia esse aut, blanditiis ullam. Similique quo iusto ipsa, excepturi autem voluptate consectetur sit quae praesentium <span class="default-text bold-text">aliquam molestiae</span> minima ex perferendis aut unde tempora amet esse inventore quaerat molestias eum distinctio eligendi ducimus. Commodi voluptatem ab debitis inventore, laborum at maiores reiciendis dolor deleniti ipsam distinctio voluptas eos autem quidem a quia laboriosam similique soluta rem? Eum.
projects:
  - title: Strato
    type: wed design
    link: https://unsplash.com/photos/hpjSkU2UYSU
    image:
      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: 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: 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: 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: 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
---