Skip to content

Instantly share code, notes, and snippets.

@adgoncal
adgoncal / input.scss
Last active July 7, 2022 20:13
Generated by SassMeister.com.
$theme1: (
color: (
primary: (
50: #eef1f5,
100: #e3f2fc,
200: #c0e1f3,
300: #81c3e8,
400: #41a6dc,
500: #027abb,
600: #0481c3,
@adgoncal
adgoncal / intro-to-git.md
Last active March 10, 2021 22:01
Introduction to Git

Introduction to Git

Table of Contents

  • What is Git?
    • What is Source Control?
    • Why use Source Control?
    • What is the difference between Git and GitHub
  • Getting started
  • Overview