- 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.
### Keybase proof | |
I hereby claim: | |
* I am caffeinewriter on github. | |
* I am sushi (https://keybase.io/sushi) on keybase. | |
* I have a public key whose fingerprint is 68EA 0F1F 9C7B 3381 077F 91C1 276A 7E88 632A 93FF | |
To claim this, I am signing this object: |
I want to be extremely clear about three things. First, this is my personal opinion – insert full standard disclaimer. Second, this is not a condemnation of everyone at RSA, present and past. I assume most of them are pretty okay, and that the problem is confined to a few specific points in the company. However, “unknown problem people making major decisions at RSA” is a bit unwieldy, so I will just say RSA. Third, I'm not calling for a total boycott on RSA. I work almost literally across the street from them and I don’t want to get beat up by roving gangs of cryptographers at the local Chipotle.
RSA's denial published last night is utter codswallop that denies pretty much everything in the world except the actual allegations put forth by Reuters and hinted at for months by [other sources](http://li
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
.text { | |
color:#333333; | |
font-family:arial; |
<?PHP | |
$url = "http://abitcoinsite.com/"; //Site Url | |
$metatags = get_meta_tags($url); //Get ALL the tags | |
$btcaddr = $metatags['bitcoin']; //Get just the Bitcoin tag | |
echo $btcaddr; //Echo it out. Boom. | |
?> |