forked from Trizwit/fas10UI
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.ftd
More file actions
116 lines (81 loc) · 2.47 KB
/
index.ftd
File metadata and controls
116 lines (81 loc) · 2.47 KB
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
-- import: fastnui.trizwit.com/assets
-- import: fastnui.trizwit.com/lib
-- import: fastn-community.github.io/code-block as cb
-- lib.page:
-- lib.container-wrapper:
if: { !lib.code-open }
-- lib.blog-1: OPEN FASTN Campaign
pic: $assets.files.images.openfastn.png
head: Open Source Contribution
cta-text: Learn more
cta-link: https://trizwit.github.io/OpenFASTN/
Open FASTN is a two week long open source contribution by FASTN Community and Trizwit Labs
-- lib.blog-1: Coming Soon
pic: $assets.files.images.coming-soon.png
head: Category
cta-text: Learn more
Some exciting Hackathons, Workshops, Open Source Contributions, Competitions are coming soon
-- lib.blog-1: Coming Soon
pic: $assets.files.images.coming-soon.png
head: Category
cta-text: Learn more
Some exciting Hackathons, Workshops, Open Source Contributions, Competitions are coming soon
-- end: lib.container-wrapper
-- lib.container-wrapper:
if: { lib.code-open }
-- cb.code:
lang: ftd
\-- lib.container-wrapper:
\-- lib.blog-1: Raclette Blueberry Nextious Level
pic: $assets.files.images.720x400.png
head: Category
cta-text: Learn more
Photo booth fam kinfolk cold-pressed sriracha leggings jianbing microdosing tousled
waistcoat.
\-- lib.blog-1: Keyvalue Interview and Test on May 22 2023
pic: $assets.files.images.720x400.png
head: Category
cta-text: Learn more
Photo booth fam kinfolk cold-pressed sriracha leggings jianbing microdosing tousled
waistcoat.
\-- lib.blog-1: Raclette Blueberry Nextious Level
pic: $assets.files.images.720x400.png
head: Category
cta-text: Learn more
Photo booth fam kinfolk cold-pressed sriracha leggings jianbing microdosing tousled
waistcoat.
\-- end: lib.container-wrapper
\-- component blog-1:
caption title:
string head:
ftd.image-src pic:
string cta-text:
body body:
\-- ftd.column:
background.solid: $inherited.colors.background.step-1
max-width.fixed.percent: 25
\-- ftd.image:
src: $blog-1.pic
width: fill-container
\-- ftd.column:
padding.px: 24
\-- ftd.text: $blog-1.head
role: $inherited.types.label-small
color: $inherited.colors.text
margin-bottom.px: 4
\-- ftd.text: $blog-1.title
role: $inherited.types.copy-regular
color: $inherited.colors.text
margin-bottom.px: 12
\-- ftd.text: $blog-1.body
role: $inherited.types.label-large
color: $inherited.colors.text
\-- ftd.text: $blog-1.cta-text
role: $inherited.types.copy-regular
color: $inherited.colors.text
\-- end: ftd.column
\-- end: ftd.column
\-- end: blog-1
-- end: cb.code
-- end: lib.container-wrapper
-- end: lib.page