<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>hyungcho</title>
	<link>https://hy-cho.com</link>
	<description>hyungcho</description>
	<pubDate>Mon, 17 Aug 2015 23:34:03 +0000</pubDate>
	<generator>https://hy-cho.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Home Page</title>
				
		<link>http://hy-cho.com/Home-Page</link>

		<comments></comments>

		<pubDate>Mon, 17 Aug 2015 23:34:03 +0000</pubDate>

		<dc:creator>hyungcho</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">417663</guid>

		<description>
document.addEventListener('DOMContentLoaded', function () {
	var tapCount = 0;
	var originalHTML = null;
	var shortText = 'Hyung Chohysk.cho@gmail.com*tap to read bio.';

	document.addEventListener('click', function (e) {
		var h1 = document.querySelector('main h1');
		if (!h1) return;

		if (originalHTML === null) {
			originalHTML = h1.innerHTML;
		}

		tapCount++;
		var isOdd = (tapCount % 2 === 1);

		document.body.classList.toggle('dimmed', isOdd);
		h1.innerHTML = isOdd ? originalHTML : shortText;

		var hint = document.getElementById('dim-hint');
		if (hint) hint.style.display = 'none';
	});
});
</description>
		
		<excerpt></excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
	</channel>
</rss>