Skip to content

Instantly share code, notes, and snippets.

View cheerly's full-sized avatar

CINDY cheerly

  • FURFORYOURHOUSE
  • 24 CASSIDA COURT SPENCER INDIANA 47460
View GitHub Profile
@cheerly
cheerly / .htaccess
Created November 7, 2019 18:21 — forked from ScottPhillips/.htaccess
Common .htaccess Redirects
#301 Redirects for .htaccess
#Redirect a single page:
Redirect 301 /pagename.php http://www.domain.com/pagename.html
#Redirect an entire site:
Redirect 301 / http://www.domain.com/
#Redirect an entire site to a sub folder
Redirect 301 / http://www.domain.com/subfolder/
// ==UserScript==
// @name DN Reader
// @namespace http://dn.se/
// @version 0.1
// @description Tear down this wall.
// @author olmen
// @match https://www.dn.se/*
// @grant none
// ==/UserScript==
@cheerly
cheerly / css_resources.md
Created January 17, 2018 19:20 — forked from colt365/css_resources.md
resources

Libraries

  • 960 Grid System - An effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
  • Compass - Open source CSS Authoring Framework.
  • Bootstrap - Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
  • Font Awesome - The iconic font designed for Bootstrap.
  • Zurb Foundation - Framework for writing responsive web sites.
  • SASS - CSS extension language which allows variables, mixins and rules nesting.
  • Skeleton - Boilerplate for responsive, mobile-friendly development.

Guides

// ==UserScript==
// @name Feedly Customization
// @namespace http://userscripts.org/users/colt365
// @description Customization for Feedly.
// @include https://feedly.com/*
// @version 1.2.0.20170223
// @grant none
// ==/UserScript==
var checkLoadInterval;
@cheerly
cheerly / css-text-stroke-effect.markdown
Created September 19, 2017 22:34
CSS text-stroke effect
@cheerly
cheerly / color-wheel-preloader.markdown
Created September 10, 2017 18:15
Color Wheel Preloader

Color Wheel Preloader

Trying to use SCSS to make a loading spinner. I know I am not using SCSS quite effectively yet, still practicing!

A Pen by cindy massey on CodePen.

License.