{"id":934,"date":"2025-07-16T14:32:14","date_gmt":"2025-07-16T14:32:14","guid":{"rendered":"https:\/\/classes.maester.in\/?page_id=934"},"modified":"2025-09-18T11:36:04","modified_gmt":"2025-09-18T11:36:04","slug":"syllabus","status":"publish","type":"page","link":"https:\/\/classes.maester.in\/index.php\/syllabus\/","title":{"rendered":"Syllabus"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Responsive Course Cards<\/title>\n<style>\n:root{\n  --bg:#f7f8fb;\n  --card:#ffffff;\n  --muted:#6b7280;\n  --accent:#ff6b35;\n  --accent-2:#1f7a8c;\n  --radius:12px;\n  --maxw:1200px;\n  --pad:22px;\n}\n* {\n  box-sizing: border-box;\n}\nbody{\n  margin:0;\n  padding:0;\n  background:var(--bg);\n  font-family:Inter, system-ui, sans-serif;\n  color:#111827;\n}\n.courses-wrap{\n  max-width:var(--maxw);\n  margin:28px auto;\n  padding:18px;\n}\n.courses-grid{\n  display:grid;\n  grid-template-columns:repeat(3, 1fr);\n  gap:20px;\n}\n.course-card{\n  background:var(--card);\n  border-radius:var(--radius);\n  box-shadow:0 6px 18px rgba(15,23,42,0.06);\n  padding:var(--pad);\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n  width:100%;\n}\n.course-head{\n  display:flex;\n  align-items:center;\n  gap:12px;\n}\n.logo-mark{\n  width:56px;\n  height:56px;\n  border-radius:10px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:linear-gradient(135deg,var(--accent),var(--accent-2));\n  color:white;\n  font-weight:700;\n  font-size:20px;\n  flex-shrink: 0;\n}\n.course-title{\n  font-size:1.1rem;\n  font-weight:700;\n  margin: 0;\n}\n.course-sub{\n  font-size:0.9rem;\n  color:var(--muted);\n  margin: 4px 0 0 0;\n}\n.meta{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  font-size:0.88rem;\n  color:var(--muted);\n}\n.meta .pill{\n  background:rgba(31,122,140,0.06);\n  padding:6px 10px;\n  border-radius:999px;\n  color:var(--accent-2);\n  font-weight:600;\n  font-size:0.82rem;\n}\n.fees{\n  margin-top:6px;\n  padding:10px;\n  border-radius:8px;\n  background:linear-gradient(90deg,rgba(255,235,230,0.4),rgba(230,250,252,0.35));\n  border:1px dashed rgba(31,122,140,0.08);\n  font-weight:700;\n  color:#0f1724;\n}\n.cta-row{\n  display:flex;\n  gap:10px;\n  align-items:center;\n  margin-top:8px;\n  flex-wrap:wrap;\n}\n.btn{\n  padding:10px 14px;\n  border-radius:10px;\n  font-weight:700;\n  cursor:pointer;\n  transition:all .2s;\n  font-family: inherit;\n}\n.btn-primary{\n  background:var(--accent);\n  color:white;\n  border:0;\n}\n.btn-primary:hover{\n  background:#e2572c;\n}\n.btn-outline{\n  background:white;\n  border:1px solid rgba(15,23,42,0.1);\n  color:var(--muted);\n}\n.btn-outline:hover{\n  border-color:var(--accent-2);\n  color:var(--accent-2);\n}\n\/* Accordion *\/\n.accordion{\n  border-top:1px dashed rgba(15,23,42,0.04);\n  padding-top:10px;\n  margin-top:6px;\n}\n.acc-item{\n  margin-bottom:8px;\n}\n.acc-head{\n  cursor:pointer;\n  padding:10px;\n  border-radius:8px;\n  background:rgba(15,23,42,0.02);\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  transition:background .2s;\n}\n.acc-head:hover{\n  background:rgba(15,23,42,0.05);\n}\n.acc-head h4{\n  margin:0;\n  font-size:0.93rem;\n}\n.acc-icon{\n  transition:transform .25s ease;\n  font-size:1rem;\n  color:var(--accent-2);\n}\n.acc-body{\n  max-height:0;\n  overflow:hidden;\n  transition:max-height .28s ease;\n  padding:0 6px;\n}\n.acc-body.open{\n  padding-top:8px;\n  padding-bottom:8px;\n}\n.acc-body ul{\n  padding-left:18px;\n  margin:0;\n  color:var(--muted);\n}\n\n\/* Responsive Styles *\/\n@media (max-width: 1024px) {\n  .courses-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 768px) {\n  .courses-grid {\n    grid-template-columns: 1fr;\n    justify-items: center;\n  }\n  \n  .course-card {\n    max-width: 100%;\n  }\n  \n  .course-head {\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n  }\n  \n  .logo-mark {\n    margin-bottom: 10px;\n  }\n  \n  .meta {\n    justify-content: center;\n  }\n  \n  .course-title, .course-sub {\n    text-align: center;\n  }\n  \n  .cta-row {\n    justify-content: center;\n  }\n}\n\n@media (max-width: 480px) {\n  .courses-wrap {\n    padding: 10px;\n  }\n  \n  .course-card {\n    padding: 16px;\n  }\n  \n  .cta-row {\n    flex-direction: column;\n    width: 100%;\n  }\n  \n  .btn {\n    width: 100%;\n    text-align: center;\n  }\n}\n<\/style>\n<\/head>\n<body>\n<section class=\"courses-wrap\">\n  <div class=\"courses-grid\">\n\n<!-- ===== Computer Training ===== -->\n<article class=\"course-card\">\n<div class=\"course-head\">\n<div class=\"logo-mark\">CT<\/div>\n<div>\n<div class=\"course-title\">Computer Training Course<\/div>\n<div class=\"course-sub\">4\u20136 Months \u00b7  Sun Holiday \u00b7 Daily 2to3 hrs  <\/div><\/div>\n<\/div>\n<div class=\"meta\">\n<div class=\"pill\">Beginner \u2192 Advanced<\/div>\n<div class=\"pill\">Hardware \u00b7 Software \u00b7 Networking<\/div>\n<\/div>\n<div class=\"accordion\">\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"ct-outline\"><h4>Course Syllabus<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"ct-outline\" class=\"acc-body\">\n<ul>\n<li><strong>A. Introduction:<\/strong> History, Types, Hardware, Software, Internet<\/li>\n<li><strong>B. Basic Software:<\/strong> File Management, Word, Presentations, AI Tools<\/li>\n<li><strong>C. Hardware &#038; Networking:<\/strong> Assemble\/Dismantle, Networking, Security<\/li>\n<li><strong>D. Advanced Software:<\/strong> Spreadsheets, Cybersecurity, Websites, Programming<\/li>\n<li><strong>E. Emerging Technologies:<\/strong> AI, ML, Blockchain, IoT, Cloud<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"ct-assessments\"><h4>Assessments<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"ct-assessments\" class=\"acc-body\">\n<ul>\n<li>Test 8<\/li>\n<li>Presentation 4<\/li>\n<li>Final Exam<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"ct-skills\"><h4>Skills Assessment<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"ct-skills\" class=\"acc-body\">\n<ul>\n<li>Communication Skill<\/li>\n<li>Presentation Skill<\/li>\n<li>Organizing Skill<\/li>\n<li>Management Skill<\/li>\n<li>Research Skill<\/li>\n<li>Learning Skill<\/li>\n<li>Teaching Skill<\/li>\n<li>Leadership Skill<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"ct-benefits\"><h4>How This Course Empowers<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"ct-benefits\" class=\"acc-body\">\n<p>\ud83d\udca1 Empowers Students, Housewives, Business Owners, Professionals, Lifelong Learners.<\/p>\n<ul>\n<li><strong>Students:<\/strong> Academic excellence, emerging tech, portfolio development<\/li>\n<li><strong>Housewives:<\/strong> Digital confidence, entrepreneurship<\/li>\n<li><strong>Business Owners:<\/strong> Smart operations, digital presence<\/li>\n<li><strong>Professionals:<\/strong> Skill upgrade, collaboration tools<\/li>\n<li><strong>Lifelong Learners &#038; Retirees:<\/strong> Stay connected, contribute to communities<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fees\">Fees: \u20b92,000\/mo + 18% GST<\/div>\n<div class=\"cta-row\">\n<button class=\"btn btn-primary\" onclick=\"window.location.href='https:\/\/classes.maester.in\/index.php\/registration\/'\">Enroll Now<\/button>\n<button class=\"btn btn-outline\" onclick=\"window.open('https:\/\/classes.maester.in\/wp-content\/uploads\/2025\/09\/computer-syllabus.pdf','_blank')\">Download Syllabus<\/button>\n<\/div>\n<\/article>\n\n<!-- ===== Building Planning & Designing ===== -->\n<article class=\"course-card\">\n<div class=\"course-head\">\n<div class=\"logo-mark\">BP<\/div>\n<div>\n<div class=\"course-title\">Building Planning &#038; Designing Course<\/div>\n<div class=\"course-sub\">4\u20136 Months \u00b7  Sun Holiday \u00b7 Daily 2to3 hrs  <\/div><\/div>\n<\/div>\n<div class=\"meta\">\n<div class=\"pill\">Practical<\/div>\n<div class=\"pill\">Case Studies &#038; Site Visits<\/div>\n<\/div>\n<div class=\"accordion\">\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"bp-outline\"><h4>Weekly Outline<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"bp-outline\" class=\"acc-body\">\n<ul>\n<li>Week 1: Intro to Building Planning<\/li>\n<li>Week 2: Site Analysis &#038; Selection<\/li>\n<li>Week 3: Zoning &#038; Environmental considerations<\/li>\n<li>Week 4: Building Program &#038; Functional Needs<\/li>\n<li>Week 5: Site Planning &#038; Concept Design<\/li>\n<li>Week 6: Client Communication &#038; Freelance Business<\/li>\n<li>Building Designing Weeks 1\u20137: Architectural, Structural, Electrical, Mechanical, Codes<\/li>\n<li>Site Visits: 8 visits with reports<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"bp-assessments\"><h4>Assessments<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"bp-assessments\" class=\"acc-body\">\n<ul>\n<li>Test 8<\/li>\n<li>Presentation 4<\/li>\n<li>Final Exam<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"bp-skills\"><h4>Skills Assessment<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"bp-skills\" class=\"acc-body\">\n<ul>\n<li>Communication Skill<\/li>\n<li>Presentation Skill<\/li>\n<li>Organizing Skill<\/li>\n<li>Management Skill<\/li>\n<li>Research Skill<\/li>\n<li>Learning Skill<\/li>\n<li>Teaching Skill<\/li>\n<li>Leadership Skill<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"bp-benefits\"><h4>How This Course Empowers<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"bp-benefits\" class=\"acc-body\">\n<p>\ud83d\udca1 Empowers Students, Housewives, Business Owners, Professionals, Lifelong Learners.<\/p>\n<ul>\n<li><strong>Students:<\/strong> Academic excellence, portfolio development<\/li>\n<li><strong>Housewives:<\/strong> Digital confidence, entrepreneurship<\/li>\n<li><strong>Business Owners:<\/strong> Smart operations, digital presence<\/li>\n<li><strong>Professionals:<\/strong> Skill upgrade, collaboration tools<\/li>\n<li><strong>Lifelong Learners &#038; Retirees:<\/strong> Stay connected, contribute to communities<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fees\">Fees: \u20b93,500\/mo + 18% GST<\/div>\n<div class=\"cta-row\">\n<button class=\"btn btn-primary\" onclick=\"window.location.href='https:\/\/classes.maester.in\/index.php\/registration\/'\">Enroll Now<\/button>\n<button class=\"btn btn-outline\" onclick=\"window.open('https:\/\/classes.maester.in\/wp-content\/uploads\/2025\/09\/building-and-designing-.pdf','_blank')\">Download Syllabus<\/button>\n<\/div>\n<\/article>\n\n<!-- ===== Interior Design ===== -->\n<article class=\"course-card\">\n<div class=\"course-head\">\n<div class=\"logo-mark\">ID<\/div>\n<div>\n<div class=\"course-title\">Comprehensive Interior Design Course<\/div>\n<div class=\"course-sub\">4\u20136 Months \u00b7  Sun Holiday \u00b7 Daily 2to3 hrs  <\/div>\n<\/div>\n<\/div>\n<div class=\"meta\">\n<div class=\"pill\">Portfolio &#038; Business Skills<\/div>\n<div class=\"pill\">AutoCAD \u00b7 SketchUp \u00b7 Revit<\/div>\n<\/div>\n<div class=\"accordion\">\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"id-outline\"><h4>Weekly Outline<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"id-outline\" class=\"acc-body\">\n<ul>\n<li>Week 1: Principles &#038; Elements, color theory, space planning, project management<\/li>\n<li>Week 2: Design Styles \u2013 traditional, modern, contemporary, history, materials<\/li>\n<li>Week 3: Furniture styles, ergonomics, arrangement<\/li>\n<li>Week 4: Materials &#038; Finishes \u2013 flooring, walls, windows, sustainability<\/li>\n<li>Week 5: Lighting \u2013 types, principles, spaces<\/li>\n<li>Weeks 6\u20138: Presentation \u2013 sketching, drafting, 2D\/3D software, floorplans, renderings, PPT<\/li>\n<li>Week 9: Business &#038; Professional Practices \u2013 marketing, timelines, legal issues<\/li>\n<li>Weeks 10\u201311: Internship\/Live Project \u2013 report submission &#038; client interaction<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"id-assessments\"><h4>Assessments<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"id-assessments\" class=\"acc-body\">\n<ul>\n<li>Test 8<\/li>\n<li>Presentation 4<\/li>\n<li>Final Exam<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"id-skills\"><h4>Skills Assessment<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"id-skills\" class=\"acc-body\">\n<ul>\n<li>Communication Skill<\/li>\n<li>Presentation Skill<\/li>\n<li>Organizing Skill<\/li>\n<li>Management Skill<\/li>\n<li>Research Skill<\/li>\n<li>Learning Skill<\/li>\n<li>Teaching Skill<\/li>\n<li>Leadership Skill<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"id-benefits\"><h4>How This Course Empowers<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"id-benefits\" class=\"acc-body\">\n<p>\ud83d\udca1 Empowers Students, Housewives, Business Owners, Professionals, Lifelong Learners.<\/p>\n<ul>\n<li><strong>Students:<\/strong> Portfolio &#038; career growth, design skills, software mastery<\/li>\n<li><strong>Housewives:<\/strong> Freelance opportunities, creative skills<\/li>\n<li><strong>Business Owners:<\/strong> Smart interior planning, client satisfaction<\/li>\n<li><strong>Professionals:<\/strong> Skill upgrade, collaboration tools<\/li>\n<li><strong>Lifelong Learners &#038; Retirees:<\/strong> Creative engagement, project participation<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fees\">Fees: \u20b93,000\/mo + 18% GST<\/div>\n<div class=\"cta-row\">\n<button class=\"btn btn-primary\" onclick=\"window.location.href='https:\/\/classes.maester.in\/index.php\/registration\/'\">Enroll Now<\/button>\n<button class=\"btn btn-outline\" onclick=\"window.open('https:\/\/classes.maester.in\/wp-content\/uploads\/2025\/09\/interior-design.pdf','_blank')\">Download Syllabus<\/button>\n<\/div>\n<\/article>\n\n<!-- ===== Graphic Design ===== -->\n<article class=\"course-card\">\n<div class=\"course-head\">\n<div class=\"logo-mark\">GD<\/div>\n<div>\n<div class=\"course-title\">Graphic Design Mastery Course<\/div>\n<div class=\"course-sub\">4\u20136 Months \u00b7  Sun Holiday \u00b7 Daily 2to3 hrs  <\/div><\/div>\n<\/div>\n<div class=\"meta\">\n<div class=\"pill\">Creative &#038; Practical<\/div>\n<div class=\"pill\">Photoshop \u00b7 Illustrator \u00b7 Canva \u00b7 Figma<\/div>\n<\/div>\n<div class=\"accordion\">\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"gd-outline\"><h4>Weekly Outline<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"gd-outline\" class=\"acc-body\">\n<ul>\n<li>Week 1: Design Fundamentals \u2013 color, typography, composition, branding<\/li>\n<li>Week 2: Tools \u2013 Photoshop, Illustrator, Canva basics<\/li>\n<li>Week 3: Advanced Tools \u2013 Figma, prototyping, vector graphics<\/li>\n<li>Week 4: Logo &#038; Brand Identity Projects<\/li>\n<li>Week 5: Poster, Social Media, Marketing Designs<\/li>\n<li>Week 6: Portfolio Creation &#038; Presentation<\/li>\n<li>Week 7: Freelancing, business skills &#038; client communication<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"gd-assessments\"><h4>Assessments<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"gd-assessments\" class=\"acc-body\">\n<ul>\n<li>Test 8<\/li>\n<li>Presentation 4<\/li>\n<li>Final Exam<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"gd-skills\"><h4>Skills Assessment<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"gd-skills\" class=\"acc-body\">\n<ul>\n<li>Communication Skill<\/li>\n<li>Presentation Skill<\/li>\n<li>Organizing Skill<\/li>\n<li>Management Skill<\/li>\n<li>Research Skill<\/li>\n<li>Learning Skill<\/li>\n<li>Teaching Skill<\/li>\n<li>Leadership Skill<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<div class=\"acc-item\">\n<div class=\"acc-head\" data-target=\"gd-benefits\"><h4>How This Course Empowers<\/h4><span class=\"acc-icon\">\u25bc<\/span><\/div>\n<div id=\"gd-benefits\" class=\"acc-body\">\n<p>\ud83d\udca1 Empowers Students, Housewives, Business Owners, Professionals, Lifelong Learners.<\/p>\n<ul>\n<li><strong>Students:<\/strong> Design career growth, portfolio, software mastery<\/li>\n<li><strong>Housewives:<\/strong> Freelance opportunities, creative skills<\/li>\n<li><strong>Business Owners:<\/strong> Branding &#038; marketing advantage<\/li>\n<li><strong>Professionals:<\/strong> Skill upgrade, collaboration tools<\/li>\n<li><strong>Lifelong Learners &#038; Retirees:<\/strong> Creative engagement, project participation<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"fees\">Fees: \u20b92,500\/mo + 18% GST<\/div>\n<div class=\"cta-row\">\n<button class=\"btn btn-primary\" onclick=\"window.location.href='https:\/\/classes.maester.in\/index.php\/registration\/'\">Enroll Now<\/button>\n<button class=\"btn btn-outline\" onclick=\"window.open('https:\/\/classes.maester.in\/wp-content\/uploads\/2025\/09\/graphic-design.pdf','_blank')\">Download Syllabus<\/button>\n<\/div>\n<\/article>\n\n  <\/div>\n<\/section>\n\n<script>\n\/\/ Accordion Toggle\ndocument.querySelectorAll('.acc-head').forEach(head=>{\nhead.addEventListener('click',()=>{\n  const body = document.getElementById(head.dataset.target);\n  body.classList.toggle('open');\n  head.querySelector('.acc-icon').style.transform = body.classList.contains('open')?'rotate(180deg)':'rotate(0deg)';\n  body.style.maxHeight = body.classList.contains('open')?body.scrollHeight+'px':'0';\n});\n});\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Responsive Course Cards CT Computer Training Course 4\u20136 Months \u00b7 Sun Holiday \u00b7 Daily 2to3 hrs Beginner \u2192 Advanced Hardware \u00b7 Software \u00b7 Networking Course Syllabus \u25bc A. Introduction: History, Types, Hardware, Software, Internet B. Basic Software: File Management, Word, Presentations, AI Tools C. Hardware &#038; Networking: Assemble\/Dismantle, Networking, Security D. Advanced Software: Spreadsheets, Cybersecurity, [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-934","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Rayan","author_link":"https:\/\/classes.maester.in\/index.php\/author\/rayan\/"},"uagb_comment_info":0,"uagb_excerpt":"Responsive Course Cards CT Computer Training Course 4\u20136 Months \u00b7 Sun Holiday \u00b7 Daily 2to3 hrs Beginner \u2192 Advanced Hardware \u00b7 Software \u00b7 Networking Course Syllabus \u25bc A. Introduction: History, Types, Hardware, Software, Internet B. Basic Software: File Management, Word, Presentations, AI Tools C. Hardware &#038; Networking: Assemble\/Dismantle, Networking, Security D. Advanced Software: Spreadsheets, Cybersecurity,&hellip;","_links":{"self":[{"href":"https:\/\/classes.maester.in\/index.php\/wp-json\/wp\/v2\/pages\/934","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/classes.maester.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/classes.maester.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/classes.maester.in\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/classes.maester.in\/index.php\/wp-json\/wp\/v2\/comments?post=934"}],"version-history":[{"count":46,"href":"https:\/\/classes.maester.in\/index.php\/wp-json\/wp\/v2\/pages\/934\/revisions"}],"predecessor-version":[{"id":995,"href":"https:\/\/classes.maester.in\/index.php\/wp-json\/wp\/v2\/pages\/934\/revisions\/995"}],"wp:attachment":[{"href":"https:\/\/classes.maester.in\/index.php\/wp-json\/wp\/v2\/media?parent=934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}