Skip to content

Instantly share code, notes, and snippets.

View erikasf's full-sized avatar

erika erikasf

View GitHub Profile
@erikasf
erikasf / golden_ratio.scss
Created July 16, 2017 18:31 — forked from dangayle/golden_ratio.scss
The only css grid you need, based on the golden ratio.
$grid-gutter-width: 30px;
.l-1{
// larger portion of golden ratio
width: calc(#{percentage(1/1.618)} - #{$grid-gutter-width / 2});
}
.l-2{
// Smaller portion of golden ratio
width: calc(#{percentage(1-1/1.618)} - #{$grid-gutter-width / 2});
}
@erikasf
erikasf / README.MD
Last active May 12, 2017 22:04
The combination of two projects to fufill the specs for the API/Web/Http goal
@erikasf
erikasf / index.html
Last active April 23, 2017 22:57
event scheduler
<body style="width: 98%;">
<div class="row">
<div class="container">
<form id="addEvent">
<fieldset>
<legend><h1> Add Your Event </h1></legend>
<label for = "dlType"class = "fa fa-list fa-2x">Event Type
<label for = "eventList">Event Type
https://github.com/allyface/oop-practice
https://github.com/breyana/oop-practice
https://github.com/erikasf/oop-practice
@erikasf
erikasf / checkrap.py
Created October 13, 2016 16:36 — forked from nealrs/checkrap.py
Use rapportive.py from Jordan Wright to validate common email patterns given a first, last, and domain name.
#!/usr/bin/env python
# encoding: utf-8
# 2014 - Neal Shyam [@nealrs | nealshyam.com]
# usage: $python checkrap.py first_name last_name domain_name
# e.g: $python checkrap.py john doe gmail.com
#
#
# PLEASE DON'T BE A DICK OR USE THIS FOR EVIL.
# Seriously, the internet is a nice place, let's keep it that way.
@erikasf
erikasf / RoutineSync landing page prototype.markdown
Created July 17, 2016 19:26
RoutineSync landing page prototype
@erikasf
erikasf / QNZrQN.markdown
Last active April 29, 2016 05:39
Flying Monkeys I mean Menus