all repos — h3rald @ b4be22c4bb5a60925e4dc80ee9a73e405191a095

The sources of https://h3rald.com

layouts/services.htm

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
-----
filter: erb
-----
<div id="services">
	<div class ="footer-left">
		<div id="backtype">
			<img src="/images/icons/feed.png" alt="BackType"/>&nbsp;<h3><a href="http://www.backtype.com/h3rald">Comments</a></h3>
		</div>
	</div>
	<div class ="footer-center">
		<div id="twitter">
			<img src="/images/icons/twitter.png" alt="Twitter" />&nbsp;<h3><a href="http://www.twitter.com/h3rald">Tweets</a></h3>
		</div>
	</div>
	<div class ="footer-right">
		<div id="delicious">
			<img src="/images/icons/delicious.png" alt="Delicious" />&nbsp;<h3><a href="http://www.delicious.com/h3rald">Bookmarks</a></h3>
		</div>
	</div>
</div> <!-- SERVICES END -->