This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | |
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | |
<head> | |
<title>Block Overlay</title> | |
<style type="text/css" media="screen"> | |
*{font-family:helvetica,sans-serif;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;border-radius:0.3em;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | |
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | |
<head> | |
<title>Block Overlay</title> | |
<style type="text/css" media="screen"> | |
*{font-family:helvetica,sans-serif;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;border-radius:0.3em;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# first you'll want to create a gist then `git clone` the private url | |
# second you'll want to run this script in the gist's directory | |
loop do | |
`git commit -a -m save && git push origin master` | |
sleep 60 * 4 | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*comment | |
Author: Author's Name | |
Copyright: Copyright Notice (optional) | |
License: License (optional) | |
Source: http://athorshomepage.com/blog (optional) | |
Description: | |
You can enter a description on a separate block | |
as long as it's properly indented like here. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
en: | |
good: good | |
good_intro: you're using | |
good_outro: ", a good web browser." | |
good_browser: good browser | |
good_badge_intro: show the world you care about web standards and put the browser challenge badge on your site. | |
bad: bad | |
bad_intro: treat yourself to something good. | |
bad_outro: upgrade to <a href='http://www.apple.com/safari/download/'>safari</a> or <a href='http://firefox.com/'>firefox</a> today! | |
bad_browser: bad browser |
NewerOlder