[SUCS Devel] [Git][sucssite/sucs-site][beta] 2 commits: Fix bug in firefox where buttons not clickable

Imran Hussain imranh at sucs.org
Sat Nov 10 11:11:10 GMT 2018


Imran Hussain pushed to branch beta 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

- - - - -
5019f361 by Imran Hussain at 2018-11-10T11:10:50+00:00
Merge branch 'master' into beta

- - - - -


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/compare/67cbfa02faab0d1d23fada510650085a7ce33e30...5019f3612ddb5bf4b18b2841be6b396acd32a261

-- 
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/67cbfa02faab0d1d23fada510650085a7ce33e30...5019f3612ddb5bf4b18b2841be6b396acd32a261
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/8b4c7c5a/attachment.html>


More information about the Devel mailing list