-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from ugahacks/bugfix/remove-blog
Bugfix/remove blog
- Loading branch information
Showing
3 changed files
with
215 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,132 +1,209 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
<head> | ||
<title>UGAHacks Contact</title> | ||
<meta name="description" content="UGAHacks Homepage" /> | ||
<meta charset="utf-8" /> | ||
<meta name="theme-color" content="#21232c"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="icons/favicons/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicons/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicons/favicon-16x16.png"> | ||
<link rel="manifest" href="icons/favicons/site.webmanifest"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> | ||
<head> | ||
<title>UGAHacks Contact</title> | ||
<meta name="description" content="UGAHacks Homepage" /> | ||
<meta charset="utf-8" /> | ||
<meta name="theme-color" content="#21232c" /> | ||
<link | ||
rel="apple-touch-icon" | ||
sizes="180x180" | ||
href="icons/favicons/apple-touch-icon.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="32x32" | ||
href="icons/favicons/favicon-32x32.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="16x16" | ||
href="icons/favicons/favicon-16x16.png" | ||
/> | ||
<link rel="manifest" href="icons/favicons/site.webmanifest" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0" | ||
/> | ||
|
||
<link rel="stylesheet" href="https://toert.github.io/Isolated-Bootstrap/versions/4.1.0/iso_bootstrap4.1.0min.css"> | ||
<link | ||
rel="stylesheet" | ||
href="https://toert.github.io/Isolated-Bootstrap/versions/4.1.0/iso_bootstrap4.1.0min.css" | ||
/> | ||
|
||
<link href="style/bootstrap-iso.css" rel="stylesheet" type="text/css" /> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> | ||
<link href="style/bootstrap-iso.css" rel="stylesheet" type="text/css" /> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> | ||
|
||
<link rel="stylesheet" type="text/css" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css" /> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;900&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Raleway:200,100,400" rel="stylesheet" type="text/css" /> | ||
<link href="style/hamburger.css" rel="stylesheet" type="text/css" /> | ||
<link href="style/main.css" rel="stylesheet" type="text/css" /> | ||
<link href="style/main.mobile.css" rel="stylesheet" type="text/css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/base-min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/grids-responsive-min.css" /> | ||
<link | ||
rel="stylesheet" | ||
type="text/css" | ||
href="https://necolas.github.io/normalize.css/8.0.1/normalize.css" | ||
/> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;900&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
href="https://fonts.googleapis.com/css?family=Raleway:200,100,400" | ||
rel="stylesheet" | ||
type="text/css" | ||
/> | ||
<link href="style/hamburger.css" rel="stylesheet" type="text/css" /> | ||
<link href="style/main.css" rel="stylesheet" type="text/css" /> | ||
<link href="style/main.mobile.css" rel="stylesheet" type="text/css" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected]/build/base-min.css" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected]/build/pure-min.css" | ||
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ" | ||
crossorigin="anonymous" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected]/build/grids-responsive-min.css" | ||
/> | ||
|
||
<!-- Scrolling animatons --> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<nav> | ||
<ul class='menu'> | ||
<li class='logo'><a href="https://ugahacks.com">UGAHacks</a></li> | ||
<li><a href="https://www.ugahacks.com/#about">About US</a></li> | ||
<li><a href="https://ugahacks.com/#timeline">Events</a></li> | ||
<li><a href="https://ugahacks.com/#team">Team</a></li> | ||
<li><a href="https://blog.ugahacks.com">Blog</a></li> | ||
<li><a href="https://ugahacks.com/contact">Contact</a></li> | ||
</ul> | ||
<div class='social'> | ||
<button class="hamburger hamburger--collapse mobile-only menu-toggle" type="button"> | ||
<span class="hamburger-box"> | ||
<span class="hamburger-inner"></span> | ||
</span> | ||
</button> | ||
<a href="https://www.facebook.com/ugahacks" target="_BLANK"><div class='icon icon-facebook'></div></a> | ||
<a href="https://www.instagram.com/ugahacks/" target="_BLANK"><div class='icon icon-instagram'></div></a> | ||
<a href="https://github.com/ugahacks" target="_BLANK"><div class='icon icon-github'></div></a> | ||
<a href="https://twitter.com/ugahacks" target="_BLANK"><div class='icon icon-twitter'></div></a> | ||
</div> | ||
<div style="clear:both"></div> | ||
</nav> | ||
<!-- Scrolling animatons --> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<nav> | ||
<ul class="menu"> | ||
<li class="logo"><a href="https://ugahacks.com">UGAHacks</a></li> | ||
<li><a href="https://www.ugahacks.com/#about">About US</a></li> | ||
<li><a href="https://ugahacks.com/#timeline">Events</a></li> | ||
<li><a href="https://ugahacks.com/#team">Team</a></li> | ||
<li> | ||
<a | ||
href="https://www.canva.com/design/DAFMVn2pago/z77Fc6RIs8p0iW_oZM7w0Q/view?utm_content=DAFMVn2pago&utm_campaign=designshare&utm_medium=link&utm_source=viewer" | ||
target="_blank" | ||
>EL-Credit</a | ||
> | ||
</li> | ||
<!-- <li><a href="https://blog.ugahacks.com">Blog</a></li> --> | ||
<li><a href="https://ugahacks.com/contact">Contact</a></li> | ||
</ul> | ||
<div class="social"> | ||
<button | ||
class="hamburger hamburger--collapse mobile-only menu-toggle" | ||
type="button" | ||
> | ||
<span class="hamburger-box"> | ||
<span class="hamburger-inner"></span> | ||
</span> | ||
</button> | ||
<a href="https://www.facebook.com/ugahacks" target="_BLANK" | ||
><div class="icon icon-facebook"></div | ||
></a> | ||
<a href="https://www.instagram.com/ugahacks/" target="_BLANK" | ||
><div class="icon icon-instagram"></div | ||
></a> | ||
<a href="https://github.com/ugahacks" target="_BLANK" | ||
><div class="icon icon-github"></div | ||
></a> | ||
<a href="https://twitter.com/ugahacks" target="_BLANK" | ||
><div class="icon icon-twitter"></div | ||
></a> | ||
</div> | ||
<div style="clear: both"></div> | ||
</nav> | ||
|
||
<!-- --> | ||
<div class="site-content"> | ||
<!-- PUT NEW GRAPHIC HERE --> | ||
|
||
<section data-section="privacy" class="privacy-container"> | ||
<div class="privacy-text"> | ||
<h1>Contact<span></span></h1> | ||
<div data-aos="fade-right" data-aos-once="true" class="contactblurb"> | ||
<h2><b>Looking to reach out? Get in contact with us!</b></h2> | ||
<p data-aos="fade-right" data-aos-once="true" data-aos-delay="50"> | ||
<b>General: </b><a href="mailto:[email protected]" style="color:#fe3d40">[email protected]</a> | ||
<br><br> | ||
<b>Sponsor: </b><a href="mailto:[email protected]" style="color:#fe3d40">[email protected]</a><br> | ||
</p> | ||
|
||
<p data-aos="fade-right" data-aos-once="true" data-aos-delay="100"> | ||
<b>Mailing Address:</b> | ||
<br>University Hackathons | ||
<br>PO Box 1827 | ||
<br>Athens, GA 30603 | ||
</p> | ||
<p data-aos="fade-right" data-aos-once="true" data-aos-delay="150"> | ||
<b>Physical Address:</b> | ||
<br>University Hackathons | ||
<br>102 Tate Student Center | ||
<br>Athens, GA 30602 | ||
</p> | ||
</div> | ||
<br> | ||
</div> | ||
<div class="contact-image"> | ||
<img src="img/contact.png" alt="Byte on the go!"> | ||
</div> | ||
</section> | ||
</div> | ||
<!-- --> | ||
<div class="site-content"> | ||
<!-- PUT NEW GRAPHIC HERE --> | ||
|
||
<footer> | ||
<div class='container'> | ||
<a href="https://ugahacks.com/privacy">Privacy Policy</a> | ||
<a data-link="">Back to Top</a> | ||
</div> | ||
<div class='bottom'> | ||
<div class="pure-g"> | ||
<span class="pure-u-1 pure-u-md-2-3 copyright">© <span>2020</span> UGAHacks. All rights reserved.</span> | ||
<div class="pure-u-1 pure-u-md-1-3 slogan"> | ||
Boot up your dreams. | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<section data-section="privacy" class="privacy-container"> | ||
<div class="privacy-text"> | ||
<h1>Contact<span></span></h1> | ||
<div data-aos="fade-right" data-aos-once="true" class="contactblurb"> | ||
<h2><b>Looking to reach out? Get in contact with us!</b></h2> | ||
<p data-aos="fade-right" data-aos-once="true" data-aos-delay="50"> | ||
<b>General: </b | ||
><a href="mailto:[email protected]" style="color: #fe3d40" | ||
>[email protected]</a | ||
> | ||
<br /><br /> | ||
<b>Sponsor: </b | ||
><a href="mailto:[email protected]" style="color: #fe3d40" | ||
>[email protected]</a | ||
><br /> | ||
</p> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
<script src="js/ticker.js"></script> | ||
<script src="js/main.js"></script> | ||
<!-- Scrolling animatons --> | ||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
<script src="js/menu.js"></script> | ||
<script src="js/scrollx.js"></script> | ||
<script src="js/router.js"></script> | ||
<script> | ||
Router.registerState("", Router.action.scrollWindowTo(0)) | ||
Router.registerState("about", Router.action.scrollWindowToElement('[data-section="about"]')); | ||
Router.registerState("timeline", Router.action.scrollWindowToElement('[data-section="timeline"]')); | ||
Router.registerState("team", Router.action.scrollWindowToElement('[data-section="team"]')); | ||
<p data-aos="fade-right" data-aos-once="true" data-aos-delay="100"> | ||
<b>Mailing Address:</b> | ||
<br />University Hackathons <br />PO Box 1827 <br />Athens, GA | ||
30603 | ||
</p> | ||
<p data-aos="fade-right" data-aos-once="true" data-aos-delay="150"> | ||
<b>Physical Address:</b> | ||
<br />University Hackathons <br />102 Tate Student Center | ||
<br />Athens, GA 30602 | ||
</p> | ||
</div> | ||
<br /> | ||
</div> | ||
<div class="contact-image"> | ||
<img src="img/contact.png" alt="Byte on the go!" /> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
// After 5px she should add the scorlling class to the nav before. If we go backwa | ||
ScrollX.after(5, () => $('nav').addClass('scrolling'), () => $('nav').removeClass('scrolling')); | ||
<footer> | ||
<div class="container"> | ||
<a href="https://ugahacks.com/privacy">Privacy Policy</a> | ||
<a data-link="">Back to Top</a> | ||
</div> | ||
<div class="bottom"> | ||
<div class="pure-g"> | ||
<span class="pure-u-1 pure-u-md-2-3 copyright" | ||
>© <span>2023</span> UGAHacks. All rights reserved.</span | ||
> | ||
<div class="pure-u-1 pure-u-md-1-3 slogan">Boot up your dreams.</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
AOS.init(); | ||
</script> | ||
</body> | ||
<!--<div style=" | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
<script src="js/ticker.js"></script> | ||
<script src="js/main.js"></script> | ||
<!-- Scrolling animatons --> | ||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
<script src="js/menu.js"></script> | ||
<script src="js/scrollx.js"></script> | ||
<script src="js/router.js"></script> | ||
<script> | ||
Router.registerState("", Router.action.scrollWindowTo(0)); | ||
Router.registerState( | ||
"about", | ||
Router.action.scrollWindowToElement('[data-section="about"]') | ||
); | ||
Router.registerState( | ||
"timeline", | ||
Router.action.scrollWindowToElement('[data-section="timeline"]') | ||
); | ||
Router.registerState( | ||
"team", | ||
Router.action.scrollWindowToElement('[data-section="team"]') | ||
); | ||
|
||
// After 5px she should add the scorlling class to the nav before. If we go backwa | ||
ScrollX.after( | ||
5, | ||
() => $("nav").addClass("scrolling"), | ||
() => $("nav").removeClass("scrolling") | ||
); | ||
|
||
AOS.init(); | ||
</script> | ||
</body> | ||
<!--<div style=" | ||
width: 100%; | ||
position: fixed; | ||
top: 50%; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters