Merge pull request 'stage 2' (#2) from s3 into master

Reviewed-on: #2
student-gr
Kar 2022-11-08 08:46:27 +01:00
commit 54f191d593
9 changed files with 64 additions and 49 deletions

View File

@ -4,25 +4,25 @@
<div
class="grid grid-cols-1 md:grid-cols-3 bg-stone-600 "
>
<div class="bg-stone-800 rounded-md h-48 m-6 text-gray-100 text-left text-xl p-3">Important Links<hr class="blue-400">
<div class="bg-stone-800 rounded-md h-44 m-6 text-gray-100 text-left text-xl p-3">Important Links<hr class="blue-400">
<div class="grid grid-rows-3 text-blue-600 p-3 gap-4">
<a href="/gallery">Gallery <hr class="border-slate-900"></a>
<router-link to="/gallery">Gallery <hr class="border-slate-900"></router-link>
<a href="/notice">Notice <hr class="border-slate-900"></a>
<a href="/document">Document</a>
<a href="/documents">Documents</a>
</div>
</div>
<div class=" bg-stone-800 rounded-md h-44 m-6 text-gray-100 text-left text-xl p-3">Related Sites<hr>
<div class="bg-stone-800 rounded-md h-44 m-6 text-gray-100 text-left text-xl p-3">Related Sites<hr>
<div class="grid grid-rows-3 text-blue-600 p-3 gap-4">
<a href="https://www.wbsubregistration.org/">W.B.S.U<hr class="border-slate-900"></a>
<a href="https://www.ugc.ac.in/">U.G.C.<hr class="border-slate-900"></a>
<a href="https://banglaruchchashiksha.wb.gov.in/">W.B.H.E.D.</a>
</div>
</div>
<div class=" bg-stone-800 rounded-md h-44 m-6 text-gray-100 text-left text-xl p-3">Document Links <hr>
<div class="bg-stone-800 rounded-md h-44 m-6 text-gray-100 text-left text-xl p-3">Document Links <hr>
<div class="grid grid-rows-3 text-blue-600 p-3 gap-4">
<a href="/aqar">AQAR<hr class="border-slate-900"></a>
<a href="/iqac">IQAC<hr class="border-slate-900"></a>
<a href="/academic-calendar">Academic Calendar</a>
<router-link to="/documents/aqar">AQAR<hr class="border-slate-900"></router-link>
<router-link to="/documents/iqac">IQAC<hr class="border-slate-900"></router-link>
<router-link to="/documents/academic-calendar">Academic Calendar</router-link>
</div>
</div>
</div>

View File

@ -1,7 +1,9 @@
<template>
<header>
<div class="flex shadow p-2 lg:hidden bg-blue-700 text-white font-semibold place-items-center gap-7 "><img src="/img/logo3.png" alt="" class="w-12"> <p class=""> SREE CHAITANYA COLLEGE</p>
<div class=""> <button class="hover:bg-white hover:text-blue-700 rounded-full p-1">Log In</button> </div>
<div class="lg:hidden grid grid-cols-6 bg-blue-700 place-items-center text-white">
<div class="grid col-span-1 "> <img class="w-16" src="/img/logo3.png" alt=""></div>
<div class="grid col-span-4 ">SREE CHAITANYA COLLEGE</div>
<div class="grid col-span-1 "><button class="hover:bg-white hover:text-blue-700 rounded-md p-1">Log In</button></div>
</div>
<div
class="hidden lg:block flex flex-cols bg-blue-600 h-48 text-right justify-end text-white text-3xl pt-5 font-semibold pr-12">
@ -21,4 +23,5 @@
</template>
<script setup>
</script>
</script>
lg:hidden

View File

@ -687,7 +687,7 @@
hover:text-blue-800
">
<router-link
to="/contact"
to="/contact-us"
:class="[
active ? 'bg-gray-100 text-gray-900' : 'text-gray-700',
'block px-1 py-2 text-sm',

20
src/pages/contact-us.vue Normal file
View File

@ -0,0 +1,20 @@
<template>
<div>
<h1 class="text-center text-3xl text-blue-900 mt-4 font-semibold">Contact Us</h1>
<p class="text-center mt-4">Phone: +913216237020</p>
<p class="text-center">Email: sreechaitanyacollege@rediffmail.com</p>
<div class="grid place-items-center text-blue-900 text-2xl font-semibold mt-4">View College on Google Map
<!-- Google Map Copied Code -->
<iframe class="mt-4 mb-8" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3677.0775585659544!2d88.64048451555165!3d22.83661988504755!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f8b071c69b9933%3A0x5181c48a7b97726e!2sSree%20Chaitanya%20College%2C%20Habra!5e0!3m2!1sen!2sin!4v1667829054410!5m2!1sen!2sin"
width="500"
height="400"
frameborder="0"
style="border:0;"
aria-hidden="false"
tabindex="0">
</iframe>
</div>
</div>
</template>

View File

@ -1,16 +1,16 @@
<template>
<div class="container bg-white mx-auto mt-3 p-0">
<div class="container bg-white mx-auto mt-3 p-0 text-lg">
<div v-if="isLoading">
<h2>Loading ...</h2>
</div>
<div v-else>
<div v-html="page[0].content" class="container mx-auto">
<div v-html="page[0].content" class="container mx-auto text-blue-900 mt-14">
</div>
<div v-if="fileAttached">
<h2>Attachments</h2>
<table>
<h2 class="text-blue-900 text-center text-2xl font-semibold mb-16">Attachments</h2>
<table class="text-blue-700">
<tr v-for="(file, index) in files">
<td>{{index+1}}. </td>

View File

@ -1,6 +1,6 @@
<template>
<div class="container bg-white mx-auto mt-3 p-0">
<h2>All pages having Documents / file Attachments are listed below:</h2>
<div class="container bg-white mx-auto mt-3 p-0 text-blue-900 leading-loose text-xl">
<h2 class="text-2xl text-blue-900">All pages having Documents / file Attachments are listed below:</h2>
<br>
<br>
<br>
@ -10,6 +10,7 @@
<div v-else>
<div v-for="(item, index) in page" >
<router-link :to="'/documents/'+item.slug"> <h3> {{item.title}}</h3> </router-link>

View File

@ -12,57 +12,47 @@
</div>
<div class="flex justify-center">
<div
class="flex justify-center right-56 bg-blue-600 w-56 text-white p-1 text-xl"
class="flex justify-center right-56 bg-blue-700 w-56 text-white p-1 text-xl rounded-full"
>Vision of The College</div>
</div>
<div class="flex-none mt-5 justify-center">
<div
class="flex h-8 border-b border-slate-200 ml-5"
class="flex h-8 border-b border-slate-200 ml-5 "
>Character Formation through Knowledge and Value-based Education for Transformation of the Society and the Nation</div>
</div>
<br />
<div class="flex justify-center">
<div
class="flex justify-center right-56 bg-blue-600 w-56 text-white p-1 text-xl gap-2"
class="flex justify-center right-56 bg-blue-700 w-56 text-white p-1 text-xl rounded-full mt-14"
>Our Mission</div>
</div>
<div class="flex-none justify-center p-5">
<div
class="flex border-b border-slate-200"
>a) a) To suit the above 'Vision', the 'Mission' of the College is to provide balanced, value based and knowledge based education informed by latest technology, with a view to instilling self-confidence among the students, in order to turn them into sensitive, dedicated and disciplined citizens who will display a high intellectual calibre, together with emotional balance and social commitment and particularly at helping the students with backward social and economic backgrounds living around the institution.</div>
>a) To suit the above 'Vision', the 'Mission' of the College is to provide balanced, value based and knowledge based education informed by latest technology, with a view to instilling self-confidence among the students, in order to turn them into sensitive, dedicated and disciplined citizens who will display a high intellectual calibre, together with emotional balance and social commitment and particularly at helping the students with backward social and economic backgrounds living around the institution.</div>
<div
class="flex border-b border-slate-200 mt-3"
>b) The college aims at moulding and shaping the students as good citizens with qualities of mind and heart showing commitment towards the nation as well as the community in which they live, extending the role of governance and leadership in discharging the different activities to its stakeholders and inculcating innovative practices. With such orientation students are expected to get involved in societal transformation.</div>
<div
class="flex border-b border-slate-200 mt-3"
>c) Needless to say that since our College was established to serve the higher education needs of the hapless of youth, who had to bear the toll of Partition, we have always strove to spread education among this section of the society. Besides, we have to cater a huge number of students coming from the First Generation Literate families. Thus, our Vision and Mission does not come from any ivory tower but from the 'real' situation around us.</div>
<br />
<div class="grid grid-cols-2 h-80">
<div
class="bg-auto bg-no-repeat bg-center"
style="background-image: url(/img/clg_grdnt.jpg)"
>
<img
src="/img/clgprin.jpg"
alt="/img/clgprin.jpg"
class="m-7 w-10/12 rounded-md"
/>
</div>
<div
class="bg-auto bg-no-repeat bg-center w-full"
style="background-image: url(/img/clg_grdnt.jpg)"
>
<p
class="text-white text-sm mr-20 mt-10 leading-2 font-semibold"
>a) To suit the above 'Vision', the 'Mission' of the College is to provide balanced, value based and knowledge based education informed by latest technology, with a view to instilling self-confidence among the students, in order to turn them into sensitive, dedicated and disciplined citizens who will display a high intellectual calibre, together with emotional balance and social commitment and particularly at helping the students with backward social and economic backgrounds living around the institution. c) Needless to say that since our College was established to serve the higher education needs of the hapless of youth, who had to bear the toll of Partition, we have always strove to spread education among this section of the society. Besides, we have to cater a huge number of students coming from the First Generation Literate families. Thus, our Vision and Mission does not come from any ivory tower but from the 'real' situation around us. rer</p>
<button class="bg-indigo-500 rounded hover:bg-cyan-600 w-32 transition ease-in-out delay-150 text-white text-xl rounded-md mt-2">Read More</button>
</div>
</div>
<br />
<br />
<br />
<div class="grid grid-cols-1 md:grid-cols-2 bg-local md:gap-8 mt-4" style="background-image: url('/img/clg_grdnt.jpg')">
<div class="grid place-items-center p-4"><img src="/img/clgprin.jpg" alt="" class="w-screen rounded-md"></div>
<div class="grid text-white place-items-center text-justify p-6"> To suit the above 'Vision', the 'Mission' of the College is to provide balanced, value based and knowledge based education informed by latest technology, with a view to instilling self-confidence among the students, in order to turn them into sensitive, dedicated and disciplined citizens who will display a high intellectual calibre, together with emotional balance and social commitment and particularly at helping the students with backward social and economic backgrounds living around the institution.Needless to say that since our College was established to serve the higher education needs of the hapless of youth, who had to bear the toll of Partition, we have always strove to spread education among this section of the society. Besides, we have to cater a huge number of students coming from the First Generation Literate families. Thus, our Vision and Mission does not come from any ivory tower but from the 'real' situation around us. rer</div>
</div>
<div class="flex justify-center">
<button class="bg-blue-600 w-56 text-white p-1 text-xl transition ease-in-out delay-150">Gallery</button>
<router-link to="/gallery"><button class="bg-blue-700 w-56 text-white p-1 mt-14 text-xl rounded-full">Gallery</button></router-link>
</div>
</div>
<!-- <div

