<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>Enzo's Personal Site</title>
	<link>https://enzocnop.com</link>
	<description>Enzo's Personal Site</description>
	<pubDate>Tue, 07 Jan 2025 19:01:39 +0000</pubDate>
	<generator>https://enzocnop.com</generator>
	<language>en</language>
	
		
	<item>
		<title>CountDown</title>
				
		<link>https://enzocnop.com/CountDown</link>

		<pubDate>Tue, 21 Aug 2018 21:34:44 +0000</pubDate>

		<dc:creator>Enzo's Personal Site</dc:creator>

		<guid isPermaLink="true">https://enzocnop.com/CountDown</guid>

		<description>InteractionDesigner 
at Cargo︎Enter︎






	
	Monday April 17 2023



(function(){

	function pad(number) {
		return number &#60; 10 ? '0'+ number : number
	}
    
    function setTime() {
    	var timeElement = document.getElementById('time');
		
		if(timeElement) {

			var time = new Date(),
				hours = pad(time.getHours()),
				minutes = pad(time.getMinutes()),
				seconds = pad(time.getSeconds());

			timeElement.innerText = hours + ':' + minutes + ':' + seconds;

		}
    }

	var dateElement = document.getElementById('date'),
		weekdays = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
		months = ['Jan', 'Feb', 'March', 'April', 'May', 'June', 'July', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'];

	// set the current date
	if(dateElement) {
		
		var time = new Date(),
			day = weekdays[time.getDay()],
			date = time.getDate(),
			month = months[time.getMonth()],
			year = time.getFullYear();

		dateElement.innerText = day + ' ' + month + ' ' + date + ' ' + year;
	}
    
    
    // set the current time
    setTime();
    
    // and update the current time every second
	setInterval(setTime, 1000);

})();
</description>
		
	</item>
		
		
	<item>
		<title>RoleMarry</title>
				
		<link>https://enzocnop.com/RoleMarry</link>

		<pubDate>Tue, 07 Jan 2025 19:01:39 +0000</pubDate>

		<dc:creator>Enzo's Personal Site</dc:creator>

		<guid isPermaLink="true">https://enzocnop.com/RoleMarry</guid>

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