Skip to content

Commit abb349f

Browse files
author
Kalvir Sandhu
committed
First stab of adding company data provided from Eric
1 parent f6512ba commit abb349f

File tree

6 files changed

+93
-0
lines changed

6 files changed

+93
-0
lines changed

.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_JOBS: 8

_data/companies.csv

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name,codebase,market,website,location,team_size,technologies,ruby_role
2+
ACL,Rails,Finance/Audit,http://www.acl.com,"Coal Harbour, Vancouver",Medium,"",""
3+
ActiveState,Sinatra,IT,http://www.activestate.com/,Downtown Vancouver,Medium,"Sinatra+Sequel (+ Go, Node.js, client-side JS/Backbone)",""
4+
Amazon,Rails,HR/IS - Internal,"",Vancouver,Small,"",Web App
5+
Ayogo,Rails/Ruby,Gaming/Health,http://ayogo.com,Downtown Vancouver,Micro,"",""
6+
Bardell Enterainment,Rails,Gaming/??,http://bardel.ca,Vancouver,?,"",""
7+
BMC,Rails,Analytics/IT,http://www.bmc.com,Vancouver,?,"",""
8+
Brewhouse,"Rails | Ruby | Sinatra",Product Agency / Consultants,http://brewhouse.io,Vancouver,Small,"Angular, Ember, JavaScript","
<a href='http://goodbits.io'>Goodbits.io</a>"
9+
Casting Workbook,Rails/Ruby,Job/Actors/Film/TV,http://www.castingworkbook.com,Vancouver,Small,"ASP, .NET, Angular, MS SQL, Postgres",API/ Web App/SOA
10+
Clio,Rails,Legal/Documents,http://www.goclio.com,"Burnaby, Vancouver",Medium,"",""
11+
Code Core,Rails,Teaching/Bootcamp,http://www.codecore.ca,Vancouver,Micro,"",""
12+
Contractually,Rails,Legal/Documents,http://www.contractual.ly/,Vancouver,Micro,SalesForce,""
13+
Deversus,Rails,Software/ Consultant/ Coders for hire,www.deversus.com,Vancouver,Micro,"",""
14+
domain7,Rails,Marketing,http://domain7.com,Vancouver,Micro,"",""
15+
E-xact,Ruby,Finance/Payment transactions,http://www.e-xact.com,Vancouver,Small,"",""
16+
Envisio,Rails,business stratgey,http://www.envisio.com,Vancouver,Micro,"",""
17+
Freerunning technologies,Rails/Ruby,Software/ Consultant/ Coders for hire,http://www.freerunningtech.com,Victoria,Large,"",""
18+
GuestFolio,Rails,CRM/Hotel,http://www.guestfolio.com,Whilster,Micro,"",""
19+
Hubifi,Rails,Marketing/Community,http://hubifi.com,Victoria,Micro,"",""
20+
IGENO,Rails,Analytics/Tourisim,igeno.com,Vancouver,"","",""
21+
Klue,Rails/Ruby?,Business Intelligence,http://www.klue.in,Vancouver,Micro,"",""
22+
Koinify,Rails,Finance/Currency,http://www.koinify.com/,Vancouver/Seattle,Micro,"",""
23+
LightHouse Labs,Rails/Ruby,Teaching/Bootcamp,http://www.lighthouselabs.ca,Vancouver,Micro,"",""
24+
Liquet,Rails,Internet of Things,https://linquet.com,Vancouver,Micro,Angular,""
25+
Medeo,Rails,Health/Video,https://medeohealth.com,Vancouver,Small/Micro?,"",""
26+
Mobio,Rails,Social Network/Celebrities,"",Vancouver,Micro,Postgres,Web App
27+
Mogo,Ruby,Finance/loans,https://www.mogo.ca,Vancouver,Small?,"",""
28+
mybesthelper,Rails,Job/babysitter,https://www.mybesthelper.com,Vancouver,Micro,MySQL,Web App
29+
Noomii,Rails/Ruby,Job/coaches,http://www.noomii.com,Vancouver,Micro,"",""
30+
Payroll Hero,Rails,Payroll,http://payrollhero.com,Whistler,Small,"",""
31+
Perch,Rails,Video streaming,http://perch.co,Vancouver,Micro,"",""
32+
Promo,Rails,Marketing/Mobile/SME,http://beta.promo.co,Vancouver,Micro,Angular,""
33+
PurpleLion,Rails,HR/Recruiting/Marketing,http://purplelion.ca,Vancouver,Micro,"",""
34+
Sage,Rails,Finance/ Accounting,http://www.sageone.com,Richmond,Large,.NET,""
35+
Social Chorus,Rails/Ruby,Marketing/Social,http://www.socialchorus.com,Vancouver,Small,"",""
36+
Spacelist,Rails,Rental,http://spacelist.ca,Vancouver,Micro,"",""
37+
Strutta,Rails,Marketing/Contests,http://www.strutta.com,Vancouver,Micro,"",""
38+
thinkific,Rails,Marketing/Learning,http://www.thinkific.com,Vancouver,Micro,"",""
39+
Unbounce,Rails,Marketing/Landing Pages,http://unbouncepages.com,Vancouver,Small?,"",""
40+
VenueSpot,Rails,Bidding/Venues bid to host event,http://www.venuespot.co,Vancouver,Micro,Angular,""
41+
Vin65,Rails,Shopping/Wine,https://www.vin65.com,Vancouver,Micro,ColdFusion,""
42+
Wealthbar,Rails,Finance/Investment,https://www.wealthbar.com,Vancouver,Micro,"",""
43+
Weddingful,Rails,Shopping/Weddings,https://weddingful.com,Vancouver,Micro,"",Web App
44+
Wishpond,Rails,Marketing/multiple products,http://corp.wishpond.com,"Coal Harbour, Vancouver",Small,"",""
45+
Zozi,Rails,Booking/Shopping/ Tourism,https://www.zozi.com/seattle,Vancouver,?,,

