Skip to content

Commit d2d3b59

Browse files
committed
docs(landing): clearer contribute CTA + one-line bio
- drop "One adapter equals one file" (meaningless to visitors); CTA now three clear actions: submit a company on a supported ATS, suggest a new ATS, contribute to the repo - remove .built-by max-width:50ch so the author line is single-line, wrapping only on narrow viewports (responsive, not hard-capped) - bump landing.css cache-buster so returning visitors get new CSS
1 parent 7d0bf3f commit d2d3b59

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<meta name="twitter:title" content="jd-intel">
2828
<meta name="twitter:description" content="Search jobs from inside your AI assistant.">
2929
<meta name="twitter:image" content="https://prpmdev.github.io/jd-intel/wordmark.png">
30-
<link rel="stylesheet" href="landing.css?v=20260430v">
30+
<link rel="stylesheet" href="landing.css?v=20260516">
3131
<link rel="icon" href="favicon.svg" type="image/svg+xml">
3232
</head>
3333
<body>
@@ -180,7 +180,7 @@ <h3>Next</h3>
180180
<li>Personio</li>
181181
<li>Workable</li>
182182
</ul>
183-
<p class="coverage-meta">One adapter equals one file. <a href="https://github.com/prPMDev/jd-intel/issues/new" rel="noopener">Request a company</a> or <a href="https://github.com/prPMDev/jd-intel/pulls" rel="noopener">submit an adapter</a>.</p>
183+
<p class="coverage-meta"><a href="https://github.com/prPMDev/jd-intel/issues/new" rel="noopener">Submit a company</a> that uses a supported ATS, <a href="https://github.com/prPMDev/jd-intel/issues/new" rel="noopener">suggest a new ATS</a>, or <a href="https://github.com/prPMDev/jd-intel" rel="noopener">contribute to the repo</a>.</p>
184184
</div>
185185
</div>
186186
</section>

docs/landing.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,9 +703,6 @@ footer {
703703
color: var(--text-muted);
704704
font-size: 1rem;
705705
margin: 0 0 12px;
706-
max-width: 50ch;
707-
margin-left: auto;
708-
margin-right: auto;
709706
}
710707

711708
.footer-links {

0 commit comments

Comments
 (0)