-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
848 lines (760 loc) · 43.3 KB
/
index.html
File metadata and controls
848 lines (760 loc) · 43.3 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
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport">
<!-- Open Graph Tags -->
<meta property="og:type" content="website">
<meta property="og:title" content="Material Certification Checker | Poli International">
<meta property="og:description" content="Verify jewelry safety standards and certifications. Check material compliance for body jewelry.">
<meta property="og:url" content="https://poliinternational.com/material-certification/">
<meta property="og:site_name" content="Poli International">
<meta property="og:image" content="https://poliinternational.com/wp-content/uploads/poli-tools-preview.jpg">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Material Certification Checker | Poli International">
<meta name="twitter:description" content="Verify jewelry safety standards and certifications. Check material compliance for body jewelry.">
<meta name="twitter:image" content="https://poliinternational.com/wp-content/uploads/poli-tools-preview.jpg">
<meta property="og:image" content="https://poliinternational.com/wp-content/uploads/poli-tools-preview.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Tattoo & Piercing Material Certification Decoder & Safety Checker - Verify ASTM F138, ISO 5832, and other certifications. Ensure material safety for professional tattoo and piercing.">
<meta name="keywords" content="tattoo material certification, piercing material certification, ASTM F138, implant grade titanium, body jewelry material safety, piercing material standards, surgical steel certification, tattoo ink safety">
<title>Tattoo & Piercing Material Certification Decoder & Safety Checker | Poli International</title>
<link rel="stylesheet" href="css/style.css">
<script type='application/ld+json'>
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Jewelry Material Certification Checker",
"url": "https://poliinternational.com/tools/material-certification/",
"description": "Check and verify body jewelry material standards",
"applicationCategory": "UtilityApplication",
"operatingSystem": "Any",
"browserRequirements": "Requires JavaScript. Requires HTML5.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"codeRepository": "https://github.com/poli-international/material-certification",
"author": {
"@type": "Organization",
"name": "Poli International",
"url": "https://poliinternational.com",
"sameAs": [
"https://github.com/poli-international"
]
},
"creator": {
"@type": "Organization",
"name": "Poli International",
"url": "https://poliinternational.com"
},
"maintainer": {
"@type": "Organization",
"name": "Poli International",
"url": "https://poliinternational.com"
},
"dateModified": "2026-02-07",
"license": "https://opensource.org/licenses/MIT",
"isAccessibleForFree": true
}
</script>
<style>
/* Breadcrumb Styles */
.breadcrumb-nav {
padding: 1rem 0;
margin-bottom: 1.5rem;
font-size: 0.9rem;
}
.breadcrumb-nav a {
color: #0693e3;
text-decoration: none;
transition: color 0.3s;
}
.breadcrumb-nav a:hover {
color: #0575be;
text-decoration: underline;
}
.breadcrumb-nav span {
color: #666;
margin: 0 0.5rem;
}
.breadcrumb-nav strong {
color: #333;
}
/* Dark mode breadcrumb */
body.dark-mode .breadcrumb-nav span {
color: #999;
}
body.dark-mode .breadcrumb-nav a {
color: #60a5fa;
}
body.dark-mode .breadcrumb-nav strong {
color: #e0e0e0;
}
</style>
</head>
<body>
<nav class="breadcrumb-nav" aria-label="Breadcrumb">
<a href="https://poliinternational.com/">Home</a>
<span>›</span>
<a href="https://poliinternational.com/tools/">Tools</a>
<span>›</span>
<a href="https://poliinternational.com/tools/#piercing-tools">Piercing Tools</a>
<span>›</span>
<strong>Material Certification</strong>
</nav>
<!-- Top Navigation Header (matching homepage style) -->
<header class="site-header">
<div class="site-header__container">
<a href="https://poliinternational.com/" class="site-header__logo-link">
<img src="images/Poli-International-Co.webp" alt="Poli International" class="site-header__logo">
</a>
<nav class="site-nav">
<a href="https://poliinternational.com/" class="site-nav__link">HOME</a>
<a href="https://poliinternational.com/who-we-are/" class="site-nav__link">ABOUT</a>
<a href="https://poliinternational.com/our-creation/" class="site-nav__link">INNOVATION</a>
<a href="https://poliinternational.com/they-trust-us/" class="site-nav__link">They trust us!</a>
<a href="https://poliinternational.com/contact-us/" class="site-nav__link">CONTACT</a>
</nav>
</nav>
</div>
</header>
<!-- Tool Title Section -->
<section class="tool-title-section">
<div class="container">
<h1 class="tool-title">Jewelry Material Certification Checker</h1>
<!-- GitHub CTA -->
<div class='github-cta' style='margin: 1.5rem 0;'>
<a href='https://github.com/poli-international/material-certification'
target='_blank' rel='noopener noreferrer' class='btn-github'
style='display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.5rem; background: #24292e; color: #ffffff; border-radius: 6px; text-decoration: none; font-weight: 500;'>
<svg width='20' height='20' viewBox='0 0 16 16' fill='currentColor'>
<path d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z'/>
</svg>
<span>View on GitHub</span>
</a>
</div>
<!-- GitHub Stats -->
<div class='github-stats' style='display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 1rem 0;'>
<img src='https://img.shields.io/github/stars/poli-international/material-certification?style=social' alt='Stars' loading='lazy'>
<img src='https://img.shields.io/github/last-commit/poli-international/material-certification' alt='Last commit' loading='lazy'>
</div>
<p class="tool-subtitle">Verify jewelry safety standards • Check material certifications • Professional quality assurance</p>
</div>
</section>
<!-- Main Container -->
<div class="cert-decoder">
<!-- Header -->
<header class="cert-decoder__header">
<div class="cert-decoder__header-content">
<!-- Logo -->
<!-- Title Group -->
<div class="cert-decoder__title-group">
<h2 class="cert-decoder__title">Tattoo & Piercing Material Certification Decoder & Safety Checker</h2>
<p class="cert-decoder__subtitle">
Verify certifications, check material safety, and ensure compliance with tattoo & piercing industry standards
</p>
</div>
<!-- Header Buttons -->
<div class="cert-decoder__header-buttons">
<button id="embed-button" class="cert-decoder__embed-button" aria-label="Open embed options">
<span class="embed-icon">⚡</span>
<span class="embed-text">Free Embed</span>
</button>
<a href='https://ko-fi.com/C0C81NEXBV' target='_blank' class="cert-decoder__kofi-button">
<span class="kofi-icon">☕</span>
<span class="kofi-text">Buy Me a Coffee</span>
</a>
<button id="dark-mode-toggle" class="cert-decoder__dark-mode-toggle" aria-label="Toggle dark/light mode">
<span class="dark-mode-icon">◐</span>
</button>
</div>
</div>
</header>
<!-- Main Content -->
<main class="cert-decoder__main">
<!-- Quick Certification Lookup -->
<section class="cert-decoder__quick-lookup">
<h2 class="cert-decoder__section-title">Quick Certification Lookup</h2>
<p class="cert-decoder__section-subtitle">
Enter a certification code (ASTM F138, ISO 5832-1, EN 1441, etc.) to see complete details
</p>
<div class="cert-decoder__search-container">
<div class="cert-decoder__search-box">
<label for="cert-search" class="visually-hidden">Search certification code</label>
<input
type="text"
id="cert-search"
class="cert-decoder__search-input"
placeholder="Enter certification code (e.g., ASTM F138)"
aria-label="Search certification code">
<button type="button" id="search-button" class="cert-decoder__search-button">
<span class="search-icon">🔍</span>
<span class="search-text">Search</span>
</button>
</div>
<!-- Search Results -->
<div class="cert-decoder__search-results" id="search-results" style="display: none;">
<!-- Results will be populated by JavaScript -->
</div>
</div>
</section>
<!-- Material Safety Checker -->
<section class="cert-decoder__material-checker">
<h2 class="cert-decoder__section-title">Material Safety Checker</h2>
<p class="cert-decoder__section-subtitle">
Select a material to see safety ratings, required certifications, and usage guidelines
</p>
<form class="cert-decoder__material-form" id="material-form">
<div class="cert-decoder__form-grid">
<!-- Material Type -->
<div class="cert-decoder__form-group">
<label for="material-type" class="cert-decoder__label">
<span class="label-icon">🔬</span>
Material Type
</label>
<select id="material-type" class="cert-decoder__select" required>
<option value="">Select material...</option>
<optgroup label="Metals">
<option value="titanium_grade_23">Titanium Grade 23 (Ti-6Al-4V ELI)</option>
<option value="titanium_grade_5">Titanium Grade 5 (Ti-6Al-4V)</option>
<option value="surgical_steel_316lvm">Surgical Steel 316LVM</option>
<option value="surgical_steel_316l">Surgical Steel 316L</option>
<option value="niobium">Niobium</option>
<option value="gold_14k">14K Gold</option>
<option value="gold_18k">18K Gold</option>
</optgroup>
<optgroup label="Medical-Grade Polymers">
<option value="bioflex">BioFlex (Medical-Grade)</option>
<option value="bioplast">Bioplast (Medical-Grade)</option>
<option value="ptfe">PTFE (Medical-Grade)</option>
</optgroup>
<optgroup label="Other Materials">
<option value="glass">Glass (Borosilicate)</option>
<option value="stone">Stone (Natural)</option>
<option value="wood">Wood/Organic</option>
<option value="acrylic">Acrylic/Plastic</option>
</optgroup>
</select>
</div>
<!-- Piercing Location -->
<div class="cert-decoder__form-group">
<label for="piercing-location" class="cert-decoder__label">
<span class="label-icon">📍</span>
Piercing Location
</label>
<select id="piercing-location" class="cert-decoder__select">
<option value="">All locations</option>
<option value="ear">Ear (Lobe, Helix, etc.)</option>
<option value="nose">Nose</option>
<option value="lip">Lip/Oral</option>
<option value="eyebrow">Eyebrow</option>
<option value="navel">Navel</option>
<option value="nipple">Nipple</option>
<option value="genital">Genital</option>
<option value="surface">Surface/Dermal</option>
</select>
</div>
<!-- Healing Stage -->
<div class="cert-decoder__form-group">
<label class="cert-decoder__label">
<span class="label-icon">🩹</span>
Healing Stage
</label>
<div class="cert-decoder__radio-group">
<label class="cert-decoder__radio-label">
<input type="radio" name="healing" value="initial" class="cert-decoder__radio" checked>
<span class="radio-text">Initial/Fresh</span>
</label>
<label class="cert-decoder__radio-label">
<input type="radio" name="healing" value="healed" class="cert-decoder__radio">
<span class="radio-text">Healed</span>
</label>
</div>
</div>
<!-- Sensitivity -->
<div class="cert-decoder__form-group">
<label class="cert-decoder__label">
<span class="label-icon">⚠️</span>
Skin Sensitivity
</label>
<div class="cert-decoder__radio-group">
<label class="cert-decoder__radio-label">
<input type="radio" name="sensitivity" value="normal" class="cert-decoder__radio" checked>
<span class="radio-text">Normal</span>
</label>
<label class="cert-decoder__radio-label">
<input type="radio" name="sensitivity" value="sensitive" class="cert-decoder__radio">
<span class="radio-text">Sensitive</span>
</label>
</div>
</div>
</div>
<button type="submit" class="cert-decoder__submit-button">
Check Material Safety
</button>
</form>
<!-- Material Results -->
<div class="cert-decoder__material-results" id="material-results" style="display: none;">
<!-- Results will be populated by JavaScript -->
</div>
</section>
<!-- Compliance Verification -->
<section class="cert-decoder__compliance">
<h2 class="cert-decoder__section-title">Compliance Verification Tool</h2>
<p class="cert-decoder__section-subtitle">
Enter a product claim to verify what certifications are required and detect potential red flags
</p>
<div class="cert-decoder__verify-container">
<div class="cert-decoder__input-group">
<label for="product-claim" class="cert-decoder__label">
<span class="label-icon">🔖</span>
Product Claim
</label>
<input
type="text"
id="product-claim"
class="cert-decoder__text-input"
placeholder='e.g., "Implant Grade Titanium", "Surgical Steel", "Hypoallergenic"'
aria-label="Enter product claim">
<button type="button" id="verify-button" class="cert-decoder__verify-button">
Verify Claim
</button>
</div>
<div class="cert-decoder__verify-results" id="verify-results" style="display: none;">
<!-- Verification results will be populated by JavaScript -->
</div>
</div>
</section>
<!-- Material Comparison -->
<section class="cert-decoder__comparison">
<h2 class="cert-decoder__section-title">Material Comparison Tool</h2>
<p class="cert-decoder__section-subtitle">
Compare 2-3 materials side-by-side to see certifications, safety ratings, and best uses
</p>
<div class="cert-decoder__compare-selectors">
<select id="compare-1" class="cert-decoder__compare-select">
<option value="">Select first material...</option>
</select>
<select id="compare-2" class="cert-decoder__compare-select">
<option value="">Select second material...</option>
</select>
<select id="compare-3" class="cert-decoder__compare-select">
<option value="">Select third material (optional)...</option>
</select>
<button type="button" id="compare-button" class="cert-decoder__compare-button">
Compare Materials
</button>
</div>
<div class="cert-decoder__compare-results" id="compare-results" style="display: none;">
<!-- Comparison results will be populated by JavaScript -->
</div>
</section>
<!-- Quick Reference Guide -->
<section class="cert-decoder__reference">
<div class="cert-decoder__reference-header">
<h2 class="cert-decoder__section-title">Certification Quick Reference</h2>
<button type="button" id="toggle-reference" class="cert-decoder__toggle-button">
<span id="toggle-text">Show Guide</span>
<span id="toggle-icon">▼</span>
</button>
</div>
<div class="cert-decoder__reference-content" id="reference-content" style="display: none;">
<div class="cert-decoder__reference-grid">
<!-- ASTM Standards -->
<div class="cert-decoder__ref-category">
<h3 class="cert-decoder__ref-title">ASTM Standards</h3>
<div class="cert-decoder__ref-list" id="astm-list">
<!-- Will be populated by JavaScript -->
</div>
</div>
<!-- ISO Standards -->
<div class="cert-decoder__ref-category">
<h3 class="cert-decoder__ref-title">ISO Standards</h3>
<div class="cert-decoder__ref-list" id="iso-list">
<!-- Will be populated by JavaScript -->
</div>
</div>
<!-- EU Standards -->
<div class="cert-decoder__ref-category">
<h3 class="cert-decoder__ref-title">EU Standards</h3>
<div class="cert-decoder__ref-list" id="eu-list">
<!-- Will be populated by JavaScript -->
</div>
</div>
<!-- Professional Standards -->
<div class="cert-decoder__ref-category">
<h3 class="cert-decoder__ref-title">Professional Standards</h3>
<div class="cert-decoder__ref-list" id="app-list">
<!-- Will be populated by JavaScript -->
</div>
</div>
</div>
</div>
</section>
<!-- Educational Resources -->
<section class="cert-decoder__education">
<h2 class="cert-decoder__section-title">Understanding Material Certifications</h2>
<div class="cert-decoder__edu-grid">
<div class="cert-decoder__edu-card">
<h3 class="cert-decoder__edu-title">🏆 What Are Certifications?</h3>
<p class="cert-decoder__edu-text">
Material certifications are industry standards that verify the composition,
purity, and properties of materials used in body jewelry. They ensure
materials are safe, biocompatible, and suitable for prolonged body contact.
</p>
</div>
<div class="cert-decoder__edu-card">
<h3 class="cert-decoder__edu-title">📋 How to Verify Materials</h3>
<p class="cert-decoder__edu-text">
Always request <strong>mill certifications</strong> from suppliers.
These documents prove the material meets specific ASTM or ISO standards.
Legitimate suppliers will provide these without hesitation.
</p>
</div>
<div class="cert-decoder__edu-card">
<h3 class="cert-decoder__edu-title">⚠️ Common Red Flags</h3>
<p class="cert-decoder__edu-text">
Watch for vague terms like "surgical steel" without ASTM F138,
"hypoallergenic" without supporting docs, extremely low prices,
or suppliers who refuse to provide mill certifications.
</p>
</div>
<div class="cert-decoder__edu-card">
<h3 class="cert-decoder__edu-title">✅ Professional Recommended Materials</h3>
<p class="cert-decoder__edu-text">
Professional tattoo and piercing experts recommend specific
materials for initial piercings: ASTM F136 titanium, ASTM F138 steel,
14K/18K gold (nickel-free), niobium, and borosilicate glass.
</p>
</div>
<div class="cert-decoder__edu-card">
<h3 class="cert-decoder__edu-title">🔬 Biocompatibility Testing</h3>
<p class="cert-decoder__edu-text">
ISO 10993 series standards test materials for biological safety.
This includes cytotoxicity, sensitization, and irritation tests.
Look for ISO 10993 compliance in medical-grade jewelry.
</p>
</div>
<div class="cert-decoder__edu-card">
<h3 class="cert-decoder__edu-title">⚡ Sterilization Compatibility</h3>
<p class="cert-decoder__edu-text">
Body jewelry must withstand autoclave sterilization (121-134°C).
Titanium, steel, niobium, and glass are autoclave-safe.
Acrylic, wood, and some stones are NOT sterilizable.
</p>
</div>
</div>
</section>
<!-- Disclaimer -->
<section class="cert-decoder__disclaimer">
<h3 class="cert-decoder__disclaimer-title">⚠️ Important Disclaimer</h3>
<p class="cert-decoder__disclaimer-text">
This tool provides general information about material certifications and safety standards.
Always verify certifications directly with suppliers and certification bodies. This tool
does not replace professional judgment or regulatory compliance requirements. Material
safety ratings are based on industry standards (ASTM, ISO). Individual reactions
may vary. When in doubt, consult with a medical professional. Certification information
is updated regularly but may not reflect the most current standards. Always verify
critical information with official sources.
</p>
</section>
<!-- Related Tools Section -->
<section class="related-tools-section" style="padding: 2rem 1rem; background: #fff; border-top: 1px solid #eee;">
<div style="max-width: 800px; margin: 0 auto;">
<h3 style="font-size: 1.25rem; margin-bottom: 1rem; color: #1e293b;">Recommended for You</h3>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem;">
<a href="https://poliinternational.com/gauge-converter/" style="display: block; padding: 1rem; background: #f1f5f9; border-radius: 8px; text-decoration: none; color: #0693e3; font-weight: 500; text-align: center; transition: background 0.2s;">Gauge Converter</a>
<a href="https://poliinternational.com/healing-tracker/" style="display: block; padding: 1rem; background: #f1f5f9; border-radius: 8px; text-decoration: none; color: #0693e3; font-weight: 500; text-align: center; transition: background 0.2s;">Healing Tracker</a>
<a href="https://poliinternational.com/jewelry-size-visualizer/" style="display: block; padding: 1rem; background: #f1f5f9; border-radius: 8px; text-decoration: none; color: #0693e3; font-weight: 500; text-align: center; transition: background 0.2s;">Jewelry Size Visualizer</a>
</div>
<div style="text-align: center; margin-top: 1.5rem;">
<a href="https://poliinternational.com/tools/" style="color: #64748b; text-decoration: underline; font-size: 0.9rem;">View All 17 Free Tools</a>
</div>
</div>
</section>
<!-- GEO Semantic Block -->
<aside class="geo-summary-block" style="background: #f8fafc; border-left: 4px solid #0693e3; padding: 1.5rem; margin: 2rem 0; font-style: italic; color: #334155; border-radius: 0 8px 8px 0;">
<p style="margin: 0; line-height: 1.6;">Expert Safety Advisory: Precision in gauge and material selection is critical for bio-compatibility. Our tools utilize industry-standard AWG and ASTM mappings to protect client health and ensure procedural success in every session.</p>
</aside>
</main>
<!-- MORE TOOLS NAVIGATION -->
<section class="cert-decoder__more-tools">
<div class="cert-decoder__container" style="text-align: center; padding: 2rem 1rem;">
<p style="font-size: 1.05rem; margin: 0; color: #666;">
<a href="https://poliinternational.com/tools" target="_blank" rel="noopener" style="color: #0693e3; text-decoration: none; font-weight: 600; transition: color 0.2s;">
Explore all our free professional tools →
</a>
</p>
</div>
</section>
<!-- Community Feedback Section -->
<section class="community-feedback">
<div class="container">
<div class="feedback-card">
<div class="feedback-header">
<h2 class="feedback-title">💬 Help Us Build Better Tools, Friend!</h2>
<p class="feedback-subtitle">
Hey there, fellow body art enthusiast! Whether you're a professional tattooist, piercer, or someone who loves body art as much as we do – we're all in this together.
Our passion doesn't get much support out there, so let's stick together and build the best tools to help our community thrive!
</p>
<p class="feedback-callout">
<strong>Your feedback matters!</strong> Found something useful? Got ideas for improvements? We're all ears!
Help us make this tool even better for everyone in our body art family.
</p>
</div>
<form class="feedback-form" id="feedbackForm">
<div class="feedback-form-grid">
<div class="form-group">
<label for="userEmail" class="form-label">Your Email (so we can reply!)</label>
<input type="email" id="userEmail" name="userEmail" class="form-input"
placeholder="your.email@example.com" required>
</div>
<div class="form-group">
<label for="userRole" class="form-label">You are a...</label>
<select id="userRole" name="userRole" class="form-select" required>
<option value="">Choose one</option>
<option value="tattoo_artist">Tattoo Artist</option>
<option value="piercer">Professional Piercer</option>
<option value="shop_owner">Shop Owner</option>
<option value="apprentice">Apprentice</option>
<option value="enthusiast">Body Art Enthusiast/Customer</option>
<option value="other">Other</option>
</select>
</div>
</div>
<div class="form-group">
<label for="feedbackText" class="form-label">Share Your Thoughts, Ideas, or Suggestions</label>
<textarea id="feedbackText" name="feedbackText" class="form-textarea"
placeholder="What do you love? What could be better? Any features you'd like to see? We genuinely want to hear from you!"
rows="5" required></textarea>
</div>
<div class="form-actions">
<button type="submit" class="feedback-submit-btn">
<span class="btn-icon">✉️</span>
<span class="btn-text">Send Feedback</span>
</button>
</div>
<!-- Success/Error Messages -->
<div class="feedback-message feedback-message--success" id="feedbackSuccess" style="display: none;">
<strong>🎉 Thank you, friend!</strong> Your feedback has been sent. We'll read it carefully and get back to you soon!
</div>
<div class="feedback-message feedback-message--error" id="feedbackError" style="display: none;">
<strong>😔 Oops!</strong> Something went wrong. Please try again or email us directly at patrick@poli-international.com
</div>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="cert-decoder__footer">
<!-- Email Capture Section -->
<div class="cert-decoder__email-section">
<h3 class="cert-decoder__email-title">🔔 Get Notified of New Tools!</h3>
<p class="cert-decoder__email-description">
Be first to know when we launch new free tools for piercing and tattoo professionals.
</p>
<form class="cert-decoder__email-form" id="footer-email-form" data-location="footer">
<div class="cert-decoder__email-input-group">
<input type="email" id="footer-email-input" class="cert-decoder__email-input"
placeholder="Your email address" required aria-label="Email address">
<button type="submit" class="cert-decoder__email-submit">Notify Me</button>
</div>
<p class="cert-decoder__email-success" id="footer-email-success" style="display: none;">
✅ Thanks! We'll notify you when new tools launch!
</p>
<p class="cert-decoder__email-error" id="footer-email-error" style="display: none;">
❌ Please enter a valid email address.
</p>
</form>
<div class="cert-decoder__email-trust">
<span>✅ Free tool updates only</span>
<span>✅ No spam</span>
<span>✅ Unsubscribe anytime</span>
</div>
</div>
<!-- Ko-fi Support -->
<div class="cert-decoder__support">
<p class="cert-decoder__support-text">
☕ Enjoying this free tool? Support development of more professional tools!
</p>
<a href='https://ko-fi.com/C0C81NEXBV' target='_blank' class="cert-decoder__kofi">
<img src='https://storage.ko-fi.com/cdn/kofi6.png?v=6'
border='0' alt='Buy Me a Coffee at ko-fi.com'
class="cert-decoder__kofi-img" />
</a>
</div>
<!-- Footer Info -->
<div class="cert-decoder__footer-info">
<p class="cert-decoder__copyright">
© 2025 Poli International - Professional Tattoo & Piercing Supplies
</p>
<p class="cert-decoder__legal">
Material certification information provided for educational purposes.
Always verify certifications with suppliers and regulatory bodies.
</p>
</div>
</footer>
</div>
<!-- Embed Modal -->
<div id="embed-modal" class="cert-decoder__modal" style="display: none;">
<div class="cert-decoder__modal-content">
<button class="cert-decoder__modal-close" id="modal-close" aria-label="Close modal">×</button>
<h2 class="cert-decoder__modal-title">🎁 Use This Tool FREE on Your Website!</h2>
<p class="cert-decoder__modal-description">
Help your clients verify material safety with this professional certification decoder.
</p>
<!-- Embed Code Section -->
<div class="cert-decoder__code-container">
<label for="embed-code" class="cert-decoder__code-label">Copy this code:</label>
<code class="cert-decoder__embed-code" id="embed-code"><iframe src="https://poliinternational.com/tools/material-certification/" width="100%" height="1000" frameborder="0"></iframe></code>
<button class="cert-decoder__copy-button" id="copy-embed-code">
<span class="copy-icon">📋</span>
<span class="copy-text">Copy Code</span>
</button>
<p class="cert-decoder__copy-success" id="copy-success" style="display: none;">
✅ Code copied to clipboard!
</p>
</div>
<!-- Download and More Tools Buttons -->
<div class="cert-decoder__download-buttons">
<a href="embed.html" download class="cert-decoder__download-button cert-decoder__download-button--primary">
⬇️ Download HTML File
</a>
<a href="https://poliinternational.com/tools" target="_blank"
class="cert-decoder__download-button cert-decoder__download-button--secondary">
🔗 More Free Tools
</a>
</div>
<!-- Email Capture in Modal -->
<div class="cert-decoder__modal-email">
<h3 class="cert-decoder__modal-section-title">🔔 Get Notified of New Tools!</h3>
<p class="cert-decoder__modal-email-description">
Be first to know when we launch new professional tools.
</p>
<form class="cert-decoder__email-form" id="modal-email-form" data-location="modal">
<div class="cert-decoder__email-input-group">
<input type="email" id="modal-email-input" class="cert-decoder__email-input"
placeholder="Your email address" required aria-label="Email address">
<button type="submit" class="cert-decoder__email-submit">Subscribe</button>
</div>
<p class="cert-decoder__email-success" id="modal-email-success" style="display: none;">
✅ Thanks! We'll notify you when new tools launch!
</p>
<p class="cert-decoder__email-error" id="modal-email-error" style="display: none;">
❌ Please enter a valid email address.
</p>
</form>
</div>
<!-- Ko-fi Support in Modal -->
<div class="cert-decoder__modal-support">
<p class="cert-decoder__modal-support-text">
☕ Enjoying this free tool? Support more development!
</p>
<a href='https://ko-fi.com/C0C81NEXBV' target='_blank' class="cert-decoder__modal-kofi">
<img src='https://storage.ko-fi.com/cdn/kofi6.png?v=6'
border='0' alt='Buy Me a Coffee at ko-fi.com'
class="cert-decoder__modal-kofi-img" />
</a>
</div>
<!-- Features List -->
<div class="cert-decoder__modal-features">
<h3 class="cert-decoder__modal-section-title">✨ Tool Features:</h3>
<ul class="cert-decoder__feature-list">
<li>✅ Instant certification code lookup</li>
<li>✅ Material safety checker with ratings</li>
<li>✅ Compliance verification tool</li>
<li>✅ Red flag detection system</li>
<li>✅ Side-by-side material comparison</li>
<li>✅ Complete certification reference</li>
<li>✅ Educational safety guides</li>
<li>✅ 100% free to use and embed</li>
</ul>
</div>
</div>
</div>
<!-- JavaScript -->
<script src="js/certification-data.js"></script>
<script src="js/material-data.js"></script>
<script src="js/decoder.js"></script>
<script src="js/feedback.js"></script>
<!-- Hide header when embedded in iframe -->
<script>
// Detect if page is loaded in iframe and hide header
if (window.self !== window.top) {
document.addEventListener('DOMContentLoaded', function() {
var header = document.querySelector('.site-header');
if (header) {
header.style.display = 'none';
}
// Also hide tool title section if present
var toolTitle = document.querySelector('.tool-title-section');
if (toolTitle) {
toolTitle.style.display = 'none';
}
});
}
</script>
<!-- AUTOMATIC IFRAME CONTENT HIDER (ADDED BY ANTIGRAVITY) -->
<script>
if (window.self !== window.top) {
document.addEventListener('DOMContentLoaded', function() {
const selectors = ['.breadcrumb-nav', '.site-header', '.site-footer', '.equip-checker__header',
'.equip-checker__footer', '.tool-title-section', '.more-tools-section',
'.feedback-section', '.related-tools-section', '.geo-summary-block',
'.needle-selector__header', '.needle-selector__footer',
'.needle-selector__more-tools', '.community-feedback',
'.poli-footer', '.share-card', '.need-support-card', '.explore-all-card'];
selectors.forEach(selector => {
const elements = document.querySelectorAll(selector);
elements.forEach(el => el.style.display = 'none');
});
// Force reset body margins for embed
document.body.style.paddingTop = '0';
document.body.style.marginTop = '0';
document.body.style.paddingBottom = '0';
document.body.style.marginBottom = '0';
/* Center align tool headers when in iframe */
if (window.self !== window.top) {
const style = document.createElement('style');
style.textContent = `
/* Center the entire header section */
[class*="__header-content"],
[class*="__title-group"],
[class*="__header-buttons"] {
text-align: center !important;
justify-content: center !important;
align-items: center !important;
}
/* Center H2 headings */
[class*="__header"] h2,
[class*="__title-group"] h2,
header h2 {
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* Center subtitles/descriptions */
[class*="__subtitle"],
[class*="__header"] p {
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* Center button containers */
[class*="__header-buttons"] {
display: flex !important;
justify-content: center !important;
align-items: center !important;
flex-wrap: wrap !important;
}
`;
document.head.appendChild(style);
}
});
}
</script>
</body>
</html>