Skip to content

Instantly share code, notes, and snippets.

View mike-pete's full-sized avatar

Mike Peterson mike-pete

  • San Francisco, CA
View GitHub Profile
@mike-pete
mike-pete / cga.js
Created March 22, 2019 21:34
cga colors for js
const cga = {
black: '#000000',
white: '#FFFFFF',
gray: '#555555',
'light-gray': '#AAAAAA',
magenta: '#AA00AA',
'light-magenta':'#FF55FF',
red: '#AA0000',
'light-red': '#FF5555',
brown: '#AA5500',
:root {
--black: #000000;
--white: #FFFFFF;
--gray: #555555;
--light-gray: #AAAAAA;
--magenta: #AA00AA;
--light-magenta:#FF55FF;
@mike-pete
mike-pete / react.html
Created January 13, 2019 03:08
Used for reference ( React JS )
<html>
<head>
<!-- https://medium.freecodecamp.org/learn-react-js-in-5-minutes-526472d292f4 -->
<script src="https://unpkg.com/react@15/dist/react.min.js"> </script>
<script src="https://unpkg.com/react-dom@15/dist/react-dom.min.js"></script>
<script src="https://unpkg.com/[email protected]/babel.min.js"></script>
</head>
<body>
<div id="root">
<!-- react components will go here -->
@mike-pete
mike-pete / MyProgress.txt
Last active January 20, 2020 18:31
My progression as a developer
My progression as a developer:
Classes:
Java (A+)
C++ (A+)
Intro to Web Hosting + Development (Taught)
Intro to Web Hacking (Taught)
Web
HTML + CSS