fastn-package: __repo_name__

Package name:
__user_name__.github.io/__repo_name__

Card

Implement the **FRONT** side of business card

Usage:

Add `__repo_name__` dependency into your `FASTN.ftd`
-- fastn.dependency: __user_name__.github.io/__repo_name__
Lang:
ftd
In `index.ftd` (or whichever file you want to add)
-- import: __user_name__.github.io/__repo_name__ as b-card

-- b-card.card: John Doe
title: Software Developer
company-name: John Doe Pvt. Ltd.
logo: $assets.files.assets.ipsum-logo.svg
contact-1: +91 12345 99999
contact-2: +91 12345 88888
email: john@johndoe.com
website: www.johndoe.com
address: 123, Block No. A-123, Times Square, Bangalore - 123456
company-slogan: If you can type you can code
Lang:
ftd
Copyright © 2023 - [FifthTry](https://www.fifthtry.com/)