Skip to content

Commit

Permalink
Merge pull request #2 from akshay9085/main
Browse files Browse the repository at this point in the history
content changes 6 Nov
  • Loading branch information
Sashi20 authored Nov 6, 2024
2 parents c0972e7 + d1bf996 commit 29fca8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions src/components/HomeBody.astro
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const faqContent = await Astro.glob("../content/faq/*.md");

<!-- Core Team and Contact Us -->

<div class="bg-[#e7fcff] text-center" id ="contact">
<div class="bg-[#e7fcff] text-center pb-10" id ="contact">
<h1 class="section-title text-center">Contact Us
<!-- <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24">
<path fill="currentColor" d="M4.05 21q-.45 0-.75-.3t-.3-.75V15.9q0-.325.225-.587t.575-.363l3.45-.7q.35-.05.713.063t.587.337L10.9 17q.95-.55 1.8-1.213t1.625-1.437q.825-.8 1.513-1.662t1.187-1.788L14.6 8.45q-.2-.2-.275-.475T14.3 7.3l.65-3.5q.05-.325.325-.562T15.9 3h4.05q.45 0 .75.3t.3.75q0 3.125-1.362 6.175t-3.863 5.55t-5.55 3.863T4.05 21" />
Expand All @@ -183,17 +183,20 @@ const faqContent = await Astro.glob("../content/faq/*.md");
}
</div>-->
<p class="text-xl">
Please write to us in case of any queries regarding the Competition at:
</p>
<p class="email">
Email us at
<pspan class="email">
<svg xmlns="http://www.w3.org/2000/svg" class="!inline-block text-xl" width="32" height="32" viewBox="0 0 32 32" {...props}>
<path fill="black" class="!inline-block" d="M28 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-2.2 2L16 14.78L6.2 8ZM4 24V8.91l11.43 7.91a1 1 0 0 0 1.14 0L28 8.91V24Z" />
</svg>
Email :
<a href="mailto:contact-cfd@fossee.in" class="text-xl" target="_blank">contact-cfd@fossee.in</a>
:
<a href="mailto:contact-cfd@fossee.in" class="text-xl text-blue-600 hover:underline" target="_blank">contact-cfd@fossee.in</a>
<!-- / -->
<!-- <a href="mailto:mohamedkasim@iitb.ac.in" target="_blank">mohamedkasim@iitb.ac.in</a> -->
</p>
</span></p>
<p class="text-xl"><strong>Reach out to us through Slack</strong></p>
<p class="text-xl"><strong> Join the FOSSEE, IIT Bombay’s official Slack Channel by clicking</strong> <a href="https://join.slack.com/t/fossee-iitbombay/shared_invite/zt-2sxfgzovm-JiRwfXSxPU3HxIQIlrOUDw" target="_blank" class="text-blue-600 hover:underline"><span >here</span></a><span > or </span><a href="https://join.slack.com/t/fossee-iitbombay/shared_invite/zt-1txemmacg-Yy~Ap3bGqsdkr60CxuDmcw" target="_blank" class="text-blue-600 hover:underline"><span >here</span></a>
</p>
<p class="text-xl">After joining the official Slack Channel by clicking one of the above links, please join the&nbsp; workspace for the <a href="https://fossee-iitbombay.slack.com/archives/C07SDB5LSQ5" target="_blank" class="text-blue-600 hover:underline">#desktop-application-development-competition</a> and join it.</p>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import Layout from '../layouts/Layout.astro';
import FaQ from '../components/Faq.astro';
---

<Layout title="faq?">
<Layout title="GUI Hackathon">
<FaQ />
</Layout>

0 comments on commit 29fca8d

Please sign in to comment.