Location Info

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

Overview

How to use

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

Resume Location Info:

Modify below basic info with your info:
-- john-doe.location: 2712 Broadway
postalCode: CA 94115
city: Francisco
countryCode: US
region: California
Lang:
ftd

Properties:

Below are details of all properties of this component.
title
{
type:
caption (required)
}
It’s used to show title for the location sections.
postalCode
{
type:
string (required)
}
It’s used to show postalCode for the location.
city
{
type:
string (required)
}
It’s used to show city for the location.
countryCode
{
type:
string (required)
}
It’s used to show countryCode for the location.
region
{
type:
string (required)
}
It’s used to show region for the location.
Copyright © 2023 - FifthTry