update
After Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 107 KiB |
After Width: | Height: | Size: 578 KiB |
After Width: | Height: | Size: 336 KiB |
After Width: | Height: | Size: 168 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 162 KiB |
After Width: | Height: | Size: 161 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 371 KiB |
After Width: | Height: | Size: 471 KiB |
After Width: | Height: | Size: 45 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><path d="m0 0h14v14h-14z" fill="none" visibility="hidden"/><path d="m7 1-6 2v1h12v-1zm-6 4v1h1v5h-1l-1 2h14l-1-2h-1v-5h1v-1zm4 1c.497372 0 1 .5325904 1 1v4h-2v-4c0-.5273339.502628-1 1-1zm4 0c.503364 0 1 .4726661 1 1v4h-2v-4c0-.5273339.496636-1 1-1z"/></svg>
|
||||
|
||||
#2874A6
|
After Width: | Height: | Size: 327 B |
|
@ -4,7 +4,6 @@
|
|||
<div class="flex place-items-center w-full">
|
||||
<img class="w-24" src="/img/rgylogo.png" alt="">
|
||||
<h1 class="text-white text-size font-bold px-4">RAJEEV GANDHI YOUTH COMPUTER INSTITUTE</h1>
|
||||
<h1>Online </h1>
|
||||
</div>
|
||||
<div class="flex place-items-center w-full justify-end gap-x-4 xl:gap-x-8 text-white text-lg md:text-2xl cursor-pointer">
|
||||
<p class="flex inline-flex hover:text-yellow-400"><img class="" src="/img/svg/phone.svg" alt=""> +91 7318992100;</p>
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
<div class="container mx-auto flex justify-center">
|
||||
<div class="hidden md:block py-4">
|
||||
<div class="navbar">
|
||||
<a href="#home">Home</a>
|
||||
<a href="homepage">Home</a>
|
||||
<div class="dropdownDesktop">
|
||||
<button class="dropbtnDesktop">About
|
||||
<i class="fa fa-caret-downDesktop"></i>
|
||||
</button>
|
||||
<div class="dropdown-contentDesktop">
|
||||
<a href="#">About Us</a>
|
||||
<a href="#">Chairman Message</a>
|
||||
<a href="#">Adninistrator</a>
|
||||
<a href="aboutus">About Us</a>
|
||||
<a href="chairman-message">Chairman Message</a>
|
||||
<a href="administrator">Adninistrator</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="#news">Center List</a>
|
||||
|
@ -81,11 +81,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<a href="#about">About</a>
|
||||
<a href="#about">About</a>
|
||||
<a href="#about">About</a>
|
||||
<a href="#about">About</a>
|
||||
|
||||
|
||||
</div>
|
||||
<a class="icon" onclick="openMobileMenu()">
|
||||
☰
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
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="RGYCI-About-Us">
|
||||
<Header/>
|
||||
<Menu/>
|
||||
<main>
|
||||
<section class="container mx-auto">
|
||||
<p class="text-4xl text-center my-16 text-blue-700 underline decoration-purple-900">About Us</p>
|
||||
<div class="flex flex-col lg:flex-row">
|
||||
<div class="flex flex-col justify-center text-xl text-justify px-8">
|
||||
<p class="first-letter:text-4xl">Rajeev Gandhi Youth Computer Institute (RGYCI) has been registered under the public Trust Act. 21 Reg. (W.B) Rule 1962/1968; vide Registration Number 190303688. Our Institute also certified by the Under CR Act. 1957 and ISO 9001:2015 , Ministry of Human Research & Development (HRD), Govt. of India.</p><br/><hr><br/>
|
||||
<p class="">Our Institute established in the year 2012. The main function of the Trust is to provide higher education like Computer, Technical and Vocational Education for every group of urban and rural areas to get success in computer revolution which is the main dream of Indian Government. RGYCI is a non Commercial organization engaged in the work of social welfare, started with a mission to education service and spread literacy to all class of people.</p><br/><hr><br>
|
||||
<p class="">Our students are employed in reputed organization both in India as well as out side of country. The key to success in ensuring quality training by the our heighly qualified experts. Provide education for the rural youth enabling him to play a part of the Global Development.</p>
|
||||
</div>
|
||||
<div class="flex flex-row lg:flex-col justify-center w-full">
|
||||
<img class="w-56" src="/img/trade.jpg" alt="">
|
||||
<img class="w-56" src="/img/iso.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<Mainfooter/>
|
||||
</Layout>
|
|
@ -0,0 +1,67 @@
|
|||
---
|
||||
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>
|
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
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="RGYCI-About-Us">
|
||||
<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. Let’s 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>
|
|
@ -0,0 +1,73 @@
|
|||
---
|
||||
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="Welcome to RGYCI - Contact Us">
|
||||
<Header/>
|
||||
<Menu/>
|
||||
<main>
|
||||
<section class="container mx-auto px-4">
|
||||
<p class="text-4xl font-semibold text-center py-16">Conta<span class="underline decoration-4 decoration-red-800 ">ct Inform</span>ation</p>
|
||||
<div class="grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 gap-10">
|
||||
<div class="grid place-items-center shadow-2xl p-4 w-full border-2 bg-blue-100 border-4 border-red-800 rounded-lg">
|
||||
<svg class="w-10 py-10" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><path d="m0 0h14v14h-14z" fill="none" visibility="hidden"/><path fill="#2874A6" d="m7 1-6 2v1h12v-1zm-6 4v1h1v5h-1l-1 2h14l-1-2h-1v-5h1v-1zm4 1c.497372 0 1 .5325904 1 1v4h-2v-4c0-.5273339.502628-1 1-1zm4 0c.503364 0 1 .4726661 1 1v4h-2v-4c0-.5273339.496636-1 1-1z"/></svg>
|
||||
<p class="text-center text-lg">Head Office</p>
|
||||
<h1 class="text-xl font-semibold text-center">Rajeev Gandhi Youth Computer Institute</h1>
|
||||
<span class="text-lg">Address:</span>
|
||||
<p class=" text-center">Habra , North 24 Parganas, Pin - 743271, West Bengal</p>
|
||||
<div class="grid grid-cols-2 text-lg place-items-center text-white w-full py-1 border rounded-md shadow-2xl" style="background-color: #2874A6;">
|
||||
<a href="">Email : ho@rgyci.org</a>
|
||||
<a href="">Whatsapp : 7001537091</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid place-items-center shadow-2xl p-4 w-full border-2 bg-blue-100 border-4 border-red-800 rounded-lg">
|
||||
<svg class="w-10 py-10" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path fill="#2874A6" d="m128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36h-448v-36c0-6.6 5.4-12 12-12h19.5v-440c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440h19.5c6.6 0 12 5.4 12 12zm-368.5-13h112.5v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5v-414l-288.5-1z"/></svg>
|
||||
<p class="text-center text-lg">Regional Office</p>
|
||||
<h1 class="text-xl font-semibold text-center">Rajeev Gandhi Youth Computer Institute</h1>
|
||||
<span class="text-lg">Address:</span>
|
||||
<p class=" text-center">12/1, Iswar Gupta Road. Dum Dum Cant. Kol -28, WB</p>
|
||||
<div class="grid grid-cols-2 text-lg place-items-center text-white w-full py-1 border rounded-md shadow-2xl" style="background-color: #2874A6;">
|
||||
<a href="">Email : ho@rgyci.org</a>
|
||||
<a href="">Whatsapp : 7001537091</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid place-items-center shadow-2xl p-4 w-full border-2 bg-blue-100 border-4 border-red-800 rounded-lg">
|
||||
<svg class="w-10 py-10" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path fill="#2874A6" d="m128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36h-448v-36c0-6.6 5.4-12 12-12h19.5v-440c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440h19.5c6.6 0 12 5.4 12 12zm-368.5-13h112.5v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5v-414l-288.5-1z"/></svg>
|
||||
<p class="text-center text-lg">Regional UP Office</p>
|
||||
<h1 class="text-xl font-semibold text-center">Rajeev Gandhi Youth Computer Institute</h1>
|
||||
<span class="text-lg">Address:</span>
|
||||
<p class="text-center">242/13, Ramraj Colony, Madeena Masjid Street, Siyana-203412. District-Bulandshahr (UP)</p>
|
||||
<div class="grid grid-cols-2 text-lg place-items-center text-white w-full py-1 border rounded-md shadow-2xl" style="background-color: #2874A6;">
|
||||
<a href="">Email : ho@rgyci.org</a>
|
||||
<a href="">Whatsapp : 7001537091</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="container mx-auto px-4 my-16">
|
||||
<div class="grid grid-cols-1 lg:grid-cols-2">
|
||||
<div class="grid place-items-center text-blue-900 text-3xl font-semibold my-10">View College on Google Map
|
||||
<!-- Google Map Copied Code -->
|
||||
<iframe class="mt-4 mb-8 border-4 rounded-2xl" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3677.6960542642505!2d88.70813311557485!3d22.813723685059195!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f8b2026ecbfdab%3A0x752766262ac4a782!2sRAJEEV%20GANDHI%20YOUTH%20COMPUTER%20INSTITUTE!5e0!3m2!1sen!2sin!4v1675270274743!5m2!1sen!2sin"
|
||||
width="100%"
|
||||
height="500"
|
||||
frameborder="0"
|
||||
style="border:4; border-color: brown;"
|
||||
|
||||
aria-hidden="false"
|
||||
tabindex="0">
|
||||
</iframe>
|
||||
</div>
|
||||
<!-- <div class="grid place-items-center text-blue-900 text-3xl font-semibold my-10"> Contact From
|
||||
<label for="">Name
|
||||
<input type="text">
|
||||
</label>
|
||||
</div> -->
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
</Layout>
|
||||
|
|
@ -20,10 +20,10 @@ import Mainfooter from '../components/Mainfooter.astro';
|
|||
</div>
|
||||
</div>
|
||||
</section> -->
|
||||
<section class="container mx-auto py-24">
|
||||
<p class="text-center text-4xl py-20 decoration-4 underline decoration-red-500 font-bold">Our Courses</p>
|
||||
<section class="container mx-auto py-16 2xl:py-24">
|
||||
<p class="text-center text-4xl pb-8 2xl:pb-10 decoration-4 underline decoration-red-500 font-bold">Our Courses</p>
|
||||
<div class="grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 place-items-center gap-16 ">
|
||||
<div class="flex relative shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none cursor-pointer">
|
||||
<div class="flex relative shadow-xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none cursor-pointer">
|
||||
<div class="">
|
||||
<img class="rounded-t-2xl img-size" src="/img/image1.png" alt="">
|
||||
<h1 class="h1-text font-bold p-4">DCA (Diploma In Computer Application)</h1>
|
||||
|
@ -34,7 +34,7 @@ import Mainfooter from '../components/Mainfooter.astro';
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex relative shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="flex relative shadow-xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="">
|
||||
<img class="rounded-t-2xl img-size" src="/img/image2.png" alt="">
|
||||
<h1 class="h1-text font-bold p-4">DCA (Diploma In Computer Application)</h1>
|
||||
|
@ -45,7 +45,7 @@ import Mainfooter from '../components/Mainfooter.astro';
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex relative shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="flex relative shadow-xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="">
|
||||
<img class="rounded-t-2xl img-size" src="/img/image7.png" alt="">
|
||||
<h1 class="h1-text font-bold p-4">DCA (Diploma In Computer Application)</h1>
|
||||
|
@ -56,7 +56,7 @@ import Mainfooter from '../components/Mainfooter.astro';
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex relative shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="flex relative shadow-xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="">
|
||||
<img class="rounded-t-2xl img-size" src="/img/image4.png" alt="">
|
||||
<h1 class="h1-text font-bold p-4">DCA (Diploma In Computer Application)</h1>
|
||||
|
@ -67,7 +67,7 @@ import Mainfooter from '../components/Mainfooter.astro';
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex relative shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="flex relative shadow-xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="">
|
||||
<img class="rounded-t-2xl img-size" src="/img/image5.png" alt="">
|
||||
<h1 class="h1-text font-bold p-4">DCA (Diploma In Computer Application)</h1>
|
||||
|
@ -78,7 +78,7 @@ import Mainfooter from '../components/Mainfooter.astro';
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex relative shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="flex relative shadow-xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="">
|
||||
<img class="rounded-t-2xl img-size" src="/img/image6.png" alt="">
|
||||
<h1 class="h1-text font-bold p-4">DCA (Diploma In Computer Application)</h1>
|
||||
|
@ -89,7 +89,7 @@ import Mainfooter from '../components/Mainfooter.astro';
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex relative shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="flex relative shadow-xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="">
|
||||
<img class="rounded-t-2xl img-size" src="/img/image7.png" alt="">
|
||||
<h1 class="h1-text font-bold p-4">DCA (Diploma In Computer Application)</h1>
|
||||
|
@ -100,7 +100,7 @@ import Mainfooter from '../components/Mainfooter.astro';
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex relative shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="flex relative shadow-xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="">
|
||||
<img class="rounded-t-2xl img-size" src="/img/image1.png" alt="">
|
||||
<h1 class="h1-text font-bold p-4">DCA (Diploma In Computer Application)</h1>
|
||||
|
@ -111,7 +111,7 @@ import Mainfooter from '../components/Mainfooter.astro';
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex relative shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="flex relative shadow-xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none">
|
||||
<div class="">
|
||||
<img class="rounded-t-2xl img-size" src="/img/image2.png" alt="">
|
||||
<h1 class="h1-text font-bold p-4">DCA (Diploma In Computer Application)</h1>
|
||||
|
@ -165,15 +165,53 @@ import Mainfooter from '../components/Mainfooter.astro';
|
|||
<p class="py-2 border-bottom hover:underline"><a href="">We are providing Online course, Admission and classes online and also career guidance.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<section class="container mx-auto px-4">
|
||||
<p class="text-4xl font-semibold text-center py-16">Conta<span class="underline decoration-4 decoration-blue-700 ">ct Inform</span>ation</p>
|
||||
<div class="grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 gap-10">
|
||||
<div class="grid place-items-center shadow-2xl p-4 w-full border-2">
|
||||
<svg class="w-10" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><path d="m0 0h14v14h-14z" fill="none" visibility="hidden"/><path fill="#2874A6" d="m7 1-6 2v1h12v-1zm-6 4v1h1v5h-1l-1 2h14l-1-2h-1v-5h1v-1zm4 1c.497372 0 1 .5325904 1 1v4h-2v-4c0-.5273339.502628-1 1-1zm4 0c.503364 0 1 .4726661 1 1v4h-2v-4c0-.5273339.496636-1 1-1z"/></svg>
|
||||
<p class="text-center text-lg">Head Office</p>
|
||||
<h1 class="text-xl font-semibold text-center">Rajeev Gandhi Youth Computer Institute</h1>
|
||||
<span class="text-lg">Address:</span>
|
||||
<p class=" text-center">Habra , North 24 Parganas, Pin - 743271, West Bengal</p>
|
||||
<div class="grid grid-cols-2 text-lg place-items-center text-white w-full py-1 border rounded-md shadow-2xl" style="background-color: #2874A6;">
|
||||
<a href="">Email : ho@rgyci.org</a>
|
||||
<a href="">Whatsapp : 7001537091</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid place-items-center shadow-2xl p-4 w-full border-2">
|
||||
<svg class="w-10" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path fill="#2874A6" d="m128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36h-448v-36c0-6.6 5.4-12 12-12h19.5v-440c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440h19.5c6.6 0 12 5.4 12 12zm-368.5-13h112.5v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5v-414l-288.5-1z"/></svg>
|
||||
<p class="text-center text-lg">Regional Office</p>
|
||||
<h1 class="text-xl font-semibold text-center">Rajeev Gandhi Youth Computer Institute</h1>
|
||||
<span class="text-lg">Address:</span>
|
||||
<p class=" text-center">12/1, Iswar Gupta Road. Dum Dum Cant. Kol -28, WB</p>
|
||||
<div class="grid grid-cols-2 text-lg place-items-center text-white w-full py-1 border rounded-md shadow-2xl" style="background-color: #2874A6;">
|
||||
<a href="">Email : ho@rgyci.org</a>
|
||||
<a href="">Whatsapp : 7001537091</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid place-items-center shadow-2xl p-4 w-full border-2">
|
||||
<svg class="w-10" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path fill="#2874A6" d="m128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36h-448v-36c0-6.6 5.4-12 12-12h19.5v-440c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440h19.5c6.6 0 12 5.4 12 12zm-368.5-13h112.5v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5v-414l-288.5-1z"/></svg>
|
||||
<p class="text-center text-lg">Regional UP Office</p>
|
||||
<h1 class="text-xl font-semibold text-center">Rajeev Gandhi Youth Computer Institute</h1>
|
||||
<span class="text-lg">Address:</span>
|
||||
<p class="text-center">242/13, Ramraj Colony, Madeena Masjid Street, Siyana-203412. District-Bulandshahr (UP)</p>
|
||||
<div class="grid grid-cols-2 text-lg place-items-center text-white w-full py-1 border rounded-md shadow-2xl" style="background-color: #2874A6;">
|
||||
<a href="">Email : ho@rgyci.org</a>
|
||||
<a href="">Whatsapp : 7001537091</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="container mx-auto"></section>
|
||||
|
||||
</main>
|
||||
<Mainfooter />
|
||||
</Layout>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.notice-area {
|
||||
width: 450px;
|
||||
height: 600px;
|
||||
|
@ -212,7 +250,6 @@ import Mainfooter from '../components/Mainfooter.astro';
|
|||
height: 450px;
|
||||
background-color: rgb(215, 247, 244);
|
||||
border-radius: 16px;
|
||||
|
||||
}
|
||||
.hr {
|
||||
border-top: 2px solid red;
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import Menu from "../components/Menu.astro";
|
||||
import Mainfooter from "../components/Mainfooter.astro";
|
||||
import Header from "../components/Header.astro";
|
||||
import Footer from "../components/Footer.astro";
|
||||
---
|
||||
<Layout title="Welcome to RGYCI-Library">
|
||||
<Header/>
|
||||
<Menu/>
|
||||
<main>
|
||||
<section class="container mx-auto my-16 px-4">
|
||||
<h1 class="text-3xl underline text-center pb-16 decoration-red-800">Library</h1>
|
||||
<div class="grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 gap-16 place-items-center">
|
||||
<img src="/img/lb/1.jpg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
<img src="/img/lb/2.jpeg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
<img src="/img/lb/3.jpeg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
<img src="/img/lb/4.jpeg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
<img src="/img/lb/6.jpeg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
<img src="/img/lb/7.jpeg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
<img src="/img/lb/8.jpeg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
<img src="/img/lb/9.jpeg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
<img src="/img/lb/10.jpeg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
<img src="/img/lb/11.jpeg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
<img src="/img/lb/12.jpeg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
<img src="/img/lb/12.jpeg" class="hover:shadow-2xl area transition transform hover:-translate-y-4 motion-reduce:transition-none motion-reduce:hover:transform-none" alt="">
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<Mainfooter/>
|
||||
</Layout>
|
||||
<style>
|
||||
.area {
|
||||
width: 500px;
|
||||
height: 350px;
|
||||
background-color: rgb(215, 247, 244);
|
||||
border-radius: 16px;
|
||||
}
|
||||
</style>
|
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
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="RGYCI-Studen Registration Form WB-97">
|
||||
<Header/>
|
||||
<Menu/>
|
||||
<main>
|
||||
<section class="container mx-auto 2xl:px-48">
|
||||
<h1 class="text-3xl text-center text-blue-700 font-semibold my-16">Studen Registration Form</h1>
|
||||
<div class="grid grid-cols-2 border border-slate-900 flex-row-auto p-2 text-sm">
|
||||
<label for="fname">First Name:
|
||||
<input class="border border-slate-900" type="text" id="fname" name="fname">
|
||||
</label>
|
||||
<label for="fname">Last Name:
|
||||
<input class="border border-slate-900" type="text" id="fname" name="fname">
|
||||
</label>
|
||||
<label class="-letter:text-4xl" for="fname">Mobile Number:<span class="text-red-800">*</span>
|
||||
<input class="border border-slate-900" type="number" id="fname" name="fname">
|
||||
</label>
|
||||
<label class="-letter:text-4xl" for="fname">Email ID:
|
||||
<input class="border border-slate-900" type="text" id="fname" name="fname">
|
||||
</label>
|
||||
<label class="-letter:text-4xl" for="fname">Gender:
|
||||
<input class="border border-slate-900" type="radio" id="fname" name="fname">
|
||||
<label for="">Male</label>
|
||||
<input class="border border-slate-900" type="radio" id="fname" name="fname">
|
||||
<label for="">Female</label>
|
||||
</label>
|
||||
<label class="-letter:text-4xl" for="fname">Set Password:
|
||||
<input class="border border-slate-900" type="password" id="fname" name="fname">
|
||||
</label>
|
||||
<label class="-letter:text-4xl" for="fname">Marital Status:
|
||||
<input class="border border-slate-900" type="radio" id="fname" name="fname">
|
||||
<label for="">Married</label>
|
||||
<input class="border border-slate-900" type="radio" id="fname" name="fname" checked>
|
||||
<label for="" >Single</label>
|
||||
</label>
|
||||
<label for="">
|
||||
<option value="">Select Course Duration:
|
||||
<select name="" id="">Months</select>
|
||||
<select name="" id="">Months</select>
|
||||
<select name="" id="">Months</select>
|
||||
<select name="" id="">Months</select>
|
||||
<select name="" id="">Months</select>
|
||||
</option>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</Layout>
|