View File

@ -1,5 +1,5 @@
<template>
<div class="container-fluid bg-white mx-auto mt-3 p-0">
<div class="container bg-white mx-auto mt-3 p-0 text-blue-700 leading-loose">
<div v-if="isLoading">
<h2>Loading ...</h2>
</div>

1
typed-router.d.ts vendored
View File

@ -39,6 +39,7 @@ declare module 'vue-router/auto/routes' {
'/[...404]': RouteRecordInfo<'/[...404]', '/:404(.*)', { 404: ParamValue<true> }, { 404: ParamValue<false> }>,
'/[id]': RouteRecordInfo<'/[id]', '/:id', { id: ParamValue<true> }, { id: ParamValue<false> }>,
'/about': RouteRecordInfo<'/about', '/about', Record<never, never>, Record<never, never>>,
'/contact-us': RouteRecordInfo<'/contact-us', '/contact-us', Record<never, never>, Record<never, never>>,
'/documents/': RouteRecordInfo<'/documents/', '/documents', Record<never, never>, Record<never, never>>,
'/documents/[id]': RouteRecordInfo<'/documents/[id]', '/documents/:id', { id: ParamValue<true> }, { id: ParamValue<false> }>,
'/gallery': RouteRecordInfo<'/gallery', '/gallery', Record<never, never>, Record<never, never>>,