mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-12-27 21:03:10 +00:00
7c08aef114
* 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
29 lines
576 B
Markdown
29 lines
576 B
Markdown
# Example Company
|
|
|
|
## Company blurb
|
|
|
|
Insert a little bit about your company here.
|
|
|
|
## Company size
|
|
|
|
An approximate size of your company. 0-20, 20-50, 50-100, 100-200, etc.
|
|
|
|
## Remote status
|
|
|
|
Explain a bit about your remote culture here.
|
|
|
|
## Region
|
|
|
|
Is your company open to US-based remote employees only? Other countries? Worldwide? Explain here.
|
|
|
|
## Company technologies
|
|
|
|
Insert some of the technologies used in your company here.
|
|
|
|
## Office Locations
|
|
|
|
Insert your physical office locations here.
|
|
|
|
## How to apply
|
|
|
|
Insert a specific webpage, email, or instructions to apply.
|