Skip to content

Commit

Permalink
Merge pull request #2 from harvesthq/adding-notable
Browse files Browse the repository at this point in the history
Adding notable
  • Loading branch information
jasondew committed Jan 29, 2016
2 parents ba74825 + 2095390 commit 5b78e1b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
harvesthq.github.com
======

The source code of http://harvesthq.github.com
The source code of http://harvesthq.github.io/
35 changes: 14 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,57 +7,50 @@
<link rel="shortcut icon" type="image/x-icon" href="assets/favicon.gif">
<link rel="stylesheet" type="text/css" href="assets/styles.css">
</head>

<body>
<div id="container">

<header>
<h1>Open Source @ <a href="http://www.getharvest.com" target="_blank">Harvest</a></h1>
<h1>Open Source @ <a href="https://www.getharvest.com" target="_blank">Harvest</a></h1>
<p>
Want to work on projects like these? <a href="http://www.getharvest.com/careers" target="_blank">We’re hiring</a>
Want to work on projects like these? <a href="https://www.getharvest.com/about/contact" target="_blank">Contact us!</a>
<br>
View all our repos <a href="http://github.com/harvesthq/repositories" target="_blank">on Github</a>
View all our repos <a href="https://github.com/harvesthq/repositories" target="_blank">on Github</a>
</p>
<small>Updated 19 Dec 2012</small>
<small>Updated 29 Jan 2016</small>
</header>

<nav>
<a href="http://github.com/harvesthq/chosen" class="project" target="_blank">
<a href="https://github.com/harvesthq/chosen" class="project" target="_blank">
<h2>chosen</h2>
<p>JavaScript</p>
<p>Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly.</p>
</a>

<a href="http://github.com/harvesthq/harvey" class="project" target="_blank">
<a href="https://github.com/harvesthq/harvey" class="project" target="_blank">
<h2>harvey</h2>
<p>CoffeeScript</p>
<p>Harvey lets you add a second face to your application’s JavaScript. Neat!</p>
</a>

<a href="http://github.com/harvesthq/sidetap" class="project" target="_blank">
<h2>sidetap</h2>
<p>JavaScript</p>
<p>An easy-to-use implementation of the side navigation pattern popularized by apps like Sparrow and Facebook.</p>
</a>

<a href="https://github.com/harvesthq/simple_xlsx_writer" class="project" target="_blank">
<h2>simple_xlsx_writer</h2>
<p>Ruby</p>
<p>This is a simple, no-fuss generator for OpenXML (aka XLSX) files. No formatting or styles included, just few basic datatypes.</p>
<a href="https://github.com/harvesthq/notable" class="project" target="_blank">
<h2>notable</h2>
<p>Go</p>
<p>Notable makes it easy to share notable announcements with your team via Slack notifications and email digests.</p>
</a>

<a href="http://github.com/harvesthq/tick" class="project" target="_blank">
<a href="https://github.com/harvesthq/tick" class="project" target="_blank">
<h2>tick</h2>
<p>CoffeeScript</p>
<p>Tick is a JavaScript plugin that makes visualizing dynamically changing numbers a breeze.</p>
</a>

<a href="http://github.com/harvesthq/time-warp" class="project" target="_blank">
<a href="https://github.com/harvesthq/time-warp" class="project" target="_blank">
<h2>time-warp</h2>
<p>Ruby</p>
<p>When testing, it's useful to manipulate time to test across multiple timezones or specific calendar dates.</p>
</a>
</nav>

</div>
</body>
</html>
</html>

0 comments on commit 5b78e1b

Please sign in to comment.