Difference between revisions of "Talk:CNMCyber.com Home"

From CNM Wiki
Jump to: navigation, search
(Created page with "<div style="background-color:#f2f2f2;padding:10px;margin-bottom:20px;"> <h1>Education</h1> <p>Scheje Education is a private institution located in the United States th...")
 
Line 1: Line 1:
<div style="background-color:#f2f2f2;padding:10px;margin-bottom:20px;">
+
<html>
    <h1>Education</h1>
+
<head>
    <p>Scheje Education is a private institution located in the United States that provides training and educational programs in various fields of study.</p>
+
<style>
 +
body {
 +
  margin: 0;
 +
  padding: 0;
 +
  font-family: Arial, sans-serif;
 +
}
 +
 
 +
/* Header */
 +
.header {
 +
  background-color: #4CAF50;
 +
  color: white;
 +
  padding: 20px;
 +
  text-align: center;
 +
}
 +
 
 +
/* Menu buttons */
 +
.menu {
 +
  overflow: hidden;
 +
  background-color: #333;
 +
  position: sticky;
 +
  top: 0;
 +
}
 +
 
 +
.menu a {
 +
  float: left;
 +
  display: block;
 +
  color: white;
 +
  text-align: center;
 +
  padding: 14px 16px;
 +
  text-decoration: none;
 +
}
 +
 
 +
.menu a:hover {
 +
  background-color: #ddd;
 +
  color: black;
 +
}
 +
 
 +
/* Footer */
 +
.footer {
 +
  background-color: #4CAF50;
 +
  color: white;
 +
  padding: 10px;
 +
  text-align: center;
 +
}
 +
 
 +
/* Main content */
 +
.content {
 +
  padding: 20px;
 +
}
 +
 
 +
.content h1, .content h2 {
 +
  color: #4CAF50;
 +
}
 +
 
 +
.content ul {
 +
  list-style-type: none;
 +
  padding: 0;
 +
}
 +
 
 +
.content ul li {
 +
  margin: 10px 0;
 +
}
 +
 
 +
.content ul li ul li {
 +
  margin: 5px 0;
 +
}
 +
 
 +
.content p {
 +
  margin: 10px 0;
 +
}
 +
 
 +
.content b {
 +
  font-weight: bold;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
 
 +
<!-- Header -->
 +
<div class="header">
 +
  <h1>Scheje Education</h1>
 +
</div>
 +
 
 +
<!-- Menu buttons -->
 +
<div class="menu">
 +
  <a href="#programs">Programs</a>
 +
  <a href="#accreditation">Accreditation</a>
 +
  <a href="#campuses">Campuses</a>
 +
  <a href="#alumni">Notable alumni</a>
 +
  <a href="https://scheje.com/education/">Official website</a>
 +
</div>
 +
 
 +
<!-- Main content -->
 +
<div class="content">
 +
 
 +
  <!-- Programs -->
 +
  <div id="programs">
 
     <h2>Programs</h2>
 
     <h2>Programs</h2>
 
     <ul>
 
     <ul>
        <li><b>Business and Management</b>
+
      <li><b>Business and Management</b>
            <ul>
+
        <ul>
                <li>Bachelor's Degree in Business Administration</li>
+
          <li>Bachelor's Degree in Business Administration</li>
                <li>Master's Degree in Business Administration</li>
+
          <li>Master's Degree in Business Administration</li>
                <li>Master's Degree in Management</li>
+
          <li>Master's Degree in Management</li>
            </ul>
+
        </ul>
        </li>
+
      </li>
        <li><b>Healthcare</b>
+
      <li><b>Healthcare</b>
            <ul>
+
        <ul>
                <li>Associate's Degree in Nursing</li>
+
          <li>Associate's Degree in Nursing</li>
                <li>Bachelor's Degree in Nursing</li>
+
          <li>Bachelor's Degree in Nursing</li>
                <li>Master's Degree in Nursing</li>
+
          <li>Master's Degree in Nursing</li>
                <li>Medical Assistant Training</li>
+
          <li>Medical Assistant Training</li>
            </ul>
+
        </ul>
        </li>
+
      </li>
        <li><b>Information Technology</b>
+
      <li><b>Information Technology</b>
            <ul>
+
        <ul>
                <li>Bachelor's Degree in Computer Science</li>
+
          <li>Bachelor's Degree in Computer Science</li>
                <li>Master's Degree in Information Technology</li>
+
          <li>Master's Degree in Information Technology</li>
            </ul>
+
        </ul>
        </li>
+
      </li>
 
     </ul>
 
     </ul>
 +
  </div>
 +
 +
  <!-- Accreditation -->
 +
  <div id="accreditation">
 
     <h2>Accreditation</h2>
 
     <h2>Accreditation</h2>
 
     <p>Scheje Education is accredited by the Accrediting Council for Independent Colleges and Schools (ACICS).</p>
 
     <p>Scheje Education is accredited by the Accrediting Council for Independent Colleges and Schools (ACICS).</p>
 +
  </div>
 +
 +
  <!-- Campuses -->
 +
  <div id="campuses">
 
     <h2>Campuses</h2>
 
     <h2>Campuses</h2>
 
     <ul>
 
     <ul>
        <li>New York City, NY</li>
+
      <li>New York City, NY</li>
        <li>Los Angeles, CA</li>
+
      <li>Los Angeles, CA</li>
        <li>Houston, TX</li>
+
      <li>Houston,
        <li>Miami, FL</li>
 
    </ul>
 
    <h2>Notable alumni</h2>
 
    <ul>
 
        <li>Jane Smith - CEO of XYZ Corporation</li>
 
        <li>John Doe - Chief Information Officer at ABC Corporation</li>
 
    </ul>
 
    <p><b>External links:</b> [https://scheje.com/education/ Official website]</p>
 
</div>
 

Revision as of 20:12, 8 May 2023

<html> <head> <style> body {

 margin: 0;
 padding: 0;
 font-family: Arial, sans-serif;

}

/* Header */ .header {

 background-color: #4CAF50;
 color: white;
 padding: 20px;
 text-align: center;

}

/* Menu buttons */ .menu {

 overflow: hidden;
 background-color: #333;
 position: sticky;
 top: 0;

}

.menu a {

 float: left;
 display: block;
 color: white;
 text-align: center;
 padding: 14px 16px;
 text-decoration: none;

}

.menu a:hover {

 background-color: #ddd;
 color: black;

}

/* Footer */ .footer {

 background-color: #4CAF50;
 color: white;
 padding: 10px;
 text-align: center;

}

/* Main content */ .content {

 padding: 20px;

}

.content h1, .content h2 {

 color: #4CAF50;

}

.content ul {

 list-style-type: none;
 padding: 0;

}

.content ul li {

 margin: 10px 0;

}

.content ul li ul li {

 margin: 5px 0;

}

.content p {

 margin: 10px 0;

}

.content b {

 font-weight: bold;

} </style> </head> <body>

Programs

  • Business and Management
    • Bachelor's Degree in Business Administration
    • Master's Degree in Business Administration
    • Master's Degree in Management
  • Healthcare
    • Associate's Degree in Nursing
    • Bachelor's Degree in Nursing
    • Master's Degree in Nursing
    • Medical Assistant Training
  • Information Technology
    • Bachelor's Degree in Computer Science
    • Master's Degree in Information Technology

Accreditation

Scheje Education is accredited by the Accrediting Council for Independent Colleges and Schools (ACICS).

Campuses

  • New York City, NY
  • Los Angeles, CA
  • Houston,