Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsales committed Jul 13, 2020
0 parents commit 46727a1
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/job.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Job
about: Job Template
title: '<Job Title> at <Company Name>'
labels: ''
assignees: ''

---

### Geographic / Time Zone Restrictions


# The Company


# The Role


# How To Apply


---
tags: (leave here only the tags that apply to your job - these will be converted to labels within 24h) #backend #devops #frontend #fullstack #lang-c/c++ #lang-c# #lang-elixir #lang-go #lang-java #lang-javascript #lang-php #lang-python #lang-ruby #lang-rust #lang-swift #lang-typescript #level-junior #level-lead #level-mid #level-senior #ops-aws #ops-azure #ops-docker #ops-gcloud #ops-kubernetes
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## [View Job Openings](https://github.com/remote-job-boards/software-engineering/issues)

# Community Guidelines

- Feel free to comment on job posts to share your thoughts with the community
- Don't be disrespectful with anyone
- Do **not** feed the trolls

# Job Posting Requirements/Guidelines

- **Only** long-term contracts (> 6 months)
- **Only** full-time
- **Only** fully remote jobs - 1 day required in the office is not remote!
- Close the issue when the position is filled
- A good description helps both job seekers and your screening process
- Every job post is closed in 30 days, but you can re-open or re-post

# Job Aggregation Algorithm

We currently feed this job board from remoteok.io and weworkremotely.com

A nightly job synchronizes job listings from these sites:

- new jobs will appear first in the issues list
- removed jobs will have the correspoding issue closed

We map relevant tags/keywords to labels to make filtering easier.
Binary file added job-highlight-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions job-highlight.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<html>
<head>
<title>Remote Job Boards</title>
<style>
body {
margin-top: 200px;
}
.container {
margin: 0px auto;
width: 600px;
}
.title {
text-align: center;
}
form {
margin-left: 220px;
}
</style>
</head>
<body>
<div class="container">
<div class="title">
<h2>Remote Job Boards</h2>
<h3>Make the payment below to highlight a job post</h3>
</div>

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="WNBQYSF6BBG74">
<table>
<tr>
<td><input type="hidden" name="on0" value="Highlight Job Post">Highlight Job Post</td>
</tr>
<tr>
<td>
<select name="os0">
<option value="For 7 days">For 7 days $30,00 USD</option>
<option value="For 14 days">For 14 days $50,00 USD</option>
</select>
</td>
</tr>
<tr>
<td><input type="hidden" name="on1" value="GitHub Issue Number or URL">GitHub Issue Number or URL</td>
</tr>
<tr>
<td><input type="text" name="os1" maxlength="200"></td>
</tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

<div class="title">
<h4>We will process your request within 24 hours</h4>
</div>
</div>
</body>
</html>

0 comments on commit 46727a1

Please sign in to comment.