_layouts/layout.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@
3030
<span class="icon-bar"></span>
3131
<span class="icon-bar"></span>
3232
</button>
33+
3334
<a class="navbar-brand" href="/">#VanRuby</a>
35+
3436
</div>
3537
<div id="navbar" class="collapse navbar-collapse">
3638
<ul class="nav navbar-nav">
3739
<li><a href="/friends.html">Friends</a></li>
40+
<li><a href="/companies.html"> Companies</a></li>
3841
<li><a href="https://github.com/vanruby/vanruby.github.io/wiki">Wiki</a></li>
3942
<li><a href="/2014-heroes.html">Hero Awards</a></li>
4043
</ul>

companies.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: layout
3+
title: "VanRuby - Local Companies"
4+
---
5+
6+
<div class="row">
7+
<div class="col-md-12">
8+
9+
<h1>Companies</h1>
10+
<p>Here is a list of companies that developers in or around Vancouver are working for. Kindly first put together from <a href="http://ca.linkedin.com/in/ericbrooke/" target="_blank">Eric Brookes</a>.</p>
11+
12+
<p> Be a part of these {{site.data.companies.size}} companies working with Ruby. Modify the "_data/companies.csv" in <a href="https://github.com/vanruby/vanruby.github.io" target="_blank">our repo</a> and send us a <a href="https://github.com/vanruby/vanruby.github.io" target="_blank">Pull Request on Github</a>.</p>
13+
14+
<table class="table companies">
15+
<tr>
16+
<th>Name</th>
17+
<th>Codebase</th>
18+
<th>Market</th>
19+
<th>Location</th>
20+
<th>Team Size <a href="#" data-toggle="tooltip" data-placement="bottom" title="Micro 1-3, Small 4-7, Medium 7- 10,Large 11+">?</a></th>
21+
<th>Other Technologies</th>
22+
<th>Ruby role</th>
23+
</tr>
24+
{% for company in site.data.companies %}
25+
<tr class="company">
26+
<td><a href="{{ company.website }}" target="_blank">{{ company.name }}</a></td>
27+
<td>{{ company.codebase }}</td>
28+
<td>{{ company.market }}</td>
29+
<td>{{ company.location }}</td>
30+
<td>{{ company.team_size }}</td>
31+
<td>{{ company.technologies }}</td>
32+
<td>{{ company.ruby_role }}</td>
33+
</tr>
34+
{% endfor %}
35+
</table>
36+
37+
</div>
38+
</div>

css/vanruby.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ body {
1111

1212
.jumbotron {
1313
margin-top: 20px;
14+
15+
.company .hide-overflow {
16+
overflow:hidden;
1417
}

js/application.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
}
1313
});
1414

15+
$("a[data-toggle='tooltip']").tooltip();
16+
1517

1618
})(jQuery);

0 commit comments

Comments
 (0)