generated from fastn-stack/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ftd
274 lines (141 loc) · 3.79 KB
/
index.ftd
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
-- ds.page:
-- header:
-- hero:
-- logos:
-- all-skills:
-- all-work:My latest Work
-- end: ds.page
-- component header:
-- ds.section-row:
inset: $ds.spaces.inset-wide.large
outer-background.solid: $ds.colors.background.step-2
spacing: $ds.spaces.horizontal-gap.space-between
flush: full
margin: $ds.spaces.vertical-gap.extra-large
-- ftd.image:
src: assets/Logo.png
-- ds.row:
width: hug-content
-- ds.header-link: About
link: /
-- ds.header-link: Work
link: /
-- ds.header-link: Contact
link: /
-- end: ds.row
-- end: ds.section-row
-- end: header
-- component hero:
-- ds.section-row:
spacing: $ds.spaces.horizontal-gap.extra-large
inset: $ds.spaces.inset-tall.zero-medium
-- ds.column:
spacing: $ds.spaces.vertical-gap.large
-- ds.heading-small: UI/UX | Product design
-- ds.heading-hero: My awesome portfolio
-- ds.heading-tiny: And I made it myself! Yes using fifthtry design system
-- end: ds.column
-- ftd.image:
src: assets/hero-img.png
-- end: ds.section-row
-- end: hero
-- component logos:
-- ds.section-row:
flush: full
;;border-top: $ds.borders.thin
;;border-bottom: $ds.borders.thin
-- ftd.image:
src: $assets.files.assets.logos.dribbble.png
-- ftd.image:
src: $assets.files.assets.logos.Behance.png
-- ftd.image:
src: $assets.files.assets.logos.Apple.png
-- ftd.image:
src: $assets.files.assets.logos.Google.png
-- ftd.image:
src: $assets.files.assets.logos.awwwards.png
-- end: ds.section-row
-- end: logos
-- component skills:
caption title:
body body:
ftd.image-src image:
-- ds.column:
width.fixed.px: 240
inset: $ds.spaces.inset-square.small
-- ftd.image:
src: $skills.image
-- ds.heading-small: $skills.title
align: center
-- ds.copy-small:
align: center
$skills.body
-- end: ds.column
-- end: skills
-- component all-skills:
-- ds.inline-row:
width: fill-container
spacing: $ds.spaces.horizontal-gap.large
;;margin: $ds.spaces.vertical-gap.exta-large
-- skills: Product Design
image: $assets.files.assets.skills.product-design.png
This is a template Figma file, turned into code using Anima. Learn more at AnimaApp.com
-- skills: Art direction
image: $assets.files.assets.skills.product-design.png
This is a template Figma file, turned into code using Anima. Learn more at AnimaApp.com
-- skills: Visual design
image: $assets.files.assets.skills.product-design.png
This is a template Figma file, turned into code using Anima. Learn more at AnimaApp.com
-- end: ds.inline-row
-- end: all-skills
-- component work:
caption title:
body body:
ftd.image-src image:
-- ds.column:
align-content: left
width.fixed.px: 240
inset: $ds.spaces.inset-square.small
spacing: $ds.spaces.vertical-gap.small
-- ftd.image:
src: $work.image
width: fill-container
-- ds.heading-tiny: $work.title
align: left
-- ds.copy-small:
align: left
$work.body
-- end: ds.column
-- end: work
-- component all-work:
caption title:
-- ds.column:
spacing: $ds.spaces.vertical-gap.medium
-- ds.heading-large: $all-work.title
align: center
-- ds.inline-row:
width: fill-container
spacing: $ds.spaces.horizontal-gap.large
;;margin: $ds.spaces.vertical-gap.exta-large
;;wrap: true
-- work: Free Bird
image: $assets.files.assets.work.img1.png
Lynyrd Skynyrd
-- work: Purple Haze
image: $assets.files.assets.work.img2.png
Jimi Hendrix
-- work: You Really Got Me
image: $assets.files.assets.work.img3.png
The Kinks
-- work: American Girl
image: $assets.files.assets.work.img4.png
Tom Petty
-- work: Whole Lotta Love
image: $assets.files.assets.work.img5.png
Led Zeppelin
-- work: Under Pressure
image: $assets.files.assets.work.img6.png
Queen
-- end: ds.inline-row
-- end: ds.column
-- end: all-work