Skip to content

Instantly share code, notes, and snippets.

View talilotarlison's full-sized avatar
📘
Learning Programming

Talilo Tarlison talilotarlison

📘
Learning Programming
View GitHub Profile
@talilotarlison
talilotarlison / index.html
Created May 20, 2024 19:18 — forked from gaearon/index.html
Add React in One Minute
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Add React in One Minute</title>
</head>
<body>
<h2>Add React in One Minute</h2>
<p>This page demonstrates using React with no build tooling.</p>
@talilotarlison
talilotarlison / db.json
Created May 20, 2024 01:57 — forked from tuliofaria/db.json
Servidor REST simples em PHP (Como foi construído em: https://www.youtube.com/watch?v=7s5_TmBqZR8 e em https://www.devpleno.com )
{"series":[{"name":"how i met your mother","id":"1504912239"}],"genres":[]}
@talilotarlison
talilotarlison / reset.css
Created January 27, 2024 00:53 — forked from DavidWells/reset.css
CSS reset. Follow me on the twitters for more tips: https://twitter.com/davidwells
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
@talilotarlison
talilotarlison / git.md
Created October 22, 2023 22:59 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda

@talilotarlison
talilotarlison / index.html
Created September 20, 2022 20:49
Tela de Cadastro
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class='container'>
<div class='card'>
<h1> Cadastrar </h1>
@talilotarlison
talilotarlison / index.html
Created September 20, 2022 20:49
Página de links
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/png" href="../logo_thicode/png/Asset 15.png" />
</head>
<body>
@talilotarlison
talilotarlison / index.html
Created September 20, 2022 20:34
Tela de Cadastro
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class='container'>
<div class='card'>
<h1> Cadastrar </h1>
@talilotarlison
talilotarlison / index.html
Created September 20, 2022 20:33
Login Form with floating placeholder and light button
<div class="login-box">
<h2>Login</h2>
<form>
<div class="user-box">
<input type="text" name="" required="">
<label>Username</label>
</div>
<div class="user-box">
<input type="password" name="" required="">
<label>Password</label>
@talilotarlison
talilotarlison / index.html
Created September 20, 2022 06:24
Tela de Login
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class='container'>
<div class='card'>
<h1> Entrar </h1>
@talilotarlison
talilotarlison / index.html
Created September 20, 2022 06:22
Tela de Login
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class='container'>
<div class='card'>
<h1> Entrar </h1>