diff --git a/contact.html b/contact.html index 05a4b6e..179e515 100644 --- a/contact.html +++ b/contact.html @@ -2,7 +2,7 @@ + -
-

Rules

-
-
- By attending this hackathon, you are required to abide by and follow these guidelines and code of conduct. -
- Failure to comply with these rules will result in disquilification.
-
-
- -
- -
- *subject to change -
-
- -
- -
- *subject to change -
-
-
-

Photo Release Waiver

-
- By participating in this hackathon, you hereby grant us permission to use your likeness and project content in photographs, videos, or other digital media in any and all of its publications, including, but not limited to, social media and web-based publications. Any and all photos taken during the hackathon duration will become property of Gilroy Hacks. -

- Upon agreeing to these terms, you authorize Gilroy Hacks to edit, copy, or distribute these photos for any lawful or advertising purpose. Additionally, you waive the right to royalties or compensation for using these photos. -

- However, Gilroy Hacks will use these photos for promoting purposes ONLY. We will never share your personal or private information to anyone outside the event. -

- If you have a disagreement with any of the terms stated above, please contact an event organizer or email
-
-
-
-

DISCLAIMER: "Hacking", "Hacks", and "Gilroy Hacks" are general-use terms not associated with actual cyberwarfare or gaining unauthorized access to data.

-
-

Prizes


diff --git a/js/general.js b/js/general.js index 9ec3e4f..b2a0a9d 100644 --- a/js/general.js +++ b/js/general.js @@ -132,7 +132,7 @@ document.addEventListener('DOMContentLoaded', function(){ }); // Adding the class animations to these elements - let elements_id = ['#description-heading', '#event-main-box', '#timeline', '#signup-title', '#steps-card', '#sponsor-title', '#sponsor-container', '#map-article', '#workshops-description', '#rules-description', '#guidelines', '#code-of-conduct', '#second-podium', '#first-podium', '#third-podium', '#prize-box', '#administration', '#logistics', '#outreach', '#tech', '#marketing']; + let elements_id = ['#description-heading', '#event-main-box', '#timeline', '#signup-title', '#steps-card', '#sponsor-title', '#sponsor-container', '#map-article', '#workshops-description', '#second-podium', '#first-podium', '#third-podium', '#prize-box', '#administration', '#logistics', '#outreach', '#tech', '#marketing']; elements_id.forEach(entry => { var thing = document.querySelector(entry) observer.observe(document.querySelector(entry)); diff --git a/js/licenses.js b/js/licenses.js index a1aff0f..1601273 100644 --- a/js/licenses.js +++ b/js/licenses.js @@ -31,6 +31,19 @@ if (document.documentElement.scrollTop > 50) { } } +// Email Replace +function setAttributes(elem, attrs) { + for(var key in attrs) { + elem.setAttribute(key, attrs[key]); + } +} + +const tech_emails = document.querySelectorAll('.email-replace-tech'); + tech_emails.forEach(entry => { + setAttributes(entry, {"href": "mailto:tech" + "@" + "gilroyhacks.com?subject=Gilroy Hacks", "target": "_blank"}); + entry.innerHTML = "tech" + "@" + "gilroyhacks.com"; + }); + // Timer // SRC: W3Schools https://www.w3schools.com/howto/howto_js_countdown.asp // Set the date we're counting down to diff --git a/licenses.html b/licenses.html index 53a335f..af73900 100644 --- a/licenses.html +++ b/licenses.html @@ -15,7 +15,7 @@ Gilroy Hacks · Licenses - + @@ -30,7 +30,6 @@ body { position: relative; background-color: #0d1117 !important; - background-image: ""; color: #f2f1ef !important; font-family: "Glacial Indifference"; } @@ -65,9 +64,8 @@