Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved the styles into new styles.css file #7109

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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 [email protected]

# 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