-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added help page and made style changes
- Loading branch information
Showing
7 changed files
with
84 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
export default function Helppage() { | ||
return ( | ||
<section class=" min-h-[70vh] mt-20"> | ||
<div class="container px-6 py-12 mx-auto"> | ||
<div class="text-center"> | ||
<p class="font-medium text-purple-600 dark:text-purple-400">Contact us</p> | ||
|
||
<h1 class="mt-2 text-2xl font-semibold text-gray-800 md:text-3xl">Get in touch</h1> | ||
|
||
<p class="mt-3 text-gray-600">Our friendly team is always here to help.</p> | ||
</div> | ||
|
||
<div class="grid grid-cols-1 gap-6 mt-10 md:grid-cols-2 lg:grid-cols-3"> | ||
<div class="flex flex-col items-center justify-center text-center"> | ||
<span class="p-3 text-purple-600 rounded-full bg-purple-100/80"> | ||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75" /> | ||
</svg> | ||
</span> | ||
|
||
<h2 class="mt-4 text-lg font-medium text-gray-800">Email</h2> | ||
<p class="mt-2 text-gray-600">Our team is here to help.</p> | ||
<p class="mt-2 text-purple-600">[email protected]</p> | ||
</div> | ||
<div class="flex flex-col items-center justify-center text-center"> | ||
<span class="p-3 text-purple-600 rounded-full bg-purple-100/80"> | ||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z" /> | ||
</svg> | ||
</span> | ||
|
||
<h2 class="mt-4 text-lg font-medium text-gray-800">Phone</h2> | ||
<p class="mt-2 text-gray-600 dark:text-gray-400">Yash Jangid (Convenor)</p> | ||
<p class="mt-2 text-purple-600 dark:text-purple-400">+91-9867466021</p> | ||
</div> | ||
<div class="flex flex-col items-center justify-center text-center"> | ||
<span class="p-3 text-purple-600 rounded-full bg-purple-100/80"> | ||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z" /> | ||
</svg> | ||
</span> | ||
|
||
<h2 class="mt-4 text-lg font-medium text-gray-800">Phone</h2> | ||
<p class="mt-2 text-gray-600 dark:text-gray-400">Ansh Bindlish (Joint Convenor)</p> | ||
<p class="mt-2 text-purple-600 dark:text-purple-400">+91-9891350900</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters