Skip to content

Instantly share code, notes, and snippets.

View jeferson-sb's full-sized avatar
🎯
focus

Jeferson S. Brito jeferson-sb

🎯
focus
View GitHub Profile
@jeferson-sb
jeferson-sb / index.html
Last active September 13, 2023 11:40
HTML Starter Boilerplate (SEO enhanced)
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Page Title less than 55 characters</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="author" content="John Doe">
<meta name="description" content="Description of the page less than 150 characters">
<meta name="theme-color" content="#303030">
<meta property="og:type" content="website">
@bradtraversy
bradtraversy / vscode_shortcuts.md
Last active May 6, 2024 12:38
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands