Education 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 Education Info:

Modify below education details info with your info:
-- john-doe.education: University of Oklahoma
url: /
area: Management Information Technology
studyType: Masters
startDate: Aug-2007
endDate: Jan-2009
score: 9.0
courses: Business, Cybersecurity

-- john-doe.education: University of Oklahoma
url: /
area: Information Technology
studyType: Bachelors
startDate: Aug-2004
endDate: Jan-2007
score: 8.0
courses: C++, Java
Lang:
ftd

Properties:

Below are details of all properties of this component.
title
{
type:
caption (required)
}
It’s used to show title for the education sections.
area
{
type:
string (required)
}
It’s used to show area for the education.
url
{
type:
link (required)
}
It’s used to show url for the education sections.
startDate
{
type:
string (required)
}
It’s used to show startDate for the education sections.
endDate
{
type:
string (required)
}
It’s used to show endDate for the education sections.
studyType
{
type:
string (required)
}
It’s used to show studyType for the education sections.
score
{
type:
string (required)
}
It’s used to show score for the education sections.
courses
{
type:
string (required)
}
It’s used to show courses for the education sections.
Copyright © 2023 - FifthTry