Commit graph

734 commits

Author SHA1 Message Date
Jacob Wilson
94faef188c AgileBits -> 1Password (#424) 2018-06-06 23:14:14 -05:00
Phil Freo
92fd92c399 Updates to Close.io (#426) 2018-06-06 23:11:17 -05:00
Christopher Brind
a23c5bba05 Added info for DuckDuckGo (#425) 2018-06-06 23:10:33 -05:00
Drew Szurko
4d65c61b77 Update udacity.md (#418)
Previous 'Open positions' url produced a 404 error. New url redirects to correct Udacity 'Open positions' page.
2018-05-25 14:12:54 -05:00
James Nylen
c620906482 Remove "unknown" sections (#417) 2018-05-24 15:23:24 +01:00
Yorgos Saslis
e90e0a8713 Add telestax profile (#416) 2018-05-19 17:37:07 -05:00
Lynn Fisher
0f3d7c7d95 Update &yet profile (#415)
* update &yet company profile

* update &yet profile
2018-05-10 07:29:02 +01:00
Jacob Wilson
ad3c2b9208 Modernize the AgileBits profile (#414) 2018-04-30 19:53:53 +01:00
James Nylen
bdce7e5637 Add missing company profiles; require all companies to have a profile (#413)
* Rename "Tower / fournova" to "fournova"

* Fix some issues in the readme

These could break later steps in automated profile generation.

* Generate "sed" script to fill in missing readme links

To use this:

sed -e "big output line from script" -i README.md

* Fill in missing readme links

Missing profile files have not been generated yet.

* Update script to write missing company profiles

* Add missing company profile files (minimal)

* Update rename script

Now that company profiles may contain their own filename, we need to
update the filename there too.

* Rename a few company profiles

* Remove temporary code to generate minimal profiles
2018-04-24 11:20:07 +01:00
Pam Selle
ff98995a68 Add IOpipe, closes #410 (#411) 2018-04-20 23:01:59 -04:00
Joshua Rosenfeld
bfa37bd248 Update Discourse (#408) 2018-04-18 14:46:00 +01:00
Kyle
930553c7aa Add Sandhills Development (#409)
* Create sandhills-development.md

* Add Sandhills Development

* Main Sandhills site not on https

just removed the "s".

* Fix alphabetization
2018-04-18 14:43:15 +01:00
James Nylen
c00635038d
Make company headings consistent (#407)
* Change "Office Locations" to "Office locations" for consistent casing

* Standardize other company headings

* Validate heading names

* Add a way to look at headings of all profiles at once
2018-04-16 18:15:26 -04:00
jvelezpo
4eb1208c8f Add Payfully (#389)
Props @jvelezpo.
2018-04-15 14:53:39 -04:00
jose pita
5378ecec11 add kodify.io (#249) 2018-04-15 14:35:37 -04:00
Eddie Jaoude
39f2e994e3 DashboardHub company profile page added (#404) 2018-04-14 05:15:55 -04:00
David GG
e70843bc19 Add MarsBased (#406) 2018-04-14 03:18:51 -04:00
John Xie
aea7894766 added taskade company profile (#397) 2018-04-14 03:16:38 -04:00
Philippe Lafoucrière
4695c446a1 Remove Tech-Angels (#405)
* Remove Tech-Angels

The company is shutting down after [Gemnasium acquisition](https://gemnasium.com/blog/gemnasium-is-acquired-by-gitlab/)

* Delete tech-angels.md
2018-03-29 12:17:06 +01:00
wakingrufus
1d75d2ca73 Add Grubhub (#402) 2018-03-20 15:01:28 +00:00
Michael Overmeyer
9106cc1c88 PhishMe rebranded as Cofense (#401)
* PhishMe rebranded as Cofense

See [press release](https://cofense.com/phishme-acquired-private-equity-syndicate-rebrands-cofense)

* Added company profile and fixed syntax mistakes in README.
2018-03-20 14:40:02 +00:00
Chris Armstrong
4e3c0082c2 Add Algorithmia (#399) 2018-03-02 09:19:25 +00:00
Jake Johnson
4e8c85c29b Add TaxJar (#395) 2018-02-28 17:43:28 +00:00
Mayank Mishra
30841db3c0 Adds Thinkful to the list (#394) 2018-02-28 17:42:41 +00:00
Sean Flannagan
0a5af3dc97 Add status.im (#393)
* add status.im

* add status.im to readme
2018-02-28 17:41:04 +00:00
Rafael Perez
582864b399 Added paktor (#392)
* Added paktor.md

* Added paktor to README.md
2018-02-28 17:40:07 +00:00
Gary Poster
fdaa5a7529 Update Manifold (#388)
* Update manifold.md

* Update Manifold supported timezones
2018-01-25 09:52:15 +00:00
Chris Bracco
1bc392c26e Update filename to comply with naming conventions 2018-01-10 23:19:27 +00:00
Chris Bracco
aec528923e Adds Muck Rack 2018-01-10 23:19:27 +00:00
Robert Wilkinson
68b16899a5 Add oddball and profile (#383)
* Create oddball.md

* Update README.md

* Update README.md
2018-01-10 23:10:56 +00:00
Andy Wiseman
9da9b5c710 Update casumo.md (#385) 2018-01-10 23:07:41 +00:00
James Nylen
1d19ab3730 Add company profile for The Wirecutter (#378)
* Add company profile for The Wirecutter

* Actually add company profile for The Wirecutter
2017-12-29 10:37:04 +00:00
Max Al Farakh
b4129c57cc Added Jitbit (#381) 2017-12-29 10:34:43 +00:00
Nikita Sobolev
ca57f59bce Adds wemake.services (#379) 2017-12-21 18:36:00 +00:00
James Nylen
7c08aef114 Fix company names; add Travis CI config (#377)
* Fix minor issues in readme table

* Parse and validate readme table

* Add missing links from readme to company profiles

* Fix the last issue with a company's name in its profile

* Add script to rename a company profile

* Fix example company name to match its profile filename

* Rename company profiles to match filename convention

Run this to generate the rename commands:

bin/validate.js | grep 'Expected filename' | sed 's#^#bin/rename.sh company-profiles/#; s#: Expected filename "# company-profiles/#; s#" for company .*$##' | tee renames.txt

Inspect the output, then run this to do the renames:

sh < renames.txt

* Add Travis CI configuration
2017-12-18 22:08:09 +00:00
Doug Aitken
6ad87a5e1b
Fixing (#376)
* Update a8c

* https 10up and add example profile to readme

* delete *2.md dupe files

* add https to links

* fix hmnmd header

* fix conversio header

* fix header and https

* header, https, typo

* name company name standard

* removed h1 from region
2017-12-17 14:49:15 +00:00
Doug Aitken
1fa29f010b
Bunch of updates (#374)
* Update a8c

* https 10up and add example profile to readme

* delete *2.md dupe files

* add https to links
2017-12-16 21:36:09 +00:00
rickmurt
77b0fef142 Add Fuel Made (#373) 2017-12-16 18:34:04 +00:00
JW
c13c24f08d remove getaround (#371) 2017-12-14 18:09:26 +00:00
JW
605c4b1280 edit company size and hiring process link (#364) 2017-12-02 12:40:38 +00:00
Sietse van der Laan
f199e43b11 Update texts (#363)
Updated to a more modern version
2017-12-02 12:38:44 +00:00
garmahis
a0d1717dd0 adding TimeSpot (#362) 2017-11-27 21:45:11 +00:00
Joshua Rosenfeld
bb7d9c3b17 Update employee count for Discourse (#361) 2017-11-16 17:59:06 +00:00
Jacqueline Outka
873fb4d5b7 Add ConsenSys (#358)
* Add Circonus

* Add ConsenSys

* Update README.md
2017-11-03 08:45:51 +00:00
Huiming Teo
d0cc4ad175 Add Black Tangent company profile (#359) 2017-11-03 08:43:44 +00:00
ahughes5ak
693414a227 Added Gaggle Profile (#357) 2017-10-28 21:49:21 +01:00
Jenell Pizarro
40404dd4ff Skillcrush (#356)
* added Skillcrush

* added Skillcrush

* clickable links on skillcrush.md
2017-10-17 15:38:58 -04:00
Doug Aitken
bc740dcd55 Merge pull request #355 from dougaitken/master
adding in Stencil
2017-10-06 14:42:40 +01:00
Doug Aitken
990115674c adding stencil.md
added stencil via
2017-10-06 10:30:03 +01:00
James Nylen
7048a69a98 Typo fix
Antarcia -> Antarctica
2017-10-04 21:52:59 -05:00
pdewouters
c7071f7aec Adds Human Made 2017-09-28 11:24:35 +01:00
Ernest W. Durbin III
12adaef009 Update zapier.md
Freshen up technologies list, emphasize that there really are no offices.
2017-09-21 19:15:14 -04:00
Kyle Pace
a1cc7fe906 Add Olo. 2017-09-18 14:24:57 -04:00
Ivan Rodriguez
c888d853c7 add BriteCore
add BriteCore to README

change N/A to unknown

TMP fix readme

add jenkins

update location
2017-09-13 23:46:40 -05:00
Doug Aitken
ec438cf7fa edits and updates (#341)
* updated PR template

made it very obvious what is needed

* Add Datadog. remove hyperlink from Data Science Brigade

* updated a bunch of "worldwide" edits
2017-09-06 23:21:11 +01:00
Doug Aitken
a0fa8626a9 Merge branch 'master' into master 2017-09-06 23:18:15 +01:00
Doug Aitken
6b051c7c80 Add Datadog. remove hyperlink from Data Science Brigade 2017-09-06 23:07:55 +01:00
PsyChip
e841a9351d added codestunts.com (#338)
* added codestunts.com

* updated company profile
2017-09-06 22:21:48 +01:00
Doug Aitken
b8b2ee58db updated PR template (#339)
made it very obvious what is needed
2017-09-05 23:03:17 +01:00
Doug Aitken
0cc44100a7 Merge remote-tracking branch 'jessicard/master' 2017-08-23 18:09:20 +01:00
Leon Barnard
87519e243e Create balsamiq.md (#334) 2017-08-10 14:06:26 +01:00
Doug Aitken
b7eedef0dd update stuff 2017-08-03 14:21:56 +01:00
Bastien Gysler
88288359d8 Add stairlin profile (#332) 2017-08-03 13:05:14 +01:00
Greg Poirier
fab8c350ba Add Sensu to list with company profile (#331) 2017-08-03 13:04:21 +01:00
Jon Topper
3614351f42 Add The Scale Factory (#330) 2017-07-31 14:59:20 +01:00
Alejandro Gomez
96fc946d84 Adding Convert.com (#327) 2017-07-27 08:48:31 +01:00
Sam Elliott
0cace61624 Basho is Dead (#326)
* Basho is Dead

* Basho is Dead (Pt 2)
2017-07-27 08:47:34 +01:00
Patrick Weston
72fb8be9e8 Add Palantir.net (#323)
* Add Palantir.net to README

* Create Palantir.net company profile

* Rename file with Markdown extension

* Update remote status

* Add generic roles
2017-07-27 08:43:44 +01:00
Matthew O'Riordan
8f3f4950d5 Add Ably realtime https://www.ably.io (#321) 2017-07-11 09:43:45 +01:00
Tierney Cyren
e298724f03 Update NodeSource's section (#320)
* Add NodeSource company profile

Adds missing company profile for NodeSource.

* Update NodeSource in README.md

Updates NodeSource in README.md to add in the company profile and hiring regions.

* Updates Remote Status in nodesource.md

Updates Remote Status in nodesource.md according to the guidelines in the PR template.

* Add missing Careers link

Adds a missing link to the NodeSource careers page.
2017-07-11 09:32:01 +01:00
Tiago Rodrigues
3fca674d0e Add LaterPay company profile (#317)
* Add LaterPay company profile

* Link Laterpay profile from the main list
2017-07-06 13:17:56 +01:00
Taylor D. Edmiston
7473cbfbe6 Add Astronomer (#318) 2017-07-04 19:00:08 +01:00
vtuson
d76ab74feb Adding bitnami to the list (#314)
* first cut at adding bitnami

* minor changes to bitnami listing
2017-07-04 18:58:07 +01:00
Patrick LaRoche
0ddca50c1f Adding manifold (#313) 2017-07-04 18:57:29 +01:00
Ivana
8c4e57fba4 Adding + fixing Customer.io (#312)
We were on there already, but the name was misspelt in the README and
there was no profile. Added both here!
2017-07-04 18:54:45 +01:00
Zayna Shahzad
633d0a5c81 Add PagerDuty to list (#315) 2017-07-04 18:54:02 +01:00
Vsevolod
5c59f16b80 Added Findify (#311)
* - added Findify

* - update Findify description
2017-06-13 20:12:46 +01:00
Mike Auclair
47e23f5497 Add Ad Hoc (#308)
LGTM
2017-06-12 15:19:42 +01:00
Nettledin
1157ffe8e6 Add files via upload (#307)
* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Delete nettledinburgh.md
2017-05-23 16:34:41 +01:00
Ana Schwendler
23216bcc34 Adds Data Science Brigade information (#306) 2017-05-11 21:36:10 +01:00
David Cathcart
bc5badc985 Add Hanzo Archives to README.md and add company profile (#305) 2017-05-05 14:20:29 +01:00
Julia Elman
44c4353734 Update Zapier company profile. (#304) 2017-05-05 14:16:57 +01:00
Jordy Webb
0de047172d Add Getaround to the list (#302)
* add getaround

* edit company blurb
2017-05-03 20:01:58 +01:00
Sam
0221c780b3 Updated info (#303) 2017-05-03 14:34:52 +01:00
Jordy Webb
bedd8ab007 add the grid profile and edit existing readme (#299) 2017-04-25 12:00:37 +01:00
Louis Pilfold
9ac8dae2ce Add Honeycomb! (#294)
:)
2017-04-07 12:08:01 +01:00
ashthemighty
891479dd6d Adding ReCharge to list of remote companies. (#295)
* Adding ReCharge

Adding the ReCharge company profile.

* Added ReCharge Profile to Readme

* Added ReCharge Profile to Readme
2017-04-07 12:06:41 +01:00
Jacqueline Outka
930946a690 Add Circonus (#293) 2017-04-03 16:24:12 +01:00
EvaCatHerder
227296c392 Add AgileBits to README and created company profile (#292)
* Add AgileBits to README and created company profile

Issue #289

* Update agilebits.md

* Update agilebits.md
2017-04-02 21:02:20 +01:00
Doug Aitken
e70b304289 updates
clone
2017-04-02 20:19:45 +01:00
Jacqueline Outka
2ba3d73996 Add NoRedInk (#288)
* Fix Markdown errors in Art&Logic profile

* Add NoRedInk
2017-04-02 14:21:36 +01:00
Josh Thompson
787256867d Fix litmus formatting (#287)
* add Litmus to list of companies, per contributor guidelines

* fix h1 formatting
2017-04-02 14:21:01 +01:00
Jacqueline Outka
10d0337c8d Adds Art&Logic (#286)
* Add Art&Logic

* Update README.md
2017-03-30 11:06:05 +01:00
Isabel Lee
b4499e946c Add AlphaSights (#283)
* Add AlphaSights

* Update README with AlphaSights
2017-03-23 16:41:30 +00:00
Michael Edelstone
1b2eb00699 fix broken link to careers page (#281) 2017-03-02 11:36:17 +00:00
mahmoudilyan
2b2c7b7176 Conversio Company Added (#280)
* Create conversio.md

* Update conversio.md

* Update README.md
2017-02-23 09:48:45 +00:00
Josh Padnick
ca074f65ce Update to Josh bio. (#278) 2017-02-17 15:16:40 +00:00
Yevgeniy Brikman
b2a3816f60 Remove Atomic Squirrel, Add Gruntwork (#277)
* Add Gruntwork, remove Atomic Squirrel from README

Atomic Squirrel has merged with another company to form Gruntwork. See: http://www.ybrikman.com/writing/2016/04/25/introducing-gruntwork-up-and-running-aws-2-weeks/

* Remove atomic-squirrel.md

Atomic Squirrel has merged with another company into Gruntwork: http://www.ybrikman.com/writing/2016/04/25/introducing-gruntwork-up-and-running-aws-2-weeks/

* Add Gruntwork company profile

* Some minor cleanup for the Gruntwork profile
2017-02-16 13:14:21 +00:00
Maxim Derbin
ca0fa7dcf1 Fix typo in evilmartians (#276) 2017-01-24 14:23:09 +00:00
Maxim Derbin
e71455d3f7 Add Evil Martians (#269) 2017-01-19 09:29:34 +00:00
Josh Thompson
dbddf5a349 add Litmus to list of companies, per contributor guidelines (#275) 2017-01-16 13:27:03 +00:00
Kenny Gryp
1b9558d646 Added Percona (#267)
* Added Percona

* added percona profile
2017-01-11 23:04:57 +00:00
Ildar Sagdejev
b7c3e12067 Add CodePen 2016-12-31 19:50:02 -05:00
rockyluke
0a3aa63f5e
Add Dalenys (https://dalenys.com/) 2016-12-14 11:15:42 +01:00
Doug Aitken
7076ab3195 Merge pull request #260 from LadySith/patch-1
Added Hyperion Development South Africa
2016-11-27 09:50:08 +00:00
Sithe Ncube
a75f451cac Added https://hyperiondev.com/jobs to hyperion.md 2016-11-25 19:17:36 +02:00
Toray
94aa7ec00c Create aha.md 2016-11-13 12:34:44 -08:00
Grzegorz Ziółkowski
3e5054b492 Update information about Automattic company (#270) 2016-11-10 14:24:02 +00:00
ferhat elmas
d652828a15 Add AgFlow (#268) 2016-11-03 10:13:20 +00:00
Thomas Hils
27e1efe003 updated zapier.md (#258)
+ new team size
+ general applying process
- job specific hiring requirements
2016-10-31 08:43:30 +00:00
Matias Tebele
4e97fa0281 Added Codea IT (#255)
* Update README.md

* Add Codea IT profile
2016-10-31 08:42:47 +00:00
Sithe Ncube
9d33eb7194 Created hyperion.md company profile
Company Profile for Hyperion Development South Africa
2016-10-30 16:36:45 +02:00
Josh Redmond
a1e71f55bd Update company information for Puppet (#256)
* Updated Puppet company information

* Updated main Puppet listing

* Rename company profile file
2016-10-26 15:30:24 +01:00
Daniel Naves de Carvalho
ce35980496 Adding CareMessage (#247)
* CareMessage profile

* Update README.md

* Update caremessage.md
2016-10-24 12:23:01 +01:00
Gijs Nelissen
f0eb71db69 added Prezly (#252) 2016-10-24 12:20:51 +01:00
Craig McCreath
79669d100b Added information on mtc. (#254) 2016-10-23 18:17:26 +01:00
Scott Grant
bf0088df7f Adds Six to Start to the listings (#253)
* Adds Six to Start remote listing.

Yay, Zombies!

* Adds link to the Six to Start profile
2016-10-19 17:01:16 +01:00
Ana Krivokapić
4e73bd8a4c Add profile for Red Hat (#251) 2016-10-19 13:04:31 +01:00
Avi Flax
85eda43548 Add profile for Park Assist (#250) 2016-10-07 23:43:14 +01:00
Chase Gray
c35bdd0533 add dronedeploy (#242) 2016-09-08 07:57:36 +01:00
enzo - Eduardo Garcia
213dbe0cb7 Add Anexus a LATAM company (#241) 2016-09-08 07:53:01 +01:00
Robin Kim
ad9ae4d8dc Update Hack Reactor Remote information (#240)
* Update hackreactorremote.md

* Update Hack Reactor Remote website
2016-08-22 08:35:50 +01:00
Robbie Mackay
b0539c1aa1 Add Ushahidi (#239)
* Add ushahidi company profile

* Add Ushahidi to the readme

* Fix Ushahidi link
2016-08-22 08:35:05 +01:00
Lucas do Amaral Saboya
f30fbfd82d Add helabs (#238)
* Add HE:labs' company profile

* Add HE:lab to the company list

:shipit:
2016-07-23 18:49:57 +01:00
mattynoce
4e19a35220 Add CrowdTangle (#236) 2016-07-21 20:37:26 +01:00
Jasson Qasqant
badd1a44e5 add Edify (#233) 2016-07-06 21:45:10 +01:00
GoFishDigital
823b9f4a8c add simpletexting (#232) 2016-06-11 09:36:17 +01:00
KendraSherer
ce8b44d4cd Adding Mediacurrent to the remote-jobs list (#231)
* Creating new file for Mediacurrent

* Adding Mediacurrent to remote-jobs list
2016-06-11 09:34:44 +01:00
Nathaniel Talbott
cd198278fe Add Spreedly (#230) 2016-06-09 08:33:01 +01:00
Brad Vogel
9ef0c2171d Add Mixmax. (#229) 2016-06-07 18:42:55 +01:00
Sean Ryan
aed9c305b3 Add company profile for Hireology (#228)
* Create Hireology company profile

* Update README with Hireology profile
2016-06-07 18:41:54 +01:00
Dane Hammer
7d8cb8c3af add New Context company (#227)
* add New Context company

* update remote status

* correct grammar in profile
2016-06-07 18:41:11 +01:00
Pawan Rawal
7e4582ee1a adding profile for DGraph (#226)
* adding profile for DGraph

* changed time to UTC+1

* modify description a bit

* modifying region
2016-06-07 18:39:50 +01:00
Phil Freo
c3b9084a94 Details for Close.io (#223)
* Close.io is everywhere 🗺

* Add Close.io profile
2016-05-12 00:33:52 +01:00
David Mytton
875ed5c4ee Added Server Density (#224)
* Added Server Density

* Added profile page

* Added profile page
2016-05-12 00:32:25 +01:00
Doug Aitken
a734865672 Housekeeping. And some companies. (#207)
* add wirecutter for later

* correct help scout

* correct bigcartel link and make .md
2016-05-03 16:34:39 +01:00
annaeatspizza
5b601768e6 create Big Cartel profile (#222) 2016-05-03 16:29:06 +01:00
Wagner Truppel
64506c1895 Fixes grammatical mistakes and changes Swift to iOS. (#221) 2016-05-02 21:56:41 +01:00
Spencer Putnam
b4932504d6 Add allyDVM (#220) 2016-05-02 15:23:59 +01:00
Jamie Hannaford
ba513cc7ae add rackspace profile (#219) 2016-05-02 15:23:01 +01:00
Katherine Fellows
5b2479c504 Update location and company profile for Simple (#218) 2016-05-02 15:22:13 +01:00
Eric Morris
bcaf713846 Add Udacity (#216)
* Add Udacity

* Update udacity.md
2016-05-02 12:13:05 +01:00
Jesse Cooke
17377bb7ad Add InQuicker (#215)
* Add InQuicker

* Add parent company size

* Add application email address

👋 @jerrett
2016-05-02 12:12:17 +01:00
Paul Blundell
9dc91ea5fb Add Novoda (#214)
* Add Novoda

* Create novoda.md

* Add company profile link

* Update novoda.md

* fix typo

* spelling fix
2016-05-02 12:07:05 +01:00
Matt Rogish
295c9e22e3 Adding RO (#211) 2016-05-02 12:01:56 +01:00
Kat Hagan
ed6f4f339d Automattic - just some minor copy edits / updates :) (#210)
details details details.
2016-05-02 11:56:27 +01:00
Miguel Grazziotin
cdb770ee3b Add happybearsoftware (#209)
* Adds Happy Bear Software

* Typo details
2016-04-08 16:36:27 +01:00
James Hebden
58706d78fc Added Fog Creek Software. 2016-04-06 04:39:47 +10:00
Robin Kim
370e359e20 Add Hack Reactor Remote
I listed "Pacific Time Zone (PT)," as it is the generic, official name that covers both PST and PDT.
https://en.wikipedia.org/wiki/Pacific_Time_Zone
2016-03-21 00:49:58 -05:00
Scott Rocher
4e15cf8e76 Remove Blue Bottle 2016-03-16 10:19:40 -07:00
dougaitken
5595a621ec small copy changes 2016-03-09 14:30:09 +00:00
dougaitken
f7bdcf6e90 amend URLs in profiles after readmecritic edit in #201 2016-03-09 14:27:41 +00:00
dougaitken
5659f6dacb add 18F open positions 2016-03-08 23:20:55 +00:00
hw
0e12a7254a Add Axelerant Company profile page 2016-03-08 10:12:18 +05:30
Jordi Tambillo
55406ac245 Added company profile for Doist 2016-02-23 15:06:12 -05:00
Robert J. Simmons
42f9a226b9 Pretty sure the company name is "Chef" 2016-02-16 14:55:25 -05:00
Doug Aitken
e9a45a2f5c Merge pull request #191 from Webikon/master
WordPress agency Webikon
2016-02-10 14:10:01 +00:00
dougaitken
fe6ab808be update 2016-02-10 14:05:38 +00:00
Ján Bočínec
97b1599284 WordPress agency Webikon 2016-02-10 11:43:25 +01:00
Rubén Lozano
16d78716c3 Merge remote-tracking branch 'jessicard/master' 2016-02-10 01:07:02 -06:00
dougaitken
aa24ae24fd Merge remote-tracking branch 'upstream/master' 2016-02-08 17:47:10 +00:00
Rubén Lozano
dbc5900f2f Add KissMetrics profile 2016-02-06 13:18:59 -06:00
Rubén Lozano
df1674f89c Add Bitovi profile 2016-02-06 13:11:39 -06:00
Rubén Lozano
a8857ff9c4 Add Wildbit profile 2016-02-06 13:02:28 -06:00
Rubén Lozano
cac44c6df0 Add Envato profile 2016-02-06 12:52:12 -06:00
Jesús García Crespo
8dffa19f53 Add Artefactual 2016-02-05 16:16:16 -08:00
dougaitken
47d37a37d6 wolfram added to list with company profile 2016-01-22 20:30:55 +00:00
dougaitken
f72c3eab8b Merge remote-tracking branch 'upstream/master' 2016-01-18 12:13:04 +00:00
Doug Aitken
c3c2adaf11 Merge pull request #176 from miynat/master
Add Netsparker.
2016-01-16 11:06:42 +00:00
dougaitken
33e00ade2c Merge remote-tracking branch 'upstream/master' 2016-01-15 22:54:31 +00:00
Doug Aitken
5b2890c918 Merge pull request #187 from simplabs/master
Add simplabs
2016-01-15 14:03:21 +00:00
Selçuk Mıynat
1a8471c086 Merge remote-tracking branch 'upstream/master' 2016-01-15 13:48:00 +02:00
Oliver Azevedo Barnes
f832696591 Add Simplabs 2016-01-14 18:14:52 -02:00
dougaitken
4d0d72e5fb fix redme conflict 2016-01-14 15:39:17 +00:00
Doug Aitken
1a10b6a3c7 Merge pull request #185 from stephsurf87/master
Add StudySoup entry and profile
2016-01-14 15:25:42 +00:00
Doug Aitken
8445e4356c Merge pull request #183 from matinm/master
Add company profile for Heap.
2016-01-14 15:24:02 +00:00
Doug Aitken
45d1937ed4 Merge pull request #182 from ruscoe/master
Added Jackson River.
2016-01-14 15:23:11 +00:00
stephsurf87
0376cfc921 Add StudySoup link 2016-01-06 11:21:29 -08:00
stephsurf87
75d7a0e0d9 Add StudySoup.md profile page 2016-01-06 11:08:30 -08:00
Matin Movassate
c45be4b950 Update and rename heap to heap.md 2015-12-28 17:16:35 -08:00
Matin Movassate
93a08c8516 Add Heap's company profile. 2015-12-28 17:12:35 -08:00
Dan Ruscoe
6815675f2e Added Jackson River. 2015-12-25 23:30:41 -08:00
dougaitken
0d5b954afb start Let's Encrypt 2015-12-18 21:51:13 +00:00
dougaitken
6b7b601383 basho profile 2015-12-12 23:43:44 +00:00
dougaitken
a99a895cfd auth0 profile 2015-12-12 23:31:08 +00:00
dougaitken
087120acb5 update mapbox profile and all instances of USA changed to US 2015-12-12 23:18:18 +00:00
dougaitken
30204b1709 update some regions and Edgar's profile 2015-12-12 23:00:28 +00:00
Selçuk Mıynat
a871b4cbca Add Netsparker. 2015-12-11 16:32:05 +02:00
jessicard
dbebd9d4a9 Merge pull request #175 from dougaitken/master
Another batch of profiles and updated copy
2015-12-08 11:05:58 -08:00
dougaitken
07cb450053 amend everywhere -> worldwide 2015-12-07 20:15:11 +00:00
dougaitken
82f34982b6 Chef 2015-12-06 00:18:46 +00:00
dougaitken
066e71fec8 Articulate 2015-12-05 23:45:09 +00:00
dougaitken
a07d59598f Merge remote-tracking branch 'upstream/master' 2015-12-05 23:11:33 +00:00
Rohan Daxini
4f54989bac formatting 2015-12-04 22:32:33 +05:30
Rohan Daxini
cb38657930 Adding Kiprosh to the list 2015-12-04 22:27:49 +05:30
jessicard
4d4cf0b70c Merge pull request #171 from aawilson/patch-1
Olark!
2015-12-03 14:41:25 -08:00
dougaitken
145028952d wikimedia foundation 2015-12-03 15:33:01 +00:00
dougaitken
8c1bf0a58a start Wiki Found 2015-12-03 15:20:26 +00:00
Aaron Wilson
f2b9952aba company profile for olark 2015-12-03 10:26:47 +00:00
Yevgeniy Brikman
7ac9f095e4 Update profile for Atomic Squirrel 2015-12-02 22:39:54 -05:00
dougaitken
a9e8386bde some atomic-squirrel info 2015-12-02 17:44:43 +00:00
dougaitken
301a556953 added atomic-squirrel for @brikis98 to complete 2015-12-02 17:41:21 +00:00
dougaitken
3608efd916 appstractor 2015-12-02 17:36:17 +00:00
dougaitken
b38d134718 start appstractor 2015-12-02 17:33:04 +00:00
dougaitken
997bd75171 remove android authority - no jobs within company, only contributers to articles 2015-12-02 17:32:12 +00:00
dougaitken
60f2611df0 baremetrics 2015-11-30 22:58:54 +00:00
dougaitken
3c1421ab58 The Ghost Foundation 2015-11-30 22:31:32 +00:00
dougaitken
b2214dbef3 Merge remote-tracking branch 'upstream/master' 2015-11-30 22:15:48 +00:00
dougaitken
7abd922e36 Chargify 2015-11-30 22:14:01 +00:00
jessicard
24d5b35665 Merge pull request #159 from igmoweb/master
Added Incsub company
2015-11-30 13:59:47 -08:00
dougaitken
152eb00c89 Clevertech 2015-11-30 21:53:44 +00:00
dougaitken
394befdf56 add Zapier and change all Everywhere locations to Worldwide 2015-11-25 21:32:07 +00:00
jessicard
d6e0ed3427 Merge pull request #158 from dougaitken/master
Bunch more companies
2015-11-24 18:26:12 -08:00
dougaitken
5815fa6264 Merge remote-tracking branch 'upstream/master' 2015-11-21 14:59:45 +00:00
Ignacio Cruz
e09a28058e Better Incsub description 2015-11-16 19:25:26 +01:00
Ignacio Cruz
2f56ca1bca Added Incsub Profile 2015-11-16 19:21:09 +01:00
dougaitken
dd8baf1bb5 complete Hudl profile 2015-11-16 17:12:38 +00:00
dougaitken
ad4ba143e1 add Hudl 2015-11-16 17:10:57 +00:00
dougaitken
df95aaad32 Bandzoogle 2015-11-14 22:41:38 +00:00
dougaitken
08f75255df add Toptal 2015-11-13 19:11:02 +00:00
dougaitken
f09597b7b8 canonical and cartodb complete 2015-11-12 16:40:35 +00:00
Chris Zeeb
e4f4ffa683 Resolving merge conflict. 2015-11-11 15:59:30 -05:00
dougaitken
aa4f0ea1eb full canonical. add catrodb template 2015-11-11 20:14:24 +00:00
dougaitken
30c6803f16 remove coupa 2015-11-10 21:17:21 +00:00
dougaitken
1f6339dc21 toggl 2015-11-07 20:06:29 +00:00
dougaitken
cfe6a217d9 complete discourse profile 2015-11-05 16:37:27 +00:00
dougaitken
121b7772b9 complete Stripe profile 2015-11-06 16:18:27 +00:00
Nikos Gereoudakis
69e927f277 Add Citrusbyte company profile 2015-11-05 17:59:29 +02:00
dougaitken
d572426915 start stripe 2015-11-04 23:20:53 +00:00
susan
1743d794d0 makes company blurb more clear 2015-11-02 16:50:04 -08:00
susan
4f1b885485 Adds Treehouse company profile and details to index 2015-11-02 16:47:43 -08:00
jessicard
24cc22cfff Merge pull request #147 from timplunkett/patch-3
Fix typos in Buffer's company profile
2015-11-02 16:20:07 -08:00
jessicard
ab83313a47 Merge pull request #146 from deadarm/lullabot-companyprofile
Add Lullabot company profile
2015-11-02 16:19:46 -08:00
jessicard
dd2dfb4918 Merge pull request #144 from deadarm/sass-capitalization
Correct capitalization of Sass preprocessor
2015-11-02 16:19:06 -08:00
jessicard
261e4349fb Merge pull request #143 from deadarm/acquia-companyprofile
Add a company profile for Acquia.
2015-11-02 16:18:29 -08:00
dougaitken
318398e718 complete basecamp profile 2015-11-02 15:18:31 +00:00
dougaitken
5ff6d22499 add basecamp profile 2015-11-01 15:10:26 +00:00
Chris Zeeb
cdda9f5a45 Adding Formstack company profile. 2015-10-31 16:53:43 -04:00
dougaitken
d1d64f251d add basecamp and fix Freeagent location 2015-10-31 15:02:52 +00:00
Tim Plunkett
8455075843 Fix typo in Buffer's company profile 2015-10-30 23:15:08 -04:00
Megh Plunkett
a880b39643 Add Lullabot company profile 2015-10-30 19:22:16 -04:00
Megh Plunkett
d773207280 Correct capitalization of Sass preprocessor
Changes taken from styling of name from project page
http://sass-lang.com/
2015-10-30 19:03:45 -04:00
Megh Plunkett
007cd5197b Add a company profile for Acquia. 2015-10-30 18:57:08 -04:00
dougaitken
d3b838b995 adding 17hats 2015-10-29 14:46:35 +00:00
dougaitken
d52a066071 adding Hugo 2015-10-29 14:38:31 +00:00
dougaitken
c2c5bf07c5 adding Automattic 2015-10-29 14:32:22 +00:00
dougaitken
484372db9f apartment therapy 2015-10-29 14:17:23 +00:00
dougaitken
3f5d3ee8fa complete iwantmyname profile 2015-10-28 16:06:04 +00:00
dougaitken
73bb9a5a75 complete Stack Exchange profile 2015-10-28 15:54:59 +00:00
dougaitken
62ac325190 Merge remote-tracking branch 'upstream/master' 2015-10-28 10:46:18 +00:00
jessicard
f88af27f73 Merge pull request #140 from spicymagpie/master
Fixed the URL description and the postal address in Zeit.io
2015-10-27 17:06:23 -07:00
jessicard
479b2d909c Merge pull request #139 from palant/master
Add Eyeo company profile
2015-10-27 17:06:00 -07:00
jessicard
c57adbe5f6 Merge pull request #136 from tech-angels/master
Add Tech-Angels profile
2015-10-27 17:05:40 -07:00
Spicy Magpie
0dd0ac8d32 Fixed the URL description and the postal address in Zeit.io 2015-10-27 17:29:23 -03:00
Philippe Lafoucrière
1394d97de1 Fix typos 2015-10-27 08:49:10 -04:00
Wladimir Palant
45cfaba30b Improved formulation in a few places 2015-10-27 13:32:25 +01:00
Wladimir Palant
4af25a776e Added Eyeo company profile 2015-10-27 12:10:23 +01:00
dougaitken
a3b1e2c3bb Merge remote-tracking branch 'upstream/master' 2015-10-26 23:41:04 +00:00
dougaitken
0d9a0cd97a start Stack Exchange 2015-10-26 23:40:52 +00:00
jessicard
5a6763c7f5 Merge pull request #135 from Casumo/master
Add Casumo to the list
2015-10-26 13:53:33 -07:00
Philippe Lafoucrière
df6bd07672 Add Tech-Angels profile 2015-10-26 10:19:14 -04:00
Josef Galea
e7c399f502 Add Casumo to the list 2015-10-26 11:03:02 +01:00
jessicard
1d88d65b23 Merge pull request #134 from dougaitken/master
more companies - DigitalOcean, Harvest, Intercom
2015-10-25 12:15:44 -07:00
jessicard
9f11ba9019 Merge pull request #130 from lenazun/add-Hypothesis
Add Hypothesis
2015-10-25 12:14:51 -07:00
dougaitken
02063e41d3 add Intercom and add Harvest team size 2015-10-25 13:32:46 +00:00
dougaitken
8093f415f4 add full Harvest profile 2015-10-25 13:21:08 +00:00
dougaitken
95a191eefb completed DO profile 2015-10-23 23:58:43 +01:00
dougaitken
05a1094305 Merge remote-tracking branch 'upstream/master' 2015-10-23 15:50:59 +01:00
dougaitken
96f94df3a3 starting Harvest 2015-10-22 23:57:21 +01:00
Lena Gunn
20d201f6c8 oops re-added example.md 2015-10-21 15:47:08 -07:00
Lena
8a4fcb84da Added H company profile 2015-10-21 15:33:14 -07:00
dougaitken
03a12d96ae Merge remote-tracking branch 'upstream/master' 2015-10-21 11:56:47 +01:00
kmossco
216630d9c6 Updated README.md and added 3 files to company-profiles
Added 3 new companies that have currently open job postings in
remotive.io. Edgar, Knack and Corgibytes.
Added full company profile, careers page link and updated README
2015-10-21 09:00:29 +03:00
jessicard
100c882413 Merge pull request #126 from ben/gridium
Add Gridium
2015-10-20 21:50:25 -04:00
Ben Straub
767643e88b Add Gridium 2015-10-20 11:22:31 -07:00
dougaitken
33f1b706d8 pull upstream and start Digital Ocean 2015-10-20 17:03:44 +01:00
Jaime Iniesta
8cdde29aee adds Localistico profile 2015-10-20 16:17:47 +02:00
jessicard
a8f95fa91d Merge pull request #123 from cmtonkinson/ghg
Add Gorman Health Group
2015-10-20 08:57:03 -04:00
jessicard
f8986dccc0 Merge pull request #116 from nvie/master
Add GitPrime company profile
2015-10-20 08:54:02 -04:00
jessicard
5c2770713f Merge pull request #114 from dougaitken/master
More profiles, Etsy, Bandcamp
2015-10-20 08:53:36 -04:00
jessicard
aab74f3564 Merge pull request #113 from matijs/add-mapbox
Add mapbox
2015-10-20 08:52:56 -04:00
jessicard
87570f61f4 Merge pull request #112 from matijs/update-18f
Replace accidental indent with a plus
2015-10-20 08:52:06 -04:00
Chris Tonkinson
85c5d826c2 Add Gorman Health Group 2015-10-20 08:35:28 -04:00
dougaitken
1a98e05d0c add bandcamp 2015-10-19 17:05:26 +01:00
Vincent Driessen
31b235f0f6 Add GitPrime company profile 2015-10-19 09:13:51 +02:00
dougaitken
6b08260726 Merge branch 'master' of https://github.com/jessicard/remote-jobs 2015-10-18 12:31:24 +01:00
dougaitken
3ec53bfecd etsy profile 2015-10-18 12:31:21 +01:00
Matijs Brinkhuis
5ca757c625 Update mapbox.md 2015-10-18 10:22:29 +01:00
Matijs Brinkhuis
c454c31ac5 Initial commit 2015-10-18 09:43:14 +01:00
Matijs Brinkhuis
7090a439cc Replace accidental indent with a plus
to indicate over a hundred
2015-10-18 09:29:22 +01:00
Anthony Eden
d52e84e1de Add DNSimple profile. 2015-10-18 09:01:26 +02:00
jessicard
65e6afda49 Add in Colivre profile 2015-10-17 15:45:37 -07:00
jessicard
746d0ab13a Update Zeit.io company name 2015-10-17 15:41:44 -07:00
jessicard
da139dc592 Merge pull request #91 from spicymagpie/master
Adding Zeit.io to the list of remote jobs.
2015-10-17 15:40:05 -07:00
jessicard
b6279ea24f Merge pull request #106 from kvz/master
Add Transloadit
2015-10-17 15:32:40 -07:00
jessicard
219632cfda Merge pull request #80 from kimjmin/master
Add Elastic
2015-10-17 15:30:35 -07:00
jessicard
916cb91144 Merge pull request #67 from trisk/add-omniti
Add OmniTI
2015-10-17 15:29:55 -07:00
Kevin van Zonneveld
27f8845a64 Change Title 2015-10-17 14:31:29 +02:00
Kevin van Zonneveld
692ea52b5a Add Transloadit 2015-10-17 14:28:59 +02:00
jessicard
510c448fb3 Merge pull request #100 from platformsh/platform.sh
Adding platform.sh profile
2015-10-16 11:11:05 -07:00
dougaitken
4ac49fde4e adding buffer company profile 2015-10-16 17:31:27 +01:00
dougaitken
7a1f13e34c adding 18F company profile 2015-10-16 17:17:41 +01:00
dougaitken
fe75144942 Merge branch 'master' of https://github.com/jessicard/remote-jobs 2015-10-16 12:54:37 +01:00
Ori Pekelman
85366865e2 adding platform.sh profile 2015-10-16 11:30:39 +02:00
Jongmin Kim
a1c23ac5ee Added Elastic company detail. 2015-10-16 14:36:33 +09:00
Albert Lee
e1692246bc Add OmniTI
Add OmniTI to list and create company profile.
2015-10-15 16:39:20 -04:00
Rahul Gupta
30f7b21fba Adds a Profile page for Big Wheel Brigade 2015-10-15 11:52:00 -07:00
Spicy Magpie
c0bdaf01ce Adding Zeit.io to the list of remote jobs. 2015-10-15 14:22:49 -03:00
jessicard
90125dab0c Merge pull request #87 from harshadyeola/master
Add rtCamp's company profile
2015-10-15 09:28:11 -07:00
jessicard
d2c683bd92 Merge pull request #84 from leeforkenbrock/add-loadsys
Add Loadsys Web Strategies
2015-10-15 09:26:31 -07:00
harshadyeola
d7ee270db5 Add rtCamp's company profile 2015-10-15 19:07:00 +05:30
dougaitken
340ccb00f5 add Freeagent, or as much as I can 2015-10-15 13:48:16 +01:00
dougaitken
d4931308d0 pull upstream, add Crew 2015-10-15 13:19:49 +01:00
Lee Forkenbrock
1315157367 Forgot company profile file 2015-10-15 06:30:19 -05:00
Karolina Szczur
3a0c9bb055 merge with up-to-date upstream 2015-10-15 10:42:53 +02:00
Jason Krol
b9fcbe3157 Add DramaFever 2015-10-14 21:21:00 -04:00
jc
8888bfa2f8 Merge remote-tracking branch 'jessicard/master' into add-spoqa 2015-10-15 09:56:05 +09:00
Leandro Maríngolo
c5a0fd28af Add FullFabric 2015-10-15 00:35:40 +01:00
Andrew Koroluk
d600c3171e Add Interactive Intelligence 2015-10-14 14:19:41 -04:00
johnbacon
36b54e557c Merge branch 'master' of https://github.com/jessicard/remote-jobs into patch-1
Conflicts:
	README.md
2015-10-14 14:09:05 -04:00
johnbacon
c8e9bb9664 Add company profile and fix typo. 2015-10-14 14:04:17 -04:00
Helen Hou-Sandi
4132203b0d Profile tweaks based on team feedback 2015-10-14 13:37:18 -04:00
Helen Hou-Sandi
91982a3161 Add a profile for 10up 2015-10-14 13:24:45 -04:00
jc
f93419ebd9 Add Spoqa, Inc. 2015-10-15 02:02:38 +09:00
dougaitken
7ce44c3994 adding Crew and profile 2015-10-14 16:52:31 +01:00
Karolina Szczur
61df211f8b remove states in cities 2015-10-14 12:23:45 +02:00
Karolina Szczur
09834e34c7 fix typo 2015-10-14 12:22:19 +02:00
Karolina Szczur
4f91d56698 create &yet's profile 2015-10-14 12:21:03 +02:00
jessicard
6d7ae0aadf Merge pull request #53 from carthik/add_puppetlabs
Added Puppetlabs
2015-10-14 00:13:42 -07:00
Carthik Sharma
692964da32 Added Puppetlabs
- incremented company count.
- added profile and link
2015-10-13 23:39:00 -07:00
Jake Boxer
ecee06f226 Add GitHub company profile 2015-10-13 23:16:09 -07:00
Scott Rocher
99cdfbf370 Add Blue Bottle Coffee company profile
Add profile and link to it from the README by request of @jessicard.
2015-10-13 22:37:45 -07:00
jessicard
4269da6321 Fix header 2015-10-13 16:34:45 -07:00
jessicard
f5574d5287 Add an example company page, fixes https://github.com/jessicard/remote-jobs/issues/42 2015-10-13 16:10:52 -07:00