Skip to content

Commit

Permalink
Merge pull request #202 from li23179/dev
Browse files Browse the repository at this point in the history
Fixed Sponsor page
  • Loading branch information
li23179 authored Jan 14, 2025
2 parents c6f8740 + d29a661 commit f763e2a
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions _layouts/sponsor.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,30 @@ <h3 class="heading">{{ page.outreach.title }}</h3>
<section class="section contact" id="contact">
<div class="container narrow wrapper">
<h2 class="heading">Get in touch with us</h2>
<p>Drop us a note by filling in the form below. Alternatively, you can email to
<a href="mailto:sponsorship@cssbristol.co.uk">sponsorship@cssbristol.co.uk</a>
</p>
<p>Drop us a note by filling in the form below.</p>

<div class="maintence">
<h3> !! 🚨 Contact form is currently under maintence !!</h3>
<p>For any enquires please send an email to
<a href="mailto:cs-society@bristol.ac.uk?subject=Sponsors"> cs-society@bristol.ac.uk </a>.
</p>
<section>
<h3>Please Include the Following Details in Your Email:</h3>
<ol>
<li><strong>Name:</strong> Your full name.</li>
<li><strong>Company / Organisation Name:</strong> The name of your organisation or company.</li>
<li><strong>Job Position:</strong> Your current job title or role.</li>
<li><strong>Budget:</strong> Your budget for the event or collaboration.</li>
<li><strong>Email:</strong> Your contact email address.</li>
<li><strong>Telephone Number:</strong> Your phone number for contact purposes.</li>
<li><strong>Event of Interest:</strong> Specify which event you are interested in (e.g., Brishack).</li>
</ol>
</section>
<h3>
Note: If your browser do not redirect to an email form,
you may need to configure your browser as the Default Email Handler.
</h3>
</div>

<p>Thank you for your interest!</p>
<noscript>
Expand All @@ -176,7 +197,10 @@ <h2 class="heading">Get in touch with us</h2>
}
</style>
</noscript>
{% include contact-form.html %}
<!-- Disable the -->
<!-- {% include contact-form.html %} -->


</div>
</section>
</div>
Expand Down

0 comments on commit f763e2a

Please sign in to comment.