Skip to content

Commit

Permalink
added sangeet sangam , fixed nav bar user styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikumawat7716 committed Jan 9, 2024
1 parent 6782875 commit 1857c13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions src/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
dedicated house council for peer support, driving positive change
and holistic student development.
</p>
<router-link to="iitmbs_friends_photo_competition"
<a href="https://forms.gle/7pwqYUXWLS7pLpfo8"
><button
class="px-5 py-2 mt-6 text-sm font-medium leading-5 text-center text-black capitalize dark:bg-white bg-blue-600 rounded-lg hover:bg-blue-500 lg:mx-0 lg:w-auto focus:outline-none"
>
Participate in IITM BS Friends Photo Competition
</button></router-link
Participate in Sangeet Sangam
</button></a
>
<!-- <p class="mt-3 text-sm text-gray-400 ">No credit card required</p> -->
</div>
Expand Down Expand Up @@ -248,7 +248,7 @@
</section>

<!-- admins -->
<section class="text-gray-400 py-10 dark:bg-black body-font">
<!-- <section class="text-gray-400 py-10 dark:bg-black body-font">
<div class="text-center">
<h1
class="text-2xl font-semibold text-gray-800 capitalize lg:text-3xl dark:text-white"
Expand Down Expand Up @@ -290,9 +290,9 @@
</div>
</div>
</div>
</section>
</section> -->
<!-- webops team -->
<section class="bg-white dark:bg-black">
<!-- <section class="bg-white dark:bg-black">
<div class="container px-6 py-10 mx-auto">
<h1
class="text-2xl font-semibold text-center text-gray-800 capitalize lg:text-3xl dark:text-white"
Expand Down Expand Up @@ -610,10 +610,10 @@
</div>
</div>
</div>
</section>
</section> -->

<!-- login with google -->
<div
<!-- <div
class="flex w-full max-w-sm mx-auto overflow-hidden py-10 rounded-lg dark:bg-black lg:max-w-4xl dark:bg-black"
>
<div
Expand Down Expand Up @@ -662,7 +662,7 @@
>
</a>
</div>
</div>
</div> -->
</body>
</template>

Expand Down
2 changes: 1 addition & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div class="mt-4 lg:mt-0 lg:ml-8" v-if="userDetails">
<div class="flex items-center">
<img class="w-8 h-8 rounded-full" :src="userDetails.picture" alt="User Picture">
<span class="ml-2 text-black dark:text-white"><router-link to="user">{{ userDetails.name }}</router-link></span>
<span class="ml-2 text-black dark:text-white md:hidden font-semibold"><router-link to="user">{{ userDetails.name }}</router-link></span>
<button style="background-color: rgb(145, 4, 4); color:aliceblue;border-radius: 5px; margin: 3px; padding: 4px;" @click="signOut">Sign Out</button>
</div>
</div>
Expand Down

0 comments on commit 1857c13

Please sign in to comment.