67 lines
5.3 KiB
Plaintext
67 lines
5.3 KiB
Plaintext
---
|
||
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="Rajeev Gandhi Youth Computer institute-Administrator">
|
||
<Header/>
|
||
<Menu/>
|
||
<main>
|
||
<section class="container mx-auto xl:px-48">
|
||
<h1 class="text-3xl text-center text-violet-900 drop-shadow-2xl underline decoration decoration-blue-700 my-24 font-semibold">Administrator</h1>
|
||
<div class="flex flex-col lg:flex-row place-items-center bg-gray-700 py-16 rounded-2xl px-10">
|
||
<div class="flex flex-col text-white text-base text-justify p-4 w-fit">
|
||
<p class="first-letter:text-4xl px-8">Today computer education in IT is recognized as essential area of knowledge and India has achieved tremendous growth in this area and is now being considered as a potential I.T. super power in the world. Information Technology education requires high quality Competence & good Infrastructure in order to make a competitive I.T. professional & vocational education.</p> <br>
|
||
<p class="px-8">In this era, we believe in the principle – “survival of the fittest”. I have made this institution available with modern technology, strong infrastructure and dedicated professional faculties through which our students can be the fittest and genius in I.T arena.</p> <br>
|
||
<p class="px-8">I am confident with our programs and courses offered and our students can meet any challenges which our employer may have on them. I wish them great success in their professional career for a delightful tomorrow.</p>
|
||
<p class="px-8">I welcome you to RGYCI, a institute of excellence, and a unique place for knowledge and learning.</p>
|
||
</div>
|
||
<div class="flex flex-col justify-center text-white">
|
||
<img class="p-4 w-96" src="/img/laxman.jpg" alt="">
|
||
<p class="text-center">Mr. Laxman Bairagi</p>
|
||
<p class="text-center">Chairman, RGYCI</p>
|
||
</div>
|
||
|
||
</div>
|
||
</section>
|
||
<div class="my-24"></div>
|
||
<section class="container mx-auto xl:px-48">
|
||
<div class="flex flex-col lg:flex-row place-items-center bg-gray-700 py-16 rounded-2xl px-10">
|
||
<div class="flex flex-col text-white text-base text-justify p-4 w-fit">
|
||
<p class="first-letter:text-4xl px-8">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.</p> <br>
|
||
<p class="px-8">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. Let’s join hand and educate our self in computer knowledge to Develop Globally and make India a new Digital India Together.</p> <br>
|
||
</div>
|
||
<div class="flex flex-col justify-center text-white">
|
||
<img class="p-4 w-96" src="/img/rima.jpg" alt="">
|
||
<p class="text-center">Mrs. Reema Chowdhury</p>
|
||
<p class="text-center">Secretary, RGYCI</p>
|
||
</div>
|
||
|
||
</div>
|
||
</section>
|
||
<div class="my-14"></div>
|
||
<section class="container mx-auto xl:px-48">
|
||
<div class="flex flex-col lg:flex-row place-items-center bg-gray-700 py-16 rounded-2xl px-10">
|
||
<div class="flex flex-col text-white text-base text-justify p-4 w-fit">
|
||
<p class="first-letter:text-4xl px-8">Rajeev Gandhi Youth Computer Institute (RGYCI) provides you completely job oriented computer education according to the demand of IT industry and the training programs are designed and updated by the experts with employment oriented criteria.</p> <br>
|
||
<p class="px-8">The main objective of institute is to provide high quality educational programs to our students with emphasis on interactive learning methodologies.</p> <br>
|
||
</div>
|
||
<div class="flex flex-col justify-center text-white">
|
||
<img class="p-4 w-96" src="/img/up_rajib.jpg" alt="">
|
||
<p class="text-center">Mr. I A Malik</p>
|
||
<p class="text-center">Regional Head, UP</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<div class="my-14"></div>
|
||
<section class="container mx-auto xl:px-48">
|
||
<div class="flex flex-col bg-gray-700 py-16 rounded-2xl px-10 text-white text-justify 2xl:px-56">
|
||
<p class="">We promised to all student to provide them world class education in our institute RGYCI. All the labs are well equipped with all modern & High-Tech equipments. Our institution of higher learning must generate new knowledge & transforming dreams into reality for our youth.</p> <br>
|
||
<p>I am sure our student can meet any demand & challenges.That the employer may have on them.</p>
|
||
</div>
|
||
</section>
|
||
<div class="my-16"></div>
|
||
</main>
|
||
<Mainfooter/>
|
||
</Layout> |