Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
newhavenrb.github.com/jobs.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
93 lines (82 sloc)
4.21 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: default | |
title: Jobs | newhaven.rb | |
active_nav: jobs | |
--- | |
<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> (preferred).</p> | |
<!-- | |
Companies are listed alphabetically. | |
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.) | |
Please include a local copy of your logo in images/logos/. This prevents the page from breaking if a remote logo is changed (which has happened in the past). | |
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="background-color: #7dc242"><a href="http://crisply.com/jobs"><img alt="Crisply logo" src="images/logos/crisply.png"></a></td> | |
<td class="description"> | |
<a href="http://crisply.com/jobs">Crisply</a><br /> | |
<a href="http://crisply.com/">crisply.com</a> | |
</td> | |
</tr> | |
<tr> | |
<td class="logo" style="padding: 15px 10px"><a href="http://edrop.com"><img alt="eDrop logo" src="images/logos/edrop.jpg" /></a></td> | |
<td class="description"> | |
<a href="http://edrop.com">eDrop</a><br /> | |
<a href="http://www.edrop.com/">eDrop.com</a> | |
</td> | |
</tr> | |
<tr> | |
<td class="logo" style="padding: 15px 10px"><a href="http://www.finalsite.com/"><img alt="Finalsite logo" src="images/logos/finalsitelogo.jpg" /></a></td> | |
<td class="description"> | |
<a href="http://www.finalsite.com/jobs/">Finalsite</a><br /> | |
<a href="http://www.finalsite.com/">finalsite.com</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://www.market76.com"><img alt="Market76 logo" src="images/logos/market76.png"></a></td> | |
<td class="description"> | |
<a href="http://www.market76.com">Market76</a><br /> | |
<a href="http://www.market76.com">market76.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> (preferred).</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> |