Skip to content

Instantly share code, notes, and snippets.

View ThiagoRipardoDeLima's full-sized avatar

Thiago Ripardo ThiagoRipardoDeLima

View GitHub Profile
@ThiagoRipardoDeLima
ThiagoRipardoDeLima / Cadastro de Turma.html
Created March 12, 2020 11:46
Cadastro de Turma - Projeto Chamada
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
@ThiagoRipardoDeLima
ThiagoRipardoDeLima / Settings.json
Created March 11, 2020 13:44
Vs vídeo settings
settings.json
{
// Define o tema do VSCode
"workbench.colorTheme": "Shades of Purple",
// Configura tamanho e família da fonte
"editor.fontSize": 18,
"editor.lineHeight": 24,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
@ThiagoRipardoDeLima
ThiagoRipardoDeLima / git.md
Created February 9, 2018 21:53 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

#GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda