forked from newhavenrb/newhavenrb.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjobs.html
More file actions
108 lines (94 loc) · 4.88 KB
/
jobs.html
File metadata and controls
108 lines (94 loc) · 4.88 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html>
<head>
<title>newhaven.rb - Jobs</title>
<meta charset="utf-8" />
<link href="http://fonts.googleapis.com/css?family=Cantarell:regular,bold" rel="stylesheet" type="text/css" />
<link href="css/style.css" media="all" rel="stylesheet" />
</head>
<body>
<div id="page">
<div id="header"><a href="index.html"><img src="images/nh_skyline.png" /></a></div>
<div id="content">
<div>
<a href="index.html">Home</a>
/
<a href="http://groups.google.com/group/newhavenrb">Mailing List</a>
/
<a href="http://www.meetup.com/newhavenrb">Meetup</a>
/
<a href="http://www.twitter.com/newhavenrb">Twitter</a>
/
<a href="http://www.github.com/newhavenrb">GitHub</a>
/
<a href="irc://irc.freenode.net/newhavenrb">IRC</a>
/
Jobs
</div>
<div>
<h2>New Haven, CT Ruby Jobs</h2>
<h3>Current Openings</h3>
<p>If you would like to be listed here, please contact <a href="http://twitter.com/newhavenrb">@newhavenrb</a> or <a href="https://github.com/newhavenrb/newhavenrb.github.com/blob/master/jobs.html">contribute changes via GitHub</a>.</p>
<!--
If you are adding a listing, this is the format that's being used right now. (If you'd like to see it change, let us know.)
Logo (links to jobs page) Organization 1 name (links to jobs page)
Organization 1 URL (links to home page)
Logo (links to jobs page) Organization 2 name (links to jobs page)
Organization 2 URL (links to home page)
-->
<p>The following area businesses and organizations have Ruby job openings:</p>
<table>
<tr>
<td class="logo" style="background-color: #064d74"><a href="http://www.continuity.net/"><img alt="Continuity Control logo" src="images/logos/continuity_control.png" /></a></td>
<td class="description">
<a href="http://www.continuity.net/">Continuity Control</a><br />
<a href="http://www.continuity.net/">continuity.net</a>
</td>
</tr>
<tr>
<td class="logo" style="padding: 15px 10px"><a href="http://hedgeye.hrmdirect.com/employment/search.php?search=true&dept=-1&office=-1"><img alt="Hedgeye logo" src="images/logos/hedgeye.png" /></a></td>
<td class="description">
<a href="http://hedgeye.hrmdirect.com/employment/search.php?search=true&dept=-1&office=-1">Hedgeye</a><br />
<a href="http://www.hedgeye.com/">hedgeye.com</a>
</td>
</tr>
<tr>
<td class="logo"><a href="http://seeclickfix.com/jobs"><img alt="SeeClickFix logo" src="images/logos/seeclickfix.png"></a></td>
<td class="description">
<a href="http://seeclickfix.com/jobs">SeeClickFix</a><br />
<a href="http://seeclickfix.com/">seeclickfix.com</a>
</td>
</tr>
</table>
<h3>Other organizations</h3>
<p>There are other organizations in the New Haven area that employ Rubyists, but may not have a current opening. If you'd like to see your company or organization listed here, please contact <a href="http://twitter.com/newhavenrb">@newhavenrb</a> or <a href="https://github.com/newhavenrb/newhavenrb.github.com/blob/master/jobs.html">contribute changes via GitHub</a>.</p>
<table>
<tr>
<td class="logo" style="padding: 15px 84px"><a href="http://www.yale.edu/"><img alt="Yale University logo" src="images/logos/yale.gif"></a></td>
<td class="description">
<a href="http://www.yale.edu/">Yale University</a><br />
<a href="http://www.yale.edu/">yale.edu</a>
</td>
</tr>
</table>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25562138-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="js/jquery.jgfeed-min.js" type="text/javascript"></script>
<script src="js/mustache.js"></script>
<script src="js/konami.js"></script>
<script src="js/jquery.linkify-1.0-min.js"></script>
<script src="js/sitecode.js" type="text/javascript"></script>
</body>
</html>