Skip to content

Instantly share code, notes, and snippets.

View sodevious's full-sized avatar
💅
building prettyfabnails.com

nicole sodevious

💅
building prettyfabnails.com
View GitHub Profile
@sodevious
sodevious / email-scrape.py
Created March 3, 2017 16:15 — forked from sladjandr/email-scrape.py
Scrape all mailto links from a page - Python
import requests
import xlwt
from bs4 import BeautifulSoup
wb = xlwt.Workbook()
ws = wb.add_sheet('Emails')
ws.write(0,0,'Emails')
emailList= []
@sodevious
sodevious / bootstrap-4-upgrade.md
Last active July 23, 2018 14:57
Manual upgrading notes for Bootstrap 3 -> Bootstrap 4
  • a cannot be used without an href. Convert to <button> instead.
  • col-sm-offset-* becomes offset-sm-* instead. (and etc)
  • Classes like hidden-md-up, hidden-sm-down get removed
  • col-xs-*, is now col-*
  • $font-size-* variables get removed
  • .text-xs-center is now .text-center
@sodevious
sodevious / style.scss
Created February 4, 2019 22:03
style.scss
$navy-blue: #00204a;
$purple: #39065a;
$teal: #29a19c;
$bright-blue: #49beb7;
$orange: #F17430;
$peach: #F9B99E;
$coral: #e61c5d;
$beige: #C9C3B0;
$gray-light: #E7E7E7;
python3 -m http.server 9000
Cloning github.com/sodevious/pf-vip-commerce (Branch: main, Commit: 926cd67)
Cloning completed: 1.250s
Installing build runtime...
Build runtime installed: 2.793s
No Build Cache available
Installing dependencies...
yarn install v1.22.17
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...