Skip to content

Instantly share code, notes, and snippets.

View palimadra's full-sized avatar

Pali Madra palimadra

View GitHub Profile
@palimadra
palimadra / table.css
Created November 30, 2017 18:34 — forked from colintoh/table.css
Table CSS
table { display: table }
tr { display: table-row }
thead { display: table-header-group }
tbody { display: table-row-group }
tfoot { display: table-footer-group }
col { display: table-column }
colgroup { display: table-column-group }
td, th { display: table-cell }
caption { display: table-caption }
@palimadra
palimadra / CSS-Tools.md
Last active April 12, 2018 21:36 — forked from nucliweb/CSS-Tools.md
CSS Tools
@palimadra
palimadra / remove_tuxera.sh
Created November 30, 2017 18:18 — forked from miguelmota/remove_tuxera.sh
Completely uninstall and remove Tuxera NTFS on MacOs (resets trial version)
rm -rf /Applications/Tuxera\ Disk\ Manager.app
rm -rf /Library/Application\ Support/Tuxera\ NTFS
rm -rf /Library/Filesystems/fusefs_txantfs.fs
@palimadra
palimadra / remove_tuxera.sh
Created November 30, 2017 18:18 — forked from miguelmota/remove_tuxera.sh
Completely uninstall and remove Tuxera NTFS on MacOs (resets trial version)
rm -rf /Applications/Tuxera\ Disk\ Manager.app
rm -rf /Library/Application\ Support/Tuxera\ NTFS
rm -rf /Library/Filesystems/fusefs_txantfs.fs

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>
<meta name='language' content='ES'>
<meta name='robots' content='index,follow'>
@palimadra
palimadra / meta-tags.md
Created July 20, 2017 18:52 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@palimadra
palimadra / color-button.css
Created June 27, 2017 12:03 — forked from studiopress/color-button.css
Colored Content Boxes
/* Color Buttons
------------------------------------------------------------ */
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
color: #fff;
@palimadra
palimadra / text-email-signatures
Created June 10, 2017 18:40
Text based email signature examples
--
With greetings from India
Pali Madra (Digital Marketing Expert)
-------------------------------------------------
Smashing Magazine
- http://www.twitter.com/smashingmag
online magazine for designers and developers
----------------8<-------------[ cut here ]------------------
@palimadra
palimadra / email-sig.html
Created April 21, 2017 18:12
HTML signature
<!-- Taken from cultofmac website at http://www.cultformac.com. Thanks to Rob LeFebvre (@roblef). -->
<div id="sig" style="min-height: 50px; line-height: 17px; margin: 6px 0; padding: 8px; border-top: 1px #999999 dotted; border-bottom: 1px #999999 dotted; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 11px; color: #606f78; min-width: 530px;"><img style="float: left; padding: 2px 6px 0 0;" src="http://www.cultofmac.com/LOGOHERE.jpg" alt="CultofMac Logo" />
<strong style="color: #606f78;">Rob LeFebvre</strong>. Culture Editor. <a style="color: #606f78; text-decoration: none; border-bottom: 1px #999999 dotted;" title="Visit CultofMac.com" href="http://www.cultofmac.com">Cult of Mac.com</a>
(408) 320-8874 | <a style="color: #606f78; text-decoration: none; border-bottom: 1px #999999 dotted;" href="mailto:roblef@cultofmac.com">roblef@cultofmac.com</a> |
@roblef | http://cultofmac.com/author/rob-lefebvre</div>
<body>
<br />
<br />
<br />
<style type='text/css'>
a.link{margin:0;padding:0;border:none !important;text-decoration:none !important;}
table,tr,td,a,span{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;}
</style>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<meta name='format-detection' content='telephone=no' />