[SUCS Devel] [Git][sucssite/sucs-site][master] Fix bug in firefox where buttons not clickable
Imran Hussain
imranh at sucs.org
Sat Nov 10 11:09:20 GMT 2018
Imran Hussain pushed to branch master at sucssite / sucs-site
Commits:
c68ed868 by Imran Hussain at 2018-11-10T11:09:00+00:00
Fix bug in firefox where buttons not clickable
- - - - -
1 changed file:
- htdocs/index.html
Changes:
=====================================
htdocs/index.html
=====================================
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -91,8 +91,8 @@
<h1 class="white-text">Swansea University Computer Society</h1>
<p class="white-text">SUCS is one of the university's longest-running and largest societies. In addition to providing members with a range of IT services, we hold regular events and socials throughout the year.
</p>
- <button class="white-btn"><a href=https://sucs.org/join>Join Now!</a></button>
- <button class="main-btn"><a href=#about>Learn more</a></button>
+ <a href="https://sucs.org/join" class="white-btn">Join Now!</a>
+ <a href="#about" class="main-btn">Learn more</a>
</div>
</div>
<!-- /home content -->
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/c68ed868b05a9bea3d6bad393e13585d05639d68
--
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/c68ed868b05a9bea3d6bad393e13585d05639d68
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20181110/5a1e8ad2/attachment-0001.html>
More information about the Devel
mailing list