ഉള്ളടക്കത്തിലേക്ക് പോവുക

സെന്റ് ആന്റണീസ് എച്ച്.എസ്. വെള്ളികുളം/ലിറ്റിൽകൈറ്റ്സ്/2024-27

Schoolwiki സംരംഭത്തിൽ നിന്ന്

<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>Little Kites InfoBox</title>

  <style>

   .infobox {

     max-width: 400px;

     border: 2px solid #4CAF50;

     border-radius: 10px;

     padding: 20px;

     background-color: #f0fdf0;

     font-family: Arial, sans-serif;

     box-shadow: 0 0 10px rgba(0,0,0,0.1);

   }

   .infobox h2 {

     color: #2e7d32;

     margin-top: 0;

   }

   .infobox p {

     color: #333;

     line-height: 1.6;

   }

   .infobox .badge {

     display: inline-block;

     padding: 5px 10px;

     background-color: #4CAF50;

     color: white;

     border-radius: 5px;

     font-size: 12px;

     margin-top: 10px;

   }

  </style>

</head>

<body>

<div class="infobox">

  <h2>🌟 Little Kites IT Club</h2>

  <p>

   Little Kites is a student IT club formed under the Kerala Infrastructure and Technology for Education (KITE) initiative. It empowers students with digital skills such as programming, animation, electronics, and cybersecurity.

  </p>

  <p>

   Our school’s Little Kites unit encourages creativity, teamwork, and hands-on learning, helping build the next generation of digital leaders.

  </p>

  <div class="badge">Empowering Young Innovators</div>

</div>

</body>

</html>