-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ftd
405 lines (282 loc) · 9.13 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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
-- import: fifthtry.github.io/package-doc/doc as pd
-- import: fifthtry.github.io/package-doc/code-block as cb
-- ftd.column:
width: fill-container
align-content: center
spacing.fixed.px: 20
padding-horizontal.px: 20
padding-vertical.px: 20
background.solid: $inherited.colors.background.base
-- pd.package: FTD Resume template
name: fifthtry.github.io/resume
Present your experience and talent using our FTD resume templates. It includes a
space for your photo. Customize the font and verbiage of these accessible FTD
resume templates to make an unforgettable statement.
Below are our few resume themes which are ready to use on your FTD web projects.
-- ft.h2: Featured Resume Themes:
-- template-list:
templates: $templates
-- ft.h2: How to use?
Liking it? our FTD resume templates are easy and effective way to publish your
FTD resume online.
Use these simple steps to publish your FTD resume online.
- If you are publishing your project from [GitHub, then follow this documentation](https://fpm.dev/author/create-on-github/)
or
- If you have your own domain and want to convert it to FTD project, then [follow this documentation](https://fpm.dev/how-to/domain-setup/) to setup your domain
- Once you are done with above step then add below lines into `FPM.ftd` file:
-- cb.code:
lang: ftd
\-- fpm.dependency: fifthtry.github.io/resume
\-- fpm.dependency: fifthtry.github.io/caffeine-resume
-- ft.markdown:
Once you add above lines it will add `resume` template and `caffeine-resume`
theme dependencies to your FTD project.
Now, [go to this link](https://github.com/FifthTry/texty-ps/blob/main/resume.ftd)
and copy its content and create `johndoe.ftd`(yourname.ftd) file into your
project `<root>` folder by pasting content from `resume.ftd` in it.
Change default data with your resume data. For e.g. like below sample:
-- cb.code:
lang: ftd
\-- import: fifthtry.github.io/caffeine-resume as caffeine
\-- import: fifthtry.github.io/yourprojectname/assets <-- change your project name
\-- import: fifthtry.github.io/resume as r
\-- john-doe.basic: Noah Smith
label: Product Engineer
email: noahs@gmail.com
phone: (912) 1278-3459
url: https://yourdomain.com
maritalStatus: Married
dateOfBirth: 03rd Jan 2002
summary: Customer service representative with 5+ years of experience in telephone customer service, tech support, and customer care. Familiar with Intercom, Drift, and several other customer service software solutions. Very organized and meticulous with organizing customer interaction logs. Handled up to 100 calls daily, with duties including helping customers sign up and retrieving customer data.
image: $assets.files.noah-smith.jpg
And add below:
\-- ds.page:
\-- caffeine.show-resume:
resume: $john-doe
-- ft.markdown:
- In above example `image` is a `john-doe.basic` component attribute which adds your
profile picture.
- Add your profile picture image file into your project `<root>` folder and use
this file as shown in above sample `image: $assets.files.noah-smith.jpg`. Here `$assets.files.` refers `<root>` folder path and locates `noah-smith.jpg` file from there.
- It will add your profile picture as seen in [this resume](https://fifthtry.github.io/texty-ps/resume/).
- Like shown in above sample code example, update all default resume components
data, with your resume data.
- Push your changes to your GitHub repository, FPM build will start and it will be
deployed on your live site.
- How to access your file? Well, follow [this documentation](https://fpm.dev/sitemap/)
to add your resume link into `-- fpm.sitemap:` inside `FPM.ftd` file.
- For e.g. you have added your resume link into sitemap [like this](https://github.com/FifthTry/texty-ps/blob/main/FPM.ftd) `# Resume: /resume/` then you can access it via using
`yourdomain.com/resume/` link [like this](https://fifthtry.github.io/texty-ps/resume/).
Well! you are done now, its time to see it in action. Excited? we are also
excited to see how your resume looks like.
Share your experience with us by joining our [discord](https://discord.gg/gRfDbRpB52)
-- end: ftd.column
-- record template:
caption title:
string template-url:
ftd.image-src screenshot:
-- template list templates:
-- template: Caffeine
template-url: http://fifthtry.github.io/caffeine-resume/
screenshot: $assets.files.caffeine-sample.png
-- end: templates
-- component template-list:
template list templates:
-- ftd.row:
width: fill-container
spacing.fixed.px: 24
-- theme:
templates: $template-list.templates
-- end: ftd.row
-- end: template-list
-- component theme:
template list templates:
-- ftd.column:
-- ftd.column:
if: { ftd.device != "mobile"}
-- theme-loop-desktop: $obj.title
template-url: $obj.template-url
screenshot: $obj.screenshot
$loop$: $theme.templates as $obj
-- end: ftd.column
-- ftd.column:
if: { ftd.device == "mobile"}
-- theme-loop-mobile: $obj.title
template-url: $obj.template-url
screenshot: $obj.screenshot
$loop$: $theme.templates as $obj
-- end: ftd.column
-- end: ftd.column
-- end: theme
-- component theme-loop-desktop:
caption title:
string template-url:
ftd.image-src screenshot:
-- ftd.column:
margin-bottom.px: 48
spacing.fixed.px: 12
padding-horizontal.px: 12
padding-vertical.px: 12
border-width.px: 1
border-color: $inherited.colors.border-strong
border-radius.px: 4
-- ftd.image:
src: $theme-loop-desktop.screenshot
link: $theme-loop-desktop.template-url
open-in-new-tab: true
width: fill-container
-- ftd.text: $theme-loop-desktop.title
role: $inherited.types.heading-small
color: $inherited.colors.text
link: $theme-loop-desktop.template-url
open-in-new-tab: true
text-align: center
-- end: ftd.column
-- end: theme-loop-desktop
-- component theme-loop-mobile:
caption title:
string template-url:
ftd.image-src screenshot:
-- ftd.column:
margin-bottom.px: 48
spacing.fixed.px: 12
padding-horizontal.px: 12
padding-vertical.px: 12
border-width.px: 1
border-color: $inherited.colors.border-strong
border-radius.px: 4
-- ftd.image:
src: $theme-loop-mobile.screenshot
link: $theme-loop-mobile.template-url
open-in-new-tab: true
width: fill-container
-- ftd.text: $theme-loop-mobile.title
role: $inherited.types.heading-small
color: $inherited.colors.text
link: $theme-loop-mobile.template-url
open-in-new-tab: true
text-align: center
-- ftd.text: Preview Theme
role: $inherited.types.copy-small
color: $inherited.colors.border
anchor: parent
bottom.px: 80
left.px: 45
border-width.px: 1
border-color: $inherited.colors.border
text-align: center
padding.px: 8
link: $theme-loop-mobile.template-url
border-radius.px: 4
open-in-new-tab: true
background.solid: $inherited.colors.text
-- end: ftd.column
-- end: theme-loop-mobile
-- record basic:
caption name:
optional string label:
optional ftd.image-src image:
optional string email:
optional string phone:
optional string url:
optional string maritalStatus:
optional string dateOfBirth:
optional string summary:
-- record location:
optional caption address:
optional string postalCode:
optional string city:
optional string countryCode:
optional string region:
-- record profile:
optional caption network:
optional string username:
optional string url:
-- record work:
optional caption name:
optional string position:
optional string url:
optional string startDate:
optional string endDate:
optional string summary:
optional string location:
optional string highlights:
-- record volunteer:
optional caption organization:
optional string position:
optional string url:
optional string startDate:
optional string endDate:
optional string summary:
optional string highlights:
-- record education:
optional caption institution:
optional string url:
optional string area:
optional string studyType:
optional string startDate:
optional string endDate:
optional string score:
optional string courses:
-- record award:
optional caption title:
optional string date:
optional string awarder:
optional string summary:
-- record certificate:
optional caption name:
optional string date:
optional string issuer:
optional string url:
-- record publication:
optional caption name:
optional string publisher:
optional string releaseDate:
optional string url:
optional string summary:
-- record keyword:
optional string level:
optional caption name:
-- record skill:
optional caption name:
keyword list keywords:
-- record language:
optional caption language:
optional string fluency:
-- record interest:
optional caption name:
optional string keyword:
-- record reference:
optional caption name:
optional string reference:
optional string phone-no:
optional string email-id:
optional string position:
optional string company:
-- record project:
optional caption name:
optional string description:
optional string highlights:
optional string keyword:
optional string startDate:
optional string endDate:
optional string url:
optional string role:
optional string entity:
optional string type:
optional ftd.image-src image:
-- record resume:
optional basic basic:
optional location location:
profile list profile:
work list work:
volunteer list volunteer:
education list education:
award list award:
certificate list certificate:
publication list publication:
skill list skill:
language list language:
interest list interest:
reference list reference:
project list project: