-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
50 lines (45 loc) · 1.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>Open Source @ Harvest</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=1">
<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="https://www.getharvest.com" target="_blank">Harvest</a></h1>
<p>
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="https://github.com/orgs/harvesthq/repositories" target="_blank">on Github</a>
</p>
<small>Updated 29 Jan 2016</small>
</header>
<nav>
<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="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="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="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>
</nav>
</div>
</body>
</html>