Skip to content

Instantly share code, notes, and snippets.

View gabrielpaivabrito's full-sized avatar

Gabriel gabrielpaivabrito

  • Brasília, Brazil
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Putting User Input into JS Objects</title>
<style>
.formBox{
padding: 0.5rem 2rem;
@gabrielpaivabrito
gabrielpaivabrito / aboutMe
Created September 19, 2020 05:24
//aboutMe
// about me
var person = {
firstName: "Gabriel",
education: "Bachelor Degree in International Affairs",
postgraduate: "Public-Law Specialist",
nationality: "Brazilian",
speaks: "Portuguese, English and Spanish",
frontend: "HTML, CSS, Javascript",
backend: "Python",