Skip to content

Instantly share code, notes, and snippets.

View sasagichuki's full-sized avatar

Charles Gichuki sasagichuki

  • Sprout
  • Nairobi, Kenya
View GitHub Profile

Keybase proof

I hereby claim:

  • I am sasagichuki on github.
  • I am chaos (https://keybase.io/chaos) on keybase.
  • I have a public key ASCY1cjJDcaWXBwxhCzEXbKvdoaMuhOCzqEY53VkVmEK_wo

To claim this, I am signing this object:

@sasagichuki
sasagichuki / gta-5-css3-parallax.markdown
Created November 27, 2016 11:04
GTA 5 CSS3 Parallax
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#core_scaffold {
position: absolute;
top: 0px;
right: 0px;
@sasagichuki
sasagichuki / ie.md
Created January 22, 2014 16:22 — forked from rstacruz/ie.md

The IE cheatsheet

Only in IE7+

Selectors:

  • > (descendant)
  • [attr] (attribute)
  • .class1.class2 (multiple classes)
  • ~ (sibling)

title: Rails Models

Generating models

$ rails g model User

Associations

belongs_to

@sasagichuki
sasagichuki / index.html
Created September 26, 2012 13:03
Improvement of my previous pen "Share it" - POC of a share button full css and font Inspired by http://dribbble.com/shots/712083-Share-widget?list=popular&offset=7
<h1>Hover they</h1>
<div class="container">
<div class="cell ">
<div class="share-wrapper left">
<div class="rc10 share-action icon-share"></div>
<div class="share-container rc10">
<a class="share-btn tl icon-google-plus" href='#'></a>