Created
January 25, 2023 00:15
-
-
Save DaCuteRaccoon/f673c204fa2ca3fa29c417a5141669c0 to your computer and use it in GitHub Desktop.
Visual Card example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN:VCARD | |
VERSION:3.0 | |
FN;CHARSET=UTF-8:First Name Middle Name Last Name | |
N;CHARSET=UTF-8:Last Name;First Name;Middle Name;Prefix;Suffix | |
NICKNAME;CHARSET=UTF-8:Nickname | |
GENDER:M | |
UID;CHARSET=UTF-8:UID | |
BDAY:19000101 | |
ANNIVERSARY:20001225 | |
EMAIL;CHARSET=UTF-8;type=HOME,INTERNET:Email | |
EMAIL;CHARSET=UTF-8;type=WORK,INTERNET:Work Email | |
TEL;TYPE=CELL:Cell Phone | |
TEL;TYPE=PAGER:Pager Phone | |
TEL;TYPE=HOME,VOICE:Home Phone | |
TEL;TYPE=WORK,VOICE:Work Phone | |
TEL;TYPE=HOME,FAX:Home Fax | |
TEL;TYPE=WORK,FAX:Work Fax | |
LABEL;CHARSET=UTF-8;TYPE=HOME:Label | |
ADR;CHARSET=UTF-8;TYPE=HOME:;;Street;City;State / Province;Postal Code;Country | |
LABEL;CHARSET=UTF-8;TYPE=WORK:Label | |
ADR;CHARSET=UTF-8;TYPE=WORK:;;Street;City;State / Province;Postal Code;Country | |
TITLE;CHARSET=UTF-8:Title | |
ROLE;CHARSET=UTF-8:Role | |
ORG;CHARSET=UTF-8:Organization | |
URL;CHARSET=UTF-8:URL | |
URL;type=WORK;CHARSET=UTF-8:Work URL | |
NOTE;CHARSET=UTF-8:Note | |
X-SOCIALPROFILE;TYPE=facebook:https://www.facebook.com/YOURPROFILE/ | |
X-SOCIALPROFILE;TYPE=twitter:https://twitter.com/YOURPROFILE | |
X-SOCIALPROFILE;TYPE=linkedin:https://www.linkedin.com/in/YOURPROFILE/ | |
X-SOCIALPROFILE;TYPE=instagram:https://www.instagram.com/YOURPROFILE/ | |
X-SOCIALPROFILE;TYPE=youtube:https://www.youtube.com/c/YOURPROFILE | |
X-SOCIALPROFILE;TYPE=custom:https://www.custom.com/YOURPROFILE | |
REV:2023-01-25T00:12:15.410Z | |
END:VCARD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment