Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@
- 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

## Highlight a job post

Want to see your job highlighted for 7+ days?

Go to [Purchase Job Highlight](https://remote-job-boards.github.io/software-engineering/job-highlight).

This is how your job post will look like:
![](/job-highlight-example.png)

# Special requests, feedback, etc

Drop a message at remote-job-boards@gitinterview.dev

# Job Aggregation Algorithm

We currently feed this job board from remoteok.io and weworkremotely.com
Expand Down
16 changes: 1 addition & 15 deletions job-highlight.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
<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">
Expand Down