all repos — h3rald @ 713cb648c2af011c9e9a3447313f44032ab9ca19

The sources of https://h3rald.com

Updated social icons, added link to Serbo-Croatian translation of "10
programming languages worth checking out"
h3rald h3rald@h3rald.com
Sun, 30 Sep 2012 15:30:12 +0200
commit

713cb648c2af011c9e9a3447313f44032ab9ca19

parent

97942b561288b27c2d4995256c33ba671e79fc69

M content/about.textilecontent/about.textile

@@ -40,6 +40,7 @@ h3. Credits

Special thanks to the following people, who made this web site possible: -* "Denis Defreyne":http://www.stoneship.org/, for creating the wonderful "nanoc":http://nanoc.stoneship.org/ site publishing system. -* "David J.Perry":http://scholarsfonts.net/, who designed the "Cardo font":http://scholarsfonts.net/cardofnt.html I used for the H3RALD logo. +* "Denis Defreyne":http://www.stoneship.org/, creator of the exceptional "nanoc":http://nanoc.stoneship.org/ site publishing system. +* "David J.Perry":http://scholarsfonts.net/, who designed the "Cardo":http://scholarsfonts.net/cardofnt.html font I used for the H3RALD logo. * Sebastian Kosch, creator of the "Crimson Text":http://aldusleaf.org/ font, used throughout the web site. +* "Paul Robert Lloyd":http://paulrobertlloyd.com/, creator of the "Social Media Icos":http://paulrobertlloyd.com/2009/06/social_media_icons/ set, used on the home page of this site.
M content/articles/10-programming-languages.textilecontent/articles/10-programming-languages.textile

@@ -316,6 +316,10 @@

extended_intro: | If you are earning your living by coding, it's often one of these languages that pays the bills. Nevertheless, true hackers frequently meander in other directions, exploring and discovering different paradigms and methodologies, sometimes to the most "esoteric":http://esolangs.org/wiki/Main_Page extremes. ----- + +bq. &mdash; This article has been translated into <a href="http://science.webhostinggeeks.com/10-programskih-jezika">Serbo-Croatian</a> by ??<a href="http://webhostinggeeks.com/">Web Geeks</a>?? &mdash; + + If you program for fun or profit, chances are that you know C, C++, Java, PHP, Perl, Python or Ruby. These programming languages are all widely known, and, to a different degree, used in commercial applications. At least some of them can safely be considered _mainstream_, even if that word has become so overused and misused that has almost lost its original meaning, if it ever had one. If you are earning your living by coding, it's often one of these languages that pays the bills. Nevertheless, true hackers frequently meander in other directions, exploring and discovering different paradigms and methodologies, sometimes to the most "esoteric":http://esolangs.org/wiki/Main_Page extremes.
M content/home.erbcontent/home.erb

@@ -19,13 +19,15 @@ %>

<section id="topbar"> <nav id="social"> <ul> - <li><a href="http://www.h3rald.com/rss" rel="external"><img src="/images/social/rss.png" alt="RSS" /></a></li> + <li><a href="http://www.h3rald.com/rss" rel="external"><img src="/images/social/feed.png" alt="Feed" /></a></li> <li><a href="http://foursquare.com/h3rald" rel="external"><img src="/images/social/foursquare.png" alt="FourSquare" /></a></li> <li><a href="http://www.twitter.com/h3rald" rel="external"><img src="/images/social/twitter.png" alt="RSS" /></a></li> + <li><a href="skype:fabio.cevasco?call" rel="external"><img src="/images/social/skype.png" alt="Skype" /></a></li> <li><a href="http://it.linkedin.com/in/fabiocevasco" rel="external"><img src="/images/social/linkedin.png" alt="LinkedIn" /></a></li> <li><a href="https://github.com/h3rald" rel="external"><img src="/images/social/github.png" alt="GitHub" /></a></li> <li><a href="http://reddit.com/user/h3rald" rel="external"><img src="/images/social/reddit.png" alt="Reddit" /></a></li> - <li><a href="https://plus.google.com/105908178940572826669/posts" rel="external"><img src="/images/social/google-plus.png" alt="Google+" /></a></li> + <li><a href="http://pinboard.in/u:h3rald/" rel="external"><img src="/images/social/pinboard.png" alt="Pinboard" /></a></li> + <li><a href="http://web.stagram.com/n/h3rald/?vm=grid" rel="external"><img src="/images/social/instagram.png" alt="Instagram" /></a></li> </ul> </nav> <aside id="search">
M content/styles/_layout.scsscontent/styles/_layout.scss

@@ -59,10 +59,6 @@ width: 940px;

text-align: center; padding-top: 0.5em; } - form { - float: right; - margin-top: -50px; - } } &.page { height: 45px;

@@ -94,19 +90,20 @@ }

#topbar { margin: auto; + text-align: center; + display: block; margin-top: 20px; height: 60px; border-top: 1px solid $light-gray; - text-align: right; width: 940px; } #social { - margin-top: 10px; - float: left; + margin: 20px auto; + height: 50px; li { float:left;} a { - margin: 0 27px; + margin: 0 28px; img { opacity: 0.6; vertical-align: middle;
M content/styles/_vendor.scsscontent/styles/_vendor.scss

@@ -22,13 +22,12 @@

/* Google Custom Search */ #search { - margin-top: 10px; + margin: 15px auto; width: 270px; - float: right; } -.gsc-resultsHeader, .gs-visibleUrl, .gsc-trailing-more-results, .gs-watermark { +.gsc-resultsHeader, .gs-visibleUrl, .gsc-trailing-more-results, .gs-watermark, .gsc-thumbnail-inside { display: none; }

@@ -37,6 +36,7 @@ width: 940px;

clear: both; text-align: justify; padding: 10px; + margin-top: 40px; } .gsc-result { padding: 0.5em 0;