Skip to content

Instantly share code, notes, and snippets.

View jeferson-sb's full-sized avatar
only time will tell

Jeferson S. Brito jeferson-sb

only time will tell
View GitHub Profile
@jeferson-sb
jeferson-sb / index.html
Last active October 31, 2024 23:16
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 October 19, 2025 09:21
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