See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| ### Tutorial oficial: | |
| https://docs.microsoft.com/en-us/windows/wsl/install-win10 | |
| ### Passo 1 (PowerShell Admin): | |
| dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart | |
| ### Passo 2 (PowerShell Admin): | |
| dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart | |
| ### Passo 3 |
| const HTML = [ | |
| - estrutura de uma tag | |
| - o que é head e body | |
| - tags da head (meta, link, title... ) | |
| - cabeçalhos | |
| - tags básicas (p, div, span, a, b, i, u, img) | |
| - tag de estilo e script | |
| - listas | |
| - tabelas | |
| - formulários e inputs |
| import { people01, people02, people03, facebook, instagram, linkedin, twitter, airbnb, binance, coinbase, dropbox, send, shield, star } from "../assets"; | |
| export const navLinks = [ | |
| { | |
| id: "home", | |
| title: "Home", | |
| }, | |
| { | |
| id: "features", | |
| title: "Features", |
| \documentclass[a4paper,10pt]{article} | |
| \usepackage[margin=0.5in,nofoot]{geometry} | |
| \usepackage{fontawesome5} | |
| \usepackage{hyperref} | |
| \usepackage{titlesec} | |
| \usepackage{xcolor} | |
| \hypersetup{ | |
| colorlinks=true, | |
| linkcolor=blue, |