forked from ugahacks/ugahacks-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
138 lines (127 loc) · 6.02 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!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" />
<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 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>
<!-- -->
<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>
<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>
<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%;
left: 0px;
height: 1px;
background: blue;
z-index: 1000;
"></div>-->
</html>