Skip to content

Commit

Permalink
fixing even more buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-a-moore committed Feb 25, 2025
1 parent f4dc562 commit 5cc8047
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 82 deletions.
29 changes: 10 additions & 19 deletions content/en/contact-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,22 @@ title: ''
---


<div style="background-color: #f8f8f8;"
class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg">
<div class="p-1">
<h2 font size="+3" >
<a href="https://www.instagram.com/montreal.cup/?hl=en" style="text-decoration:none;"> <p style="text-align: center">
<div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="https://www.instagram.com/montreal.cup/?hl=en">
</a>
<p style="text-align: center">
<font size="+2"> Follow us on Instagram </font>
</p>
</a>
</h2>
</div>
</div>
</div>

</br>

<div style="background-color: #f8f8f8;"
class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg">
<div class="p-1">
<h2 font size="+3" >
<a href="mailto:[email protected]" style="text-decoration:none;"> <p style="text-align: center">
<div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:[email protected]">
</a>
<p style="text-align: center">
<font size="+2"> Send us an email </font>
</p>
</a>
</h2>
</div>
</div>
</div>



4 changes: 1 addition & 3 deletions content/en/sponsorships.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ title: ''

<font size="+2" > Our sponsorship packages are coming soon, but feel free to reach out to us in the meantime.</font>

<div class="mybutton"> <a href="mailto:[email protected]"> </a>
</div>

<div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:montrealcup@gmail.co">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:montrealcup@gmail.com">
</a>
<p style="text-align: center">
<font size="+2"> Click here to send us an email </font>
Expand Down
27 changes: 10 additions & 17 deletions content/fr/contact-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,22 @@
title: ''
---


<div style="background-color: #f8f8f8;"
class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg">
<div class="p-1">
<h2 font size="+3" >
<a href="https://www.instagram.com/montreal.cup/?hl=en" style="text-decoration:none;"> <p style="text-align: center">
<div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="https://www.instagram.com/montreal.cup/?hl=en">
</a>
<p style="text-align: center">
<font size="+2"> Suivez-nous sur Instagram </font>
</p>
</a>
</h2>
</div>
</div>
</div>

</br>

<div style="background-color: #f8f8f8;"
class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg">
<div class="p-1">
<h2 font size="+3" >
<a href="mailto:[email protected]" style="text-decoration:none;"> <p style="text-align: center">
<div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:[email protected]">
</a>
<p style="text-align: center">
<font size="+2"> Envoyez-nous un courriel </font>
</p>
</a>
</h2>
</div>
</div>
</div>
5 changes: 1 addition & 4 deletions content/fr/sponsorships.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ title: ''
---
<font size="+2" > Nos forfaits de commanditaires sont à venir bientôt, mais n'hésitez pas à nous contacter en attendant.</font>

<div class="mybutton"> <a href="mailto:[email protected]"> </a>
</div>

