This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
generated from FifthTry/fpm-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlib2.ftd
250 lines (206 loc) · 3.53 KB
/
lib2.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
-- boolean mobile: true
-- ftd.column page:
width: fill
open: content
--- header:
logo: https://i.imgur.com/aijdJIB.png
nav1anchor: Home
nav1link: #
nav2anchor: Docs
nav2link: #
nav3anchor: Resources
nav3link: #
nav4anchor: Showcase
nav4link: #
nav5anchor: News
nav5link: #
github-image: https://i.imgur.com/HPx4FkW.png
github-link: #
menu-icon: https://i.imgur.com/sbTot16.png
--- ftd.column:
id: content
--- container: ftd.main
--- footer:
col1text: FPM is lovingly maintained by the core team of volunteers
col3text: Proudly hosted by
col3image: https://i.imgur.com/MpRa7Hs.png
col2text: The contents of this website are © 2021 under the terms of the BSE License
col4text: FPM is funded, thanks to its sponsors!
-- ftd.row header:
string logo:
string nav1anchor:
string nav1link:
string nav2anchor:
string nav2link:
string nav3anchor:
string nav3link:
string nav4anchor:
string nav4link:
string nav5anchor:
string nav5link:
string github-image:
string github-link:
string menu-icon:
width: fill
padding: 20
background-color: \#151E4F
--- ftd.image:
src: $logo
link: #
width: 180
margin-left: 120
--- ftd.column:
align: right
width: 650
--- ftd.image:
if: $mobile
src: $menu-icon
width: 40
align: right
margin-right: 16
--- ftd.row:
if: not $mobile
spacing: 40
--- ftd.text: $nav1anchor
link: $nav1link
color: white
size: 20
style: bold
align: center
--- ftd.text: $nav2anchor
link: $nav2link
color: white
size: 20
style: bold
align: center
--- ftd.text: $nav3anchor
link: $nav3link
color: white
size: 20
style: bold
align: center
--- ftd.text: $nav4anchor
link: $nav4link
color: white
size: 20
style: bold
align: center
--- ftd.text: $nav5anchor
link: $nav5link
color: white
size: 20
style: bold
align: center
--- ftd.image:
src: $github-image
link: $github-link
width: 50
align: center
-- ftd.row hero:
string title:
string intro:
string image:
string button:
string button-link:
width: fill
background-color: \#F6F7FB
padding-vertical: 80
padding-horizontal: 120
--- ftd.column:e
align: left
--- ftd.text: $title
style: bold
size: 70
margin-bottom: 20
color: \#151E4F
--- ftd.text: $intro
size: 36
margin-bottom: 40
--- ftd.text: $button
link: $button-link
padding-horizontal: 25
padding-vertical: 20
background-color: \#4540D9
color: white
size: 42
font: bold
border-radius: 10
--- container: ftd.main
--- ftd.column:
align: right
--- ftd.image:
src: $image
--- container: ftd.main
-- ftd.column features:
open: inner-row
caption title:
width: fill
align: center
background-color: \#F6F7FB
padding-vertical: 90
--- ftd.text: $title
style: bold
align: center
size: 64
--- ftd.row:
id: inner-row
width: fill
padding: 10
spacing: space-around
align: center
padding-top: 50
-- ftd.column feature-item:
string image:
caption title:
body intro:
width: percent 30
padding: 30
background-color: white
--- ftd.image:
src: $image
width: 55
margin-bottom: 50
--- ftd.text: $title
size: 32
style: bold
--- ftd.text:
$intro
-- ftd.row footer:
string col1text:
string col2text:
string col3image:
string col3text:
string col4text:
width: fill
padding-vertical: 90
padding-horizontal: 120
background-color: \#151E4F
--- ftd.column:
align: left
--- ftd.text: $col1text
color: white
size: 30
width: 500
margin-bottom: 40
--- ftd.text: $col2text
color: white
size: 30
--- container: ftd.main
--- ftd.column:
align: right
id: column2
--- ftd.row:
spacing: 10
--- ftd.text: $col3text
color: white
align: center
size: 30
--- ftd.image:
src: $col3image
width: 240
align: center
--- container: column2
--- ftd.text: $col4text
color: white
size: 30
margin-top: 40