mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
159 lines
5.3 KiB
HTML
159 lines
5.3 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en-US">
|
||
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||
<meta name="HandheldFriendly" content="True">
|
||
<meta name="MobileOptimized" content="320">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||
<meta name="description" content="Eat, sleep, code, repeat.">
|
||
|
||
<base href="http://localhost:1313/">
|
||
<title>
|
||
|
||
|
||
Code
|
||
|
||
</title>
|
||
<link rel="canonical" href="http://localhost:1313/code/">
|
||
|
||
|
||
<script type="text/javascript">
|
||
var baseUrl = 'http:\/\/localhost:1313\/';
|
||
var host = baseUrl.substring(0, baseUrl.length - 1).replace(/\//g, '');
|
||
if ((host === window.location.host) && (window.location.protocol !== 'https:')) {
|
||
window.location.protocol = 'https:';
|
||
}
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="http://localhost:1313/css/reset.css">
|
||
<link rel="stylesheet" href="http://localhost:1313/css/pygments.css">
|
||
<link rel="stylesheet" href="http://localhost:1313/css/main.css">
|
||
|
||
<link rel="stylesheet" href="http://localhost:1313/css/proximanova.css">
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="shortcut icon"
|
||
|
||
href="http://localhost:1313/img/leaf.ico"
|
||
|
||
>
|
||
|
||
|
||
|
||
</head>
|
||
|
||
|
||
<body lang="en">
|
||
|
||
<div class="section header">
|
||
<div class="container">
|
||
<div class="content">
|
||
<nav>
|
||
<ul>
|
||
<a href="http://localhost:1313/posts/"><li>Posts</li></a>
|
||
<a href="http://localhost:1313/about/"><li>About</li></a>
|
||
<a href="http://localhost:1313/code/"><li>Code</li></a>
|
||
|
||
</ul>
|
||
</nav>
|
||
<a href="http://localhost:1313/"><div class="name">Nishanth Shanmugham</div></a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="section icons">
|
||
<div class="container">
|
||
<div class="content">
|
||
|
||
|
||
<a href="//github.com/nishanths" target="_blank">
|
||
<i class="icon ion-social-github"></i>
|
||
</a>
|
||
|
||
|
||
|
||
<a href="//twitter.com/nshanmugham" target="_blank">
|
||
<i class="icon ion-social-twitter"></i>
|
||
</a>
|
||
|
||
|
||
|
||
<a href="//linkedin.com/in/nshanmugham" target="_blank">
|
||
<i class="icon ion-social-linkedin"></i>
|
||
</a>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="mailto:nishanths@utexas.edu">
|
||
<i class="icon ion-ios-email larger"></i>
|
||
</a>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="section main">
|
||
<div class="container">
|
||
<div class="content">
|
||
<div class="page-heading">
|
||
|
||
Code
|
||
|
||
</div>
|
||
|
||
<div class="markdown">
|
||
<ul>
|
||
<li><a href="https://github.com/nishanths/iterators.js">iterators.js</a>: Useful functional iterators for node and the browser</li>
|
||
<li><a href="https://github.com/nishanths/spitfire-live">Spitfire</a>: HackTX 2015, Winner – a real-time rhyming assistant</li>
|
||
<li><a href="https://github.com/nishanths/markdown-viewer-component">markdown-viewer-component</a>: Web Component that renders Markdown placed inside an element as HTML</li>
|
||
<li><a href="https://github.com/nishanths/cocoa-hugo-theme">cocoa-hugo-theme</a>: Distraction-free reading theme for Hugo, the static site generator</li>
|
||
<li><a href="https://github.com/nishanths/slack-texts">slack-texts</a>: Important channel messages also sent to your phone via SMS</li>
|
||
<li><a href="https://github.com/nishanths/YWeatherAPI">YWeatherAPI</a>: Powerful Yahoo! Weather API wrapper for Mac and iOS</li>
|
||
<li><a href="https://github.com/utcsmad/umad-website-2015">uMAD 2015</a>: Website for the student developer conference built with Middleman</li>
|
||
<li><a href="https://github.com/nishanths/what-s-playing">What’s Playing</a>: Desktop notifications for online music playback changes</li>
|
||
<li><a href="https://github.com/nishanths/QuickCal">QuickCal</a>: Highlight and add dates from any website to Google Calendar</li>
|
||
<li><a href="https://github.com/nishanths/youtube-pause-chrome">YouTube Pause</a>: Spacebar pauses the video instead of scrolling down the page. <a href="http://www.cnet.com/how-to/chrome-pause-youtube-videos-with-the-spacebar/">CNET</a></li>
|
||
<li><a href="https://duckduckgo.com/?q=ISBN+number+0-06-250217-4&ia=books">ISBN Search</a>: DuckDuckGo module to lookup book information by ISBN</li>
|
||
<li><a href="https://duckduckgo.com/?q=html+encode+the+paragraph+sign&ia=answer">HTML Entities Encoder &</a> <a href="https://duckduckgo.com/?q=decoded+html+for+%26%23x00a5%3B&ia=answer">Decoder</a>: Encode and decode HTML entities on DuckDuckGo using natural queries</li>
|
||
<li><a href="https://github.com/nishanths/auto-browser">Auto-Browser</a>: HackTX 2014, Top 10</li>
|
||
</ul>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<script type="text/javascript">
|
||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||
</script>
|
||
<script type="text/javascript">
|
||
try {
|
||
var pageTracker = _gat._getTracker("UA-61427501-2");
|
||
pageTracker._trackPageview();
|
||
} catch(err) {}
|
||
</script>
|
||
|
||
|
||
|
||
<script>document.write('<script src="http://'
|
||
+ (location.host || 'localhost').split(':')[0]
|
||
+ ':1313/livereload.js?mindelay=10"></'
|
||
+ 'script>')</script></body>
|
||
</html>
|
||
|