Basic Info

-- resume-1 can be used as resume on your fastn web projects.
Package Name:
priyanka9634.github.io/resume-1

Overview

How to use

Add resume dependency into your FASTN.ftd
-- fastn.dependency: fifthtry.github.io/resume
-- fastn.dependency: priyanka9634.github.io/resume-1
Lang:
ftd
Import resume into your .ftd file
-- import: priyanka9634.github.io/resume-1
-- import: fifthtry.github.io/resume as cv
Lang:
ftd
Write below code to your .ftd file
-- cv.resume john-doe:
Lang:
ftd

Resume Basic Info:

Modify below basic info with your info:
-- john-doe.basic: John Doe
label: Web Developer
email: john@gmail.com
phone: (912) 555-4321
url: https://johndoe.com
maritalStatus: Single
dateOfBirth: 03rd Jan 1986
summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
image: $assets.files.profile-picture.jpg
Lang:
ftd

Properties:

Below are details of all properties of this component.
title
{
type:
caption (optional)
}
It’s used to show title for the basic info sections.
label
{
type:
string (optional)
}
It’s used to show label for the basic info.
email
{
type:
string (optional)
}
It’s used to show email for the basic info sections.
phone
{
type:
string (optional)
}
It’s used to show phone for the basic info sections.
url
{
type:
link (optional)
}
It’s used to show url for the basic info sections.
summary
{
type:
string (optional)
}
It’s used to show summary for the basic info sections.
image
{
type:
ftd.image-src (optional)
}
It’s used to show image for the basic info sections.
Copyright © 2023 - FifthTry