generated from fastn-stack/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlib.ftd
152 lines (130 loc) · 3.09 KB
/
lib.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
-- component bio:
caption title:
string name:
ftd.image-src profile:
string details:
ftd.image-src linkedin:
ftd.image-src twitter:
ftd.image-src github:
ftd.image-src instagram:
ftd.image-src youtube:
string button1:
boolean $is-hover-1: false
string button2:
boolean $is-hover-2: false
string button3:
boolean $is-hover-3: false
string button4:
boolean $is-hover-4: false
optional ftd.responsive-type role:
-- ftd.column:
background.solid: #ffecd2
align-content: center
width: auto
height: auto
border-radius.px: 20
padding.px: 20
margin.px: 20
-- ftd.container:
height.fixed.px: 35
-- ftd.image:
src: $bio.profile
width.fixed.percent: 50
height.fixed.percent: 50
border-radius.px: 100
-- ftd.text: $bio.name
width.fixed.percent: 100
text-align: center
role: $inherited.types.heading-medium
-- ftd.text: $bio.details
width.fixed.percent: 100
text-align: center
role: $inherited.types.copy-regular
padding-bottom.px: 20
-- ftd.row:
spacing.fixed.px: 20
padding-bottom.px: 40
-- ftd.image:
src: $bio.linkedin
link: https://linkedin.com
width.fixed.px: 20
height.fixed.px: 20
-- ftd.image:
src: $bio.twitter
link: https://twitter.com
width.fixed.px: 20
height.fixed.px: 20
-- ftd.image:
src: $bio.github
link: https://github.com
width.fixed.px: 20
height.fixed.px: 20
-- ftd.image:
src: $bio.instagram
link: https://instagram.com
width.fixed.px: 20
height.fixed.px: 20
-- ftd.image:
src: $bio.youtube
link: https://youtube.com
width.fixed.px: 20
height.fixed.px: 20
-- end: ftd.row
-- ftd.text: $bio.button1
role: $bioStyle
text-align: center
width.fixed.percent: 100
margin.px: 20
padding-vertical.px: 10
border-radius.px: 20
color: #b12a5b
background.solid: white
background.solid if { bio.is-hover-1 }: #fcb69f
link: http://www.github.com
$on-mouse-enter$: $ftd.set-bool($a = $bio.is-hover-1, v = true)
$on-mouse-leave$: $ftd.set-bool($a = $bio.is-hover-1, v = false)
-- ftd.text: $bio.button2
role: $bioStyle
text-align: center
width.fixed.percent: 100
margin.px: 20
padding-vertical.px: 10
border-radius.px: 20
color: #b12a5b
background.solid: white
background.solid if { bio.is-hover-2 }: #fcb69f
link: http://www.twitter.com
$on-mouse-enter$: $ftd.set-bool($a = $bio.is-hover-2, v = true)
$on-mouse-leave$: $ftd.set-bool($a = $bio.is-hover-2, v = false)
-- ftd.text: $bio.button3
role: $bioStyle
text-align: center
width.fixed.percent: 100
margin.px: 20
padding-vertical.px: 10
border-radius.px: 20
color: #b12a5b
background.solid: white
background.solid if { bio.is-hover-3 }: #fcb69f
link: http://www.instagram.com
$on-mouse-enter$: $ftd.set-bool($a = $bio.is-hover-3, v = true)
$on-mouse-leave$: $ftd.set-bool($a = $bio.is-hover-3, v = false)
-- ftd.text: $bio.button4
role: $bioStyle
text-align: center
width.fixed.percent: 100
margin.px: 20
padding-vertical.px: 10
border-radius.px: 20
color: #b12a5b
background.solid: white
background.solid if { bio.is-hover-4 }: #fcb69f
link: http://www.linkedin.com
$on-mouse-enter$: $ftd.set-bool($a = $bio.is-hover-4, v = true)
$on-mouse-leave$: $ftd.set-bool($a = $bio.is-hover-4, v = false)
-- end: ftd.column
-- end: bio
-- ftd.type bioStyle:
size.px: 20
font-family: Arial
font-align: center