rgyci.org/src/pages/chairman-message.astro

46 lines
4.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
import Layout from "../layouts/Layout.astro";
import Menu from "../components/Menu.astro";
import Mainfooter from "../components/Mainfooter.astro";
import Header from "../components/Header.astro";
---
<Layout
title="Chairman's Message - Rajeev Gandhi Youth Computer Institute (RGYCI)"
description="Read the Chairman's message at Rajeev Gandhi Youth Computer Institute (RGYCI). Our vision is to provide high-quality computer education, vocational training, and skill development, empowering students for a digital future and global opportunities."
keywords="Chairman's message RGYCI, Rajeev Gandhi Youth Computer Institute vision, IT education leadership, skill development goals, digital India initiative"
ogUrl="https://rgyci.org/chairman-message"
ogImage="/img/sld/8.jpg"
>
<Header/>
<Menu/>
<main>
<section class="container mx-auto">
<h1 class="text-3xl text-center text-violet-900 drop-shadow-2xl underline decoration decoration-blue-700 my-24 font-semibold">Chairman's Message</h1>
<p class="text-xl px-4 text-justify first-letter:text-4xl">Computer Education has become a fastest growing industry in India which is providing 100% practical and job oriented training to educate tomorrow professionals. In the era of privatization and modernization of education computer knowledge will bring lot of opportunities for you. We are best on job oriented education and skill Development Courses in nominal charges. We are sure our students can meet any demand and challenges. That the employer may have on them. Lets join hand and educate our self in computer knowledge to Develop Globally and make India a new Digital India Together.</p>
<div class="flex flex-col xl:flex-row place-items-center mt-8">
<div class="flex flex-col text-xl text-justify px-4">
<p>The last decade in the global arena has witness a tremendous growth in the area of information technology. Rapid advances in the technologies for communication media like television, computer, internet, printing and publishing has enabled us to get prompt access to required information.</p> <br>
<p>Information Technology (IT) has become one of the most robust industries in the world. It, more than any other industry or economic facet, has increased productivity, particularly in the developed world, and therefore is a key driver of global economic growth.</p>
</div>
<div class="flex flex-col bg-green-100 rounded-xl border-4 border-blue-700 w-8/12 drop-shadow-2xl">
<img class="rounded-t-xl" src="/img/chairman.jpg" alt="">
<p class="text-xl text-justify px-4 italic font leading-relaxed first-letter:text-3xl">My dream of an India which is 100% Computer Literate, where everyone is employed and there is absoulutely no poverty. Our organization is working dedicately to Make "Skill India & Digital India" "Dream Come True."</p>
</div>
</div>
<p class="text-xl p-4 text-justify">The IT sector has emerged as a major global source of both growth and employment. IT Industry in the country has played a major role in placing India on the international map. The Indian IT Industry mainly comprises of instance System Integration, Software experiments, Custom Application Development and Maintenance (CADM), network services and IT Solutions.</p>
<p class="text-xl p-4 text-justify">I strongly believe that at RGYCI, our true strength lies in the quality of our people, many of whom have been with us for over 20 years and consider this organization to be a part of their family. Today I am proud to say that we have created a work force whose loyalty and hard work are prevailing across the organization. Going forward too, our employees' passion to excel will continue to be the backbone of the RGYCI. With the launching of “Digital India” initiative by the Government of India, the role of RGYCI is likely to grow substantially in the near future as the demand for IT services and is expected to rise rapidly.</p>
<p class="text-xl p-4 text-justify">Rajeev Gandhi Youth Computer Institute is to rededicate itself on strengthening its services with complete fairness, transparency and objectivity with a view to ensure timely execution of projects.</p>
</section>
</main>
<Mainfooter/>
</Layout>
<style>
.area {
width: 300px;
height: 300px;
background-color: #defaf2;
}
.font {
font-family: 'Cormorant Upright', serif;
}
</style>