-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
56 lines (55 loc) · 2.86 KB
/
Copy pathabout.html
File metadata and controls
56 lines (55 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>About | Employment Cafe</title>
<meta name="description" content="About Employment Cafe and JobDataPool."/>
<link rel="icon" type="image/png" sizes="32x32" href="/employment-cafe-icon-32.png"/>
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/employment-cafe-icon-180.png"/>
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="/styles.css"/>
</head>
<body>
<div class="top-shell">
<div class="masthead">
<div class="masthead-inner">
<div class="brand-lockup">
<span class="brand-mark" aria-hidden="true"><img alt="Employment Cafe logo" class="brand-cup brand-logo" decoding="async" height="52" loading="eager" src="/employment-cafe-icon.png" style="display:block;width:52px;height:52px;object-fit:contain;border-radius:999px;" width="52"/></span>
<div class="brand-text">
<p class="masthead-eyebrow">powered by JobDataPool.com</p>
<h1 class="masthead-title">About Employment Cafe</h1>
</div>
</div>
<nav class="masthead-tabs" aria-label="Site sections">
<a class="masthead-tab" href="/">Jobs</a>
<a class="masthead-tab" href="/#forums">Company forums</a>
<a class="masthead-tab is-active" href="/about">About</a>
</nav>
</div>
</div>
</div>
<main>
<section class="seo-authority" aria-label="About Employment Cafe">
<p>
Employment Cafe is a community-run application and derives its data from JobDataPool. The JobDataPool project is a free set of pooled job data, functionally operates as a datalake, and is hydrated by crowdsourced data (OSINT).
</p>
<p>
Each day a select set of contributors will validate these sets for changes in listing status, anomalies, or fraud.
</p>
<p>
In simple terms, this website displays only real jobs that have been identified in the public domain. Please visit <a href="https://jobdatapool.com" rel="noopener noreferrer">https://jobdatapool.com</a> for more information.
</p>
<div class="seo-authority-links">
<a href="/jobdatapool-datalake.html">Datalake explainer</a>
<a href="/jobdatapool-jobs-table.html">Jobs table guide</a>
<a href="/jobdatapool-company-table.html">Company table guide</a>
<a href="/jobdatapool-skills-table.html">Skills table guide</a>
<a href="https://www.reddit.com/r/jobdatapool/" rel="noopener noreferrer">Community: r/jobdatapool</a>
</div>
</section>
</main>
</body>
</html>