Skip to content

Instantly share code, notes, and snippets.

View abdullahalnoor's full-sized avatar
🏠
Working from home

Md Abdullah al noor abdullahalnoor

🏠
Working from home
View GitHub Profile
@abdullahalnoor
abdullahalnoor / CountryCodes.json
Created October 20, 2022 21:37 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
@abdullahalnoor
abdullahalnoor / fontawesome-icons-with-categories.json
Created February 9, 2022 16:13 — forked from migliori/fontawesome-icons-with-categories.json
Font Awesome Version 5.0.6 JSON List with categories for use with https://codeb.it/fonticonpicker/
{
"Accessibility": [
"fab fa-accessible-icon",
"fas fa-american-sign-language-interpreting",
"fas fa-assistive-listening-systems",
"fas fa-audio-description",
"fas fa-blind",
"fas fa-braille",
"fas fa-closed-captioning",
"far fa-closed-captioning",
@abdullahalnoor
abdullahalnoor / meta-tags.md
Created December 14, 2020 12:08 — forked from whitingx/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>
<!-- SEO / Google -->
<meta name="author" content="Author name here....">
<meta name="description" content="Description text here.....">
<link rel="canonical" href="URL here...">
<!-- Social: Twitter -->
<!-- After inserting META need to validate at https://dev.twitter.com/docs/cards/validation/validator -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@8bit_code">
<meta name="twitter:creator" content="8bit_code">