From f025eb031c0b05fe307e9793a896ac1c04f7709f Mon Sep 17 00:00:00 2001
From: Raydo M <126121348+burnt-exe@users.noreply.github.com>
Date: Sun, 27 Oct 2024 12:56:16 +0200
Subject: [PATCH] Update index.html
---
iso/index.html | 614 ++++++++++++++++++++++++++++++++++++-------------
1 file changed, 459 insertions(+), 155 deletions(-)
diff --git a/iso/index.html b/iso/index.html
index b98efcd..3d158a5 100644
--- a/iso/index.html
+++ b/iso/index.html
@@ -1,163 +1,467 @@
-import React from 'react';
-import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
-import { ClipboardCheck, Users, Clock, Award, BookOpen, Shield, FileCheck, Settings, Database, Building } from 'lucide-react';
-
-const CourseOffice = () => {
- const categories = [
- {
- title: "Quality Management",
- description: "ISO 9001 certification and implementation courses",
- icon: ,
- courses: [
- {
- name: "ISO 9001:2015 Foundation",
- duration: "16 hours",
- students: 2456,
- certified: true
- },
- {
- name: "QMS Lead Auditor",
- duration: "40 hours",
- students: 1823,
- certified: true
- }
- ]
- },
- {
- title: "Information Security",
- description: "ISO 27001 information security management",
- icon: ,
- courses: [
- {
- name: "ISO 27001 Implementation",
- duration: "24 hours",
- students: 1654,
- certified: true
- },
- {
- name: "ISMS Lead Auditor",
- duration: "40 hours",
- students: 982,
- certified: true
- }
- ]
- },
- {
- title: "Environmental Management",
- description: "ISO 14001 environmental standards",
- icon: ,
- courses: [
- {
- name: "ISO 14001 Essentials",
- duration: "16 hours",
- students: 1245,
- certified: true
- },
- {
- name: "EMS Internal Auditor",
- duration: "24 hours",
- students: 876,
- certified: true
- }
- ]
- }
- ];
-
- return (
-
-
-
-
-
ISO Standards Training Center
+
+
+
+
+
+
ISO Certification Training
+
+
+
+
+
+
+
-
Accredited courses for ISO standards implementation and auditing
-
-
-
-
-
-
-
-
Accredited Training
-
Official ISO certification courses
-
-
-
-
-
-
-
-
Practical Implementation
-
Hands-on learning approach
-
-
-
-
-
-
-
-
Complete Resources
-
Templates and tools included
-
-
-
-
-
- {categories.map((category, index) => (
-
-
-
- {category.icon}
- {category.title}
-
- {category.description}
-
-
-
- {category.courses.map((course, courseIndex) => (
-
-
{course.name}
-
-
-
- {course.duration}
+
+
+
+
+
+
ISO Certification Training
+
Master International Standards and Advance Your Career
+
+
+
+
+ Popular Certification Paths
+
+
+
+
+
27001
+
+
Information Security
+
ISO/IEC 27001 ISMS
+
+
+
+
+
+
+
+
9001
+
+
Quality Management
+
ISO 9001 QMS
+
+
-
-
- {course.students} enrolled
+
+
+
+
+
14001
+
+
Environmental Management
+
ISO 14001 EMS
+
+
- {course.certified && (
-
- )}
-
- ))}
-
-
- ))}
-
-
-
-
-
-
-
-
Begin Your ISO Certification Journey
-
Expert-led courses with practical implementation guidance
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
- );
-};
-export default CourseOffice;
\ No newline at end of file
+
+
+
+
+
+
\ No newline at end of file