Fixed multi-job scrape, and added labels and single job scrape

This commit is contained in:
2026-07-10 00:56:26 +00:00
parent 8155b121da
commit a1399b60db
5 changed files with 680 additions and 378 deletions

View File

@@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>Andela Job Notifier</title>
<style>
body {
@@ -28,6 +29,21 @@
.section-heading-applied {
color: #c0392b;
}
.profession-heading {
font-size: 13px;
font-weight: 700;
margin: 10px 0 4px;
display: flex;
align-items: center;
gap: 6px;
}
.profession-dot {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
flex-shrink: 0;
}
.job-item {
padding: 10px;
margin-bottom: 10px;
@@ -43,6 +59,17 @@
color: #333;
margin-bottom: 5px;
}
.new-badge {
display: inline-block;
color: white;
font-size: 10px;
font-weight: 700;
border-radius: 10px;
padding: 2px 8px;
margin-right: 6px;
letter-spacing: 0.03em;
vertical-align: middle;
}
.job-company {
color: #666;
font-size: 14px;