Skip to content

Instantly share code, notes, and snippets.

View stephdatu's full-sized avatar
🛸
spaced out

Stephanie Datu stephdatu

🛸
spaced out
View GitHub Profile
@stephdatu
stephdatu / meta-tags.md
Created January 8, 2019 18:29 — forked from lancejpollard/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 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">
<meta name="language" content="ES">
@stephdatu
stephdatu / .bash_profile
Created May 15, 2018 23:25 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management