-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·680 lines (621 loc) · 36.2 KB
/
index.html
File metadata and controls
executable file
·680 lines (621 loc) · 36.2 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free AI-powered ATS resume analyzer that runs entirely in your browser. Get instant compatibility scores, optimization tips, and improve your job application success rate. 100% private - no data collection."
name="description">
<meta content="#1D5254" name="theme-color">
<meta content="LOCAL ATS" name="author">
<meta content="index, follow" name="robots">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://localats.com/">
<meta property="og:title" content="Local ATS - Free & Private AI Resume Analyzer">
<meta property="og:description" content="Free AI-powered ATS resume analyzer that runs entirely in your browser. Get instant compatibility scores, optimization tips, and improve your job application success rate. 100% private - no data collection.">
<meta property="og:image" content="https://localats.com/favicon.svg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://localats.com/">
<meta property="twitter:title" content="Local ATS - Free & Private AI Resume Analyzer">
<meta property="twitter:description" content="Free AI-powered ATS resume analyzer that runs entirely in your browser. Get instant compatibility scores, optimization tips, and improve your job application success rate. 100% private - no data collection.">
<meta property="twitter:image" content="https://localats.com/favicon.svg">
<link rel="manifest" href="/manifest.json">
<link href="/favicon.svg" rel="icon" type="image/svg+xml">
<link href="/apple-touch-icon.svg" rel="apple-touch-icon">
<title>Local ATS - Free & Private AI Resume Analyzer</title>
<!-- CSS Stylesheets -->
<link href="/src/styles/main.css" rel="stylesheet">
<link href="/src/styles/components.css" rel="stylesheet">
<link href="/src/styles/results.css" rel="stylesheet">
<!-- Using system fonts for offline operation -->
</head>
<body>
<svg aria-hidden="true" class="svg-defs" height="0" width="0">
<defs>
<linearGradient id="score-gradient" x1="0%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#38A169"/>
<stop offset="100%" stop-color="#B59B55"/>
</linearGradient>
<linearGradient id="modern-score-gradient" x1="0%" x2="100%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#3b82f6"/>
<stop offset="50%" stop-color="#1d4ed8"/>
<stop offset="100%" stop-color="#1e40af"/>
</linearGradient>
</defs>
</svg>
<header class="header">
<div class="container">
<nav class="nav">
<a aria-label="LOCAL ATS - AI Resume Analyzer Home" class="logo" href="#">
<span class="logo-text">
<span class="logo-main">LOCAL ATS</span>
<span class="logo-sub">
<svg aria-hidden="true" class="logo-sparkle" fill="currentColor" height="10" viewBox="0 0 24 24" width="10">
<path d="M12 0l2.5 7.5L22 10l-7.5 2.5L12 20l-2.5-7.5L2 10l7.5-2.5z"/>
</svg>
AI Resume Analyzer
</span>
</span>
</a>
<ul class="nav-links" role="list">
<li><a aria-label="Go to AI Resume Analyzer" href="#analyze">Analyzer</a></li>
<li><a aria-label="Learn about our privacy policy" href="#privacy">Privacy</a></li>
<li><a aria-label="View frequently asked questions" href="#faq">FAQ</a></li>
</ul>
<a aria-label="Star this project on GitHub" class="btn btn-primary-solid" href="https://github.com/0xnbk/localATS"
target="_blank" rel="noopener noreferrer">
<svg aria-hidden="true" class="btn-icon" fill="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/>
</svg>
<span>Star on GitHub</span>
</a>
<button aria-controls="mobileNav" aria-expanded="false" aria-label="Toggle mobile menu" class="mobile-menu-btn"
id="mobileMenuBtn" type="button">
<span aria-hidden="true">☰</span>
</button>
</nav>
</div>
<div aria-label="Mobile navigation menu" class="mobile-nav" id="mobileNav" role="navigation">
<ul class="mobile-nav-links" role="list">
<li><a aria-label="Go to AI Resume Analyzer" href="#analyze">Analyzer</a></li>
<li><a aria-label="Learn about our privacy policy" href="#privacy">Privacy</a></li>
<li><a aria-label="View frequently asked questions" href="#faq">FAQ</a></li>
</ul>
</div>
</header>
<div aria-live="polite" class="consolidated-status-card" id="consolidatedStatus" role="status">
<div class="status-main-row">
<div class="status-indicator-section">
<div aria-hidden="true" class="status-dot loading" id="statusDot"></div>
<span class="status-text" id="statusText">Starting...</span>
</div>
</div>
<div class="model-info-row">
<div class="model-name-compact" id="modelNameCompact"><span aria-hidden="true">⚡</span> Loading...</div>
<button aria-expanded="false" aria-label="Toggle model details" class="model-toggle-compact" id="modelToggleCompact"
type="button">
<span aria-hidden="true">ⓘ</span>
</button>
</div>
<div class="model-specs-compact" id="modelSpecsCompact">Loading...</div>
</div>
<div id="alertContainer"></div>
<div aria-live="polite" class="mobile-status-toast" id="mobileStatusToast" role="status">
<span id="mobileStatusMessage">Loading AI Model...</span>
</div>
<section class="hero">
<div class="container">
<div class="hero-privacy-banner">Get Your ATS Compatibility Score</div>
<h1>AI Resume Analyzer<br><span class="hero-subtitle">Private • Local • Instant</span></h1>
<p>Analyze your resume's compatibility with Applicant Tracking Systems using advanced AI neural networks. <span
class="highlight-text">Your data never leaves your browser</span>. All processing happens locally on
your device with complete privacy.</p>
<a class="btn btn-primary-solid hero-cta-button" href="#analyze">
<span>🤖</span> Try AI Analysis
</a>
<div class="hero-footer-text">
100% Free & Open Source • No Registration Required
</div>
<div class="hero-sponsor-container">
<a class="hero-sponsor-badge" href="https://fyn.link" target="_blank" rel="noopener noreferrer">
<span class="hero-sponsor-text">Sponsored by</span>
<div class="hero-sponsor-link">
<img alt="fyn.link logo" class="hero-sponsor-logo" src="/sponsor.webp">
<span>fyn.link</span>
<svg aria-hidden="true" class="hero-sponsor-icon" fill="currentColor" height="12" viewBox="0 0 24 24"
width="12">
<path d="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z"/>
</svg>
</div>
</a>
</div>
</div>
</section>
<main class="main-content" id="analyze">
<div class="container">
<h2 class="section-title">AI Resume Analysis</h2>
<div class="input-panel">
<div class="input-panel-tabs">
<button aria-controls="resume-view" aria-selected="true" class="main-input-tab active" data-target="resume-view"
role="tab" type="button">
Step 1: Your Resume
</button>
<button aria-controls="job-view" aria-selected="false" class="main-input-tab" data-target="job-view"
role="tab" type="button">Step 2: Job Description
</button>
</div>
<div class="input-content-wrapper">
<div class="input-content-area" id="resume-view">
<div class="input-tabs">
<button aria-controls="resume-text" aria-selected="true" class="input-tab active" data-section="resume" data-type="text"
role="tab" type="button">
Paste Text
</button>
<button aria-controls="resume-pdf" aria-selected="false" class="input-tab" data-section="resume" data-type="pdf"
role="tab" type="button">
Upload PDF
</button>
</div>
<div class="tab-content" id="resume-text">
<label class="sr-only" for="resume">Resume content</label>
<textarea aria-describedby="resumeCounter" class="main-textarea" id="resume"
placeholder="Paste your resume content here..." required></textarea>
<div class="char-counter" id="resumeCounter">0/10000</div>
<div class="sample-buttons-container">
<span class="sample-buttons-label">Try a sample:</span>
<button aria-label="Load tech professional sample resume" class="sample-button" data-category="tech" data-type="resume"
type="button">Tech
</button>
<button aria-label="Load marketing professional sample resume" class="sample-button" data-category="marketing" data-type="resume"
type="button">Marketing
</button>
<!-- <button aria-label="Load healthcare professional sample resume" class="sample-button" data-category="healthcare" data-type="resume"
type="button">Healthcare -->
</button>
<button aria-label="Load designer sample resume" class="sample-button" data-category="design" data-type="resume"
type="button">Design
</button>
<button aria-label="Load finance professional sample resume" class="sample-button" data-category="finance" data-type="resume"
type="button">Finance
</button>
</div>
</div>
<div class="tab-content hidden" id="resume-pdf">
<div class="upload-area" id="resumeUploadArea">
<h4>Upload Resume PDF</h4>
<p>Drop your file here or click below</p>
<button aria-label="Choose PDF file to upload" class="btn btn-primary-solid file-upload-btn"
data-target="resumeFileInput" type="button">Choose File
</button>
</div>
<input accept=".pdf" aria-label="Upload resume PDF file" class="hidden" id="resumeFileInput"
type="file">
<div class="hidden file-info-hidden" id="resumeFileInfo">...</div>
<div class="hidden file-info-hidden" id="resumePdfProcessing">...</div>
</div>
</div>
<div class="input-content-area hidden" id="job-view">
<div class="input-tabs">
<button aria-controls="job-text" aria-selected="true" class="input-tab active" data-section="job" data-type="text"
role="tab" type="button">Paste
Text
</button>
<button aria-controls="job-pdf" aria-selected="false" class="input-tab" data-section="job" data-type="pdf"
role="tab" type="button">Upload
PDF
</button>
</div>
<div class="tab-content" id="job-text">
<label class="sr-only" for="jobDescription">Job description content</label>
<textarea aria-describedby="jobDescriptionCounter" class="main-textarea"
id="jobDescription" placeholder="Paste the job description here..." required></textarea>
<div class="char-counter" id="jobDescriptionCounter">0/10000</div>
<div class="sample-buttons-container">
<span class="sample-buttons-label">Try a sample:</span>
<button aria-label="Load tech professional sample job description" class="sample-button" data-category="tech" data-type="job"
type="button">Tech
</button>
<button aria-label="Load marketing professional sample job description" class="sample-button" data-category="marketing" data-type="job"
type="button">Marketing
</button>
<!-- <button aria-label="Load healthcare professional sample job description" class="sample-button" data-category="healthcare" data-type="job"
type="button">Healthcare -->
</button>
<button aria-label="Load designer sample job description" class="sample-button" data-category="design" data-type="job"
type="button">Design
</button>
<button aria-label="Load finance professional sample job description" class="sample-button" data-category="finance" data-type="job"
type="button">Finance
</button>
</div>
</div>
<div class="tab-content hidden" id="job-pdf">
<div class="upload-area" id="jobUploadArea">
<h4>Upload Job PDF</h4>
<p>Drop your file here or click below</p>
<button aria-label="Choose job description PDF file to upload" class="btn btn-primary-solid file-upload-btn"
data-target="jobFileInput" type="button">
Choose File
</button>
</div>
<input accept=".pdf" aria-label="Upload job description PDF file" class="hidden" id="jobFileInput"
type="file">
<div class="hidden file-info-hidden" id="jobFileInfo">...</div>
<div class="hidden file-info-hidden" id="jobPdfProcessing">...</div>
</div>
</div>
</div>
</div>
<div class="analyze-section">
<button aria-describedby="analyzeDescription" class="btn btn-primary-solid btn-analyze" disabled id="predictBtn"
type="button">
<span aria-hidden="true">🤖</span> Analyze with AI
</button>
<div class="sr-only" id="analyzeDescription">Click to start AI analysis of your resume against the job
description
</div>
<div class="analyze-description">
Advanced AI analysis happens entirely in your browser. Your data never leaves your device!
</div>
</div>
</div>
</main>
<section class="results-section hidden" id="resultsSection">
<div class="container">
<header class="results-header">
<div class="results-header-content">
<h2 class="results-title">Resume Analysis Complete</h2>
<p class="results-subtitle">Comprehensive ATS compatibility assessment and personalized
recommendations</p>
</div>
</header>
<div class="results-grid">
<div class="results-dashboard">
<div class="score-gauge-container">
<svg height="200" viewBox="0 0 200 200" width="200">
<circle class="score-gauge-track" cx="100" cy="100" r="80" stroke-dasharray="502.65"
stroke-dashoffset="0"/>
<circle class="score-gauge-value" cx="100" cy="100" id="scoreGaugeValue" r="80"
stroke-dasharray="502.65" stroke-dashoffset="502.65"/>
</svg>
<div class="score-value-text">
<span id="scoreValueText">--</span>
</div>
</div>
<div class="score-label" id="scoreLabel">Ready to Analyze</div>
<div class="ai-engine-details" id="aiEngineDetailsScore">
</div>
</div>
<div class="results-action-center">
<div class="result-tab-content">
<div class="tab-pane active" id="overview">
<div class="overview-content">
<div class="overview-summary card" id="overviewSummary">
<h4 class="card-title">Analysis Summary</h4>
<div id="analysisWarnings" class="analysis-warnings"></div>
<div class="overview-text" id="overviewText">The analysis of your resume and job
description will be displayed here.
</div>
</div>
<div class="overview-metrics-grid">
<div class="metric-card">
<div class="metric-header">
<h5>Semantic Similarity</h5>
</div>
<div class="metric-bar" id="contentMatchBar">
<div class="metric-fill" id="contentMatchFill"></div>
</div>
<div class="metric-text" id="contentMatchText">--% Similar</div>
</div>
<div class="metric-card">
<div class="metric-header">
<h5>Domain Compatibility</h5>
</div>
<div class="metric-bar" id="domainBar">
<div class="metric-fill" id="domainFill"></div>
</div>
<div class="metric-text" id="domainText">--% Match</div>
</div>
<div class="metric-card">
<div class="metric-header">
<h5>Skill Depth</h5>
</div>
<div class="metric-bar" id="skillBar">
<div class="metric-fill" id="skillFill"></div>
</div>
<div class="metric-text" id="skillText">--% Depth</div>
</div>
<div class="metric-card">
<div class="metric-header">
<h5>Processing Time</h5>
</div>
<div class="metric-bar" id="processingTimeBar">
<div class="metric-fill" id="processingTimeFill"></div>
</div>
<div class="metric-text" id="processingTimeText">--s</div>
</div>
</div>
<div id="skillAnalysis"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="extra-section privacy-section" id="privacy">
<div class="container">
<h2 class="section-title">Privacy-First AI Technology</h2>
<div class="privacy-grid">
<div class="privacy-feature-card">
<div class="privacy-icon">
<svg aria-hidden="true" fill="none" height="24" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24"
xmlns="http://www.w3.org/2000/svg">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
</svg>
</div>
<h3>100% Private & Secure</h3>
<p>Your resume and job descriptions never leave your device. Our advanced AI neural network runs
entirely in your browser with zero data collection.</p>
</div>
<div class="privacy-feature-card">
<div class="privacy-icon">
<svg aria-hidden="true" fill="none" height="24" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24"
xmlns="http://www.w3.org/2000/svg">
<rect height="14" rx="2" ry="2" width="20" x="2" y="3"></rect>
<line x1="8" x2="16" y1="21" y2="21"></line>
<line x1="12" x2="12" y1="17" y2="21"></line>
</svg>
</div>
<h3>Local AI Processing</h3>
<p>Our advanced transformer-based AI models run entirely on your device using WebAssembly, ensuring complete privacy and
lightning-fast analysis across all industries.</p>
</div>
<div class="privacy-feature-card">
<div class="privacy-icon">
<svg aria-hidden="true" fill="none" height="24" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24"
xmlns="http://www.w3.org/2000/svg">
<path d="m3 16 4 4 4-4"></path>
<path d="M7 20V4"></path>
<path d="M11 4h10"></path>
<path d="M11 8h7"></path>
<path d="M11 12h4"></path>
</svg>
</div>
<h3>No Data Storage</h3>
<p>We don't save, log, or retain your information. It's gone forever when you close the page.</p>
</div>
</div>
</div>
</section>
<section class="sponsor-cta-section">
<div class="sponsor-cta-section-grid">
<div class="sponsor-cta-left">
<div>
<div class="sponsor-logo-container-large">
<img alt="fyn.link" class="sponsor-logo-large" src="/sponsor.webp">
</div>
<h2>fyn.link</h2>
<p>Privacy-First URL Shortener</p>
</div>
</div>
<div class="sponsor-cta-right">
<div class="sponsor-badge">
Proudly Sponsored By
</div>
<h3>Supercharge Your Professional Brand</h3>
<p>
Create secure, professional links for your resume, portfolio, and social profiles with end-to-end
encryption that protects your visitors' privacy.
</p>
<div class="sponsor-features">
<span class="sponsor-feature-tag">End-to-End Encrypted</span>
<span class="sponsor-feature-tag">Flexible Analytics</span>
<span class="sponsor-feature-tag">Branded Links</span>
<span class="sponsor-feature-tag">Local Search</span>
<span class="sponsor-feature-tag">Custom Notes</span>
</div>
<a class="sponsor-cta-button" href="https://fyn.link" target="_blank">
<span>Get Started with fyn.link</span>
<svg aria-hidden="true" fill="currentColor" height="16" viewBox="0 0 24 24" width="16">
<path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/>
</svg>
</a>
</div>
</div>
</section>
<section class="extra-section faq-section-bg" id="faq">
<div class="container">
<h2 class="section-title">Frequently Asked Questions</h2>
<div class="faq-item">
<button aria-controls="faq-answer-1" aria-expanded="false" class="faq-question" type="button">
How private is my data?
<span aria-hidden="true" class="faq-icon">+</span>
</button>
<div aria-hidden="true" class="faq-answer" id="faq-answer-1">Completely private. Your resume and job
descriptions never leave your browser. Our advanced transformer-based AI models run entirely on your device using
WebAssembly and ONNX Runtime technology. We don't have servers to store data on, no analytics
tracking, and no way to access your information. You can even use the tool offline after the initial AI
model loads.
</div>
</div>
<div class="faq-item">
<button aria-controls="faq-answer-2" aria-expanded="false" class="faq-question" type="button">
How accurate is the analysis?
<span aria-hidden="true" class="faq-icon">+</span>
</button>
<div aria-hidden="true" class="faq-answer" id="faq-answer-2">Our neural network achieves high correlation
with professional recruiter assessments by analyzing semantic meaning and context, not just keywords.
The AI understands the deeper relationships between skills, experience, and job requirements. However,
it's a tool for guidance and should be used alongside professional career advice.
</div>
</div>
<div class="faq-item">
<button aria-controls="faq-answer-3" aria-expanded="false" class="faq-question" type="button">
What is an Applicant Tracking System (ATS)?
<span aria-hidden="true" class="faq-icon">+</span>
</button>
<div aria-hidden="true" class="faq-answer" id="faq-answer-3">An Applicant Tracking System (ATS) is software
used by companies to manage job applications. It scans resumes for keywords, skills, and experience to
rank candidates. Optimizing your resume for an ATS is a critical first step to getting it seen by a
human recruiter.
</div>
</div>
<div class="faq-item">
<button aria-controls="faq-answer-4" aria-expanded="false" class="faq-question" type="button">
What does my analysis score mean?
<span aria-hidden="true" class="faq-icon">+</span>
</button>
<div aria-hidden="true" class="faq-answer" id="faq-answer-4">The score represents the semantic match between
your resume and the job description. A higher score (e.g., above 80%) indicates a strong alignment. The
AI considers context, related skills, and experience levels, not just exact keyword matches. Use your
score as a guide to identify areas where you can better tailor your resume to the job.
</div>
</div>
<div class="faq-item">
<button aria-controls="faq-answer-5" aria-expanded="false" class="faq-question" type="button">
Is this service really free?
<span aria-hidden="true" class="faq-icon">+</span>
</button>
<div aria-hidden="true" class="faq-answer" id="faq-answer-5">Yes, this tool is 100% free to use. It's a
project designed to help jobseekers level the playing field. It is supported by sponsors, which allows
us to offer powerful AI analysis at no cost. All processing happens in your browser, and we never
collect or sell your personal data.
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-main-grid">
<div class="footer-brand">
<h3>LOCAL ATS</h3>
<div class="footer-tagline">
<svg aria-hidden="true" class="footer-sparkle" fill="currentColor" height="12" viewBox="0 0 24 24" width="12">
<path d="M12 0l2.5 7.5L22 10l-7.5 2.5L12 20l-2.5-7.5L2 10l7.5-2.5z"/>
</svg>
AI Resume Analyzer
</div>
<p>Intelligent AI-powered resume analysis with complete privacy. Built with neural networks.</p>
<div class="footer-buttons">
<a class="btn btn-outline-light" href="https://github.com/0xnbk/localATS" target="_blank" rel="noopener noreferrer">
<svg aria-hidden="true" class="btn-icon" fill="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
<span>View Source</span>
</a>
<a class="btn btn-outline-light" href="https://huggingface.co/0xnbk/nbk-ats-semantic-v1-en" target="_blank" rel="noopener noreferrer">
<svg aria-hidden="true" class="btn-icon" fill="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm3.5 6c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm3.5 9c-2.33 0-4.31-1.46-5.11-3.5h10.22c-.8 2.04-2.78 3.5-5.11 3.5z"/>
</svg>
<span>Huggingface</span>
</a>
</div>
</div>
<div class="footer-column">
<h4>Navigation</h4>
<ul class="footer-links">
<li><a href="#analyze">AI Analyzer</a></li>
<li><a href="#privacy">Privacy First</a></li>
<li><a href="#faq">Help & FAQ</a></li>
<li><a href="#" onclick="window.scrollTo({top: 0, behavior: 'smooth'})">Back to Top</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Technology</h4>
<ul class="footer-links">
<li><a href="#" data-modal="model-architecture">AI Models</a></li>
<li><a href="https://onnxruntime.ai/" target="_blank">ONNX Runtime</a></li>
<li><a href="https://huggingface.co/docs/transformers.js" target="_blank">Transformers.js</a></li>
<li><a href="https://webassembly.org/" target="_blank">WebAssembly</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API" target="_blank">Web
Workers</a></li>
</ul>
</div>
<div class="footer-column footer-sponsor-column">
<h4>Sponsored By</h4>
<div class="sponsor-card">
<div class="sponsor-glow-effect"></div>
<a class="sponsor-link" href="https://fyn.link" target="_blank">
<div class="sponsor-logo-container">
<img alt="fyn.link" class="sponsor-logo" src="/sponsor.webp">
<div class="sponsor-logo-ring"></div>
</div>
<div class="sponsor-content">
<div class="sponsor-name">fyn.link</div>
<div class="sponsor-tagline">Private URL Shortener</div>
<div class="sponsor-description">
Professional link management with E2EE
</div>
</div>
<div class="sponsor-arrow">
<svg aria-hidden="true" fill="currentColor" height="16" viewBox="0 0 24 24" width="16">
<path d="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z"/>
</svg>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="footer-bottom-content">
<div>
<p>© <span id="copyrightYear"></span> LOCAL ATS · v1.0.0</p>
</div>
<div class="footer-legal-links">
<a data-modal="sponsor" href="#">Sponsor Us</a>
<a data-modal="privacy" href="#">Privacy Policy</a>
<a data-modal="terms" href="#">Terms of Service</a>
<a data-modal="cookies" href="#">Cookies Policy</a>
</div>
</div>
</div>
</div>
</footer>
<div class="loading-overlay" id="loadingOverlay">
<div class="loading-content">
<div class="loading-spinner"></div>
<div class="loading-title" id="loadingTitle">AI Analysis in Progress...</div>
<div class="loading-text" id="loadingMessage">Your resume is being analyzed privately in your browser...</div>
<div class="loading-progress">
<div class="loading-bar loading-progress-bar" id="loadingProgress"></div>
</div>
<div class="loading-percent" id="loadingPercent">0%</div>
</div>
</div>
<!-- Legal Documents Modal - Full Page Modern Design -->
<div class="modal-overlay hidden" id="modal">
<div class="modal">
<div class="modal-header">
<div class="modal-header-content">
<h1 class="modal-title" id="modalTitle">Modal Title</h1>
<p class="modal-subtitle">Modal Subtitle</p>
</div>
<button aria-label="Close modal" class="modal-close" type="button">
<svg aria-hidden="true" fill="none" height="20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2.5" viewBox="0 0 24 24" width="20">
<path d="M18 6L6 18M6 6l12 12"/>
</svg>
</button>
</div>
<div class="modal-body">
<div class="modal-content" id="modalContent">
<!-- Content will be inserted here -->
</div>
</div>
</div>
</div>
<!-- PDF.js loaded via npm package in main.ts -->
<script src="/src/transformers-config.ts" type="module"></script>
<script src="/src/main.ts" type="module"></script>
</body>
</html>