<div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:montrealcup@gmail.co">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:montrealcup@gmail.com">
</a>
<p style="text-align: center">
<font size="+2"> Cliquez ici pour nous envoyer un courriel </font>
Expand Down
26 changes: 10 additions & 16 deletions public/en/contact-us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,28 +230,22 @@
<div class="mx-auto my-10 max-w-6xl">
<div class="mx-3 col-span-3 lg:col-span-2 px-2">
<h1 class="title text-5xl mb-4"></h1>
<div class="content prose md:prose-lg lg:prose-xl max-w-none py-1"><div style="background-color: #f8f8f8;"
class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg">
<div class="p-1">
<h2 font size="+3" >
<a href="https://www.instagram.com/montreal.cup/?hl=en" style="text-decoration:none;"> <p style="text-align: center">
<div class="content prose md:prose-lg lg:prose-xl max-w-none py-1"><div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="https://www.instagram.com/montreal.cup/?hl=en">
</a>
<p style="text-align: center">
<font size="+2"> Follow us on Instagram </font>
</p>
</a>
</h2>
</div>
</div>
</div>
</br>
<div style="background-color: #f8f8f8;"
class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg">
<div class="p-1">
<h2 font size="+3" >
<a href="mailto:[email protected]" style="text-decoration:none;"> <p style="text-align: center">
<div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:[email protected]">
</a>
<p style="text-align: center">
<font size="+2"> Send us an email </font>
</p>
</a>
</h2>
</div>
</div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/en/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<link>http://localhost:1313/en/sponsorships/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/en/sponsorships/</guid>
<description> Our sponsorship packages are coming soon... but don&#39;t hesitate to free to reach out to us in the meantime. Click here to send us an email. </description>
<description> Our sponsorship packages are coming soon, but feel free to reach out to us in the meantime.&#xA;Click here to send us an email </description>
</item>
</channel>
</rss>
4 changes: 1 addition & 3 deletions public/en/sponsorships/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,8 @@
<div class="mx-3 col-span-3 lg:col-span-2 px-2">
<h1 class="title text-5xl mb-4"></h1>
<div class="content prose md:prose-lg lg:prose-xl max-w-none py-1"><p><font size="+2" > Our sponsorship packages are coming soon, but feel free to reach out to us in the meantime.</font></p>
<div class="mybutton"> <a href="mailto:[email protected]"> </a>
</div>
<div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:montrealcup@gmail.co">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:montrealcup@gmail.com">
</a>
<p style="text-align: center">
<font size="+2"> Click here to send us an email </font>
Expand Down
26 changes: 10 additions & 16 deletions public/fr/contact-us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,28 +230,22 @@
<div class="mx-auto my-10 max-w-6xl">
<div class="mx-3 col-span-3 lg:col-span-2 px-2">
<h1 class="title text-5xl mb-4"></h1>
<div class="content prose md:prose-lg lg:prose-xl max-w-none py-1"><div style="background-color: #f8f8f8;"
class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg">
<div class="p-1">
<h2 font size="+3" >
<a href="https://www.instagram.com/montreal.cup/?hl=en" style="text-decoration:none;"> <p style="text-align: center">
<div class="content prose md:prose-lg lg:prose-xl max-w-none py-1"><div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="https://www.instagram.com/montreal.cup/?hl=en">
</a>
<p style="text-align: center">
<font size="+2"> Suivez-nous sur Instagram </font>
</p>
</a>
</h2>
</div>
</div>
</div>
</br>
<div style="background-color: #f8f8f8;"
class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg">
<div class="p-1">
<h2 font size="+3" >
<a href="mailto:[email protected]" style="text-decoration:none;"> <p style="text-align: center">
<div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:[email protected]">
</a>
<p style="text-align: center">
<font size="+2"> Envoyez-nous un courriel </font>
</p>
</a>
</h2>
</div>
</div>
</div>
</div>
</div>
Expand Down
4 changes: 1 addition & 3 deletions public/fr/sponsorships/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,8 @@
<div class="mx-3 col-span-3 lg:col-span-2 px-2">
<h1 class="title text-5xl mb-4"></h1>
<div class="content prose md:prose-lg lg:prose-xl max-w-none py-1"><p><font size="+2" > Nos forfaits de commanditaires sont à venir bientôt, mais n&rsquo;hésitez pas à nous contacter en attendant.</font></p>
<div class="mybutton"> <a href="mailto:[email protected]"> </a>
</div>
<div class="container">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:montrealcup@gmail.co">
<div style="background-color: #f8f8f8;" class="bg-white text-center mx-2 px-4 py-10 flex flex-row justify-center items-center duration-300 transform h-full hover:-translate-y-1 hover:shadow-lg"> <a href="mailto:montrealcup@gmail.com">
</a>
<p style="text-align: center">
<font size="+2"> Cliquez ici pour nous envoyer un courriel </font>
Expand Down

0 comments on commit 5cc8047

Please sign in to comment.