-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcertifications.html
More file actions
123 lines (112 loc) · 6.03 KB
/
certifications.html
File metadata and controls
123 lines (112 loc) · 6.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Certifications | GAAP Spices & Super Food</title>
<meta name="description"
content="GAAP Spices guarantees quality with FSSAI registration, Spices Board of India membership, and strict organic compliance. Your trusted partner for safe spices.">
<link rel="canonical" href="https://gaapspices.com/certifications.html" />
<link rel="icon" type="image/svg+xml" href="assets/images/favicon.svg" />
<link rel="apple-touch-icon" href="assets/images/logo.webp" />
<meta name="keywords"
content="FSSAI certified spices, Spices Board India, organic spices certification, food safety India, quality spice exporter" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gaapspices.com/certifications.html" />
<meta property="og:site_name" content="GAAP Spices & Super Food" />
<meta property="og:title" content="Certifications | GAAP Spices & Super Food" />
<meta property="og:description"
content="GAAP Spices guarantees quality. FSSAI registered, Spices Board member, and Organic compliant." />
<meta property="og:image" content="https://gaapspices.com/assets/images/fssai.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://gaapspices.com/certifications.html" />
<meta property="twitter:title" content="Certifications | GAAP Spices & Super Food" />
<meta property="twitter:description"
content="GAAP Spices guarantees quality. FSSAI registered, Spices Board member, and Organic compliant." />
<meta property="twitter:image" content="https://gaapspices.com/assets/images/fssai.jpg" />
<!-- Schema.org JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Certifications & Quality",
"description": "Information about GAAP Spices certifications and quality control standards.",
"mainEntity": {
"@type": "Organization",
"name": "GAAP Spices & Super Food",
"url": "https://gaapspices.com",
"logo": "https://gaapspices.com/assets/images/logo.webp"
},
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://gaapspices.com/"
},{
"@type": "ListItem",
"position": 2,
"name": "Certifications",
"item": "https://gaapspices.com/certifications.html"
}]
}
}
</script>
<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=Outfit:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body class="font-sans text-text-dark leading-relaxed">
<div id="header-placeholder"></div>
<main>
<section id="certifications" class="pt-[150px] min-h-[80vh] px-[10%] pb-20">
<div class="mb-12 relative text-center">
<h1
class="text-4xl text-primary-green mb-4 inline-block relative pb-4 after:content-[''] after:absolute after:left-1/2 after:bottom-0 after:-translate-x-1/2 after:w-20 after:h-[3px] after:bg-accent-gold after:rounded-sm">
Quality Assurance</h1>
<p class="text-lg">Measures we take to ensure global food safety standards.</p>
</div>
<div class="flex flex-wrap justify-center gap-8 text-center">
<div
class="flex-1 min-w-[280px] p-8 bg-bg-light rounded-xl shadow-md transition-transform hover:-translate-y-2">
<div class="mb-4 flex justify-center">
<img src="assets/images/spices-board-india.jpg" alt="Spices Board India Logo"
class="h-20 w-auto object-contain mix-blend-multiply">
</div>
<h2 class="text-xl font-semibold mb-2">Spices Board Registered</h2>
<p>To help realize India's mission to multiply its spices exports multifold by 2030.</p>
</div>
<div
class="flex-1 min-w-[280px] p-8 bg-bg-light rounded-xl shadow-md transition-transform hover:-translate-y-2">
<div class="mb-4 flex justify-center">
<img src="assets/images/fssai.jpg" alt="FSSAI Logo"
class="h-20 w-auto object-contain mix-blend-multiply">
</div>
<h2 class="text-xl font-semibold mb-2">FSSAI Registered</h2>
<p>Fully compliant with the Food Safety and Standards Authority of India (FSSAI) for health and
hygiene.</p>
</div>
<div
class="flex-1 min-w-[280px] p-8 bg-bg-light rounded-xl shadow-md transition-transform hover:-translate-y-2">
<div class="text-[3rem] mb-4">🌿</div>
<h2 class="text-xl font-semibold mb-2">Organic Compliance</h2>
<p>Stringent internal and third-party lab testing to guarantee zero pesticide residues in our
organic range.</p>
</div>
</div>
<div class="mt-20 p-10 border-2 border-dashed border-accent-gold rounded-2xl">
<h2 class="text-2xl font-semibold text-center mb-6">Testing & Lab Protocols</h2>
<p class="text-lg mb-6 text-center">Committed to maintaining highest quality standards of all its
products through
testing by NABL Accredited Laboratories.</p>
</div>
</section>
</main>
<div id="footer-placeholder"></div>
<script src="script.js"></script>
</body>
</html>