-
Notifications
You must be signed in to change notification settings - Fork 3
/
opening-social.html
119 lines (104 loc) · 5.12 KB
/
opening-social.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
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>BYU Dev Club - Opening Social</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon_64.ico">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="./index">BYU Dev</a></h1>
<nav id="nav">
<ul>
<li>
<a href="#">What We Do</a>
<ul>
<li><a href="./index#hack-nights">Hack Nights</a></li>
<li><a href="./index#talent">BYU Developers Talent Network</a></li>
</ul>
</li>
<li>
<a href="#">What We've Accomplished</a>
<ul>
<li><a href="./index#makerspace">Makerspace</a></li>
<li><a href="./index#talent">BYU Developers Talent Network</a></li>
</ul>
</li>
<li><a href="partnership_guide.pdf" target="_blank">Become a Corporate Partner</a></li>
<li><a href="./index#join" class="button special">Join</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="style1">
<div class="container">
<header class="major">
<h2>BYU Dev Club + Venture Factory Opening Social</h2>
<p>Thursday September 15th</p>
<p>Open House: 6pm, CTB 270<br>
Q&A: 7pm, CTB 214</p>
</header>
<!-- Text -->
<section>
<h3>Engineering Competition</h3>
<p>Collaborate with others to build something useful.</p>
<hr />
<h3>Projects on Display</h3>
<p>Venture Factory and the Dev Club are both doing real projects. See what kind of things you can be involved in.</p>
<hr />
<h3>Technology on Display</h3>
<p>We have new tech tools worth over $30,000 for you to build with. Tablet PC's, 3D Printers, and more.</p>
<hr />
<h3>Food</h3>
<p>. . .we can guess you already saw that one coming. Chow down buddy, there's more where that came from.</p>
</div>
<section id="join" class="wrapper style2 special fade">
<div class="container">
<header>
<h2>Join the BYU Developers Club</h2>
<p>We are an official BYU academic club. Club dues are $15 for the 2016-2017 academic year.</p>
</header>
<ul class="actions">
<li><a href="http://eepurl.com/bD-rPv" target="_blank" class="button special">Subscribe to our Email List</a></li>
<li><a href="http://clubs.byu.edu/organization/MTMzNDIyMzEtMDAwMC0wMDAwMA==/profile" target="_blank" class="button special">Join Through clubs.byu.edu</a></li>
<li><a href="https://byudevelopers.slack.com/" target="_blank" class="button special">Join Us on Slack</a></li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="mailto:[email protected]" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© <script>document.write(new Date().getFullYear())</script> BYU Developers Club. All rights reserved.</li><li>Design:
<a target="_blank" href="http://devmunchies.com/">Sam Eaton</a>,
<a target="_blank" href="http://joshcockrell.com/">Josh Cockrell</a>,
<a target="_blank" href="http://tylermarkpeterson.com/">Tyler Peterson</a>,
<a target="_blank" href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>