-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 1.77 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>University Tech Meetups</title>
<script src='js/cheat.js'></script>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='styles/reset.css'/>
<link rel='stylesheet' href='styles/styles.css'/>
</head>
<body>
<header>
<h1><span>University Tech Meetups</span></h1>
<nav>
<a href='http://www.meetup.com/University-JavaScript/' class='button -meetup'><span>Join us on Meetup</span></a>
</nav>
<h2>Tech Meetups for the UCF, Fullsail, Research Park and Orlando Area</h2>
</header>
<section class='about'>
<ul>
<li class='code'>
<div class='icon'></div>
<p>Code</p>
</li>
<li class='learn'>
<div class='icon'></div>
<p>Learn</p>
</li>
<li class='network'>
<div class='icon'></div>
<p>Network</p>
</li>
</ul>
</section>
<section class='talks'>
<h1>Upcoming Meetup</h1>
<h2>December 8th, 7:00pm</h2>
<img src='images/default.png'/>
<h2>Topics Coming Soon</h2>
</section>
<section class='last-talk'>
<h1>Last Meetup</h1>
<div class='video-container'>
<iframe src="https://www.youtube.com/embed/UQV0HtZeo14" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<footer>
<h1>Get In Touch</h1>
<h2>Have a Suggestion or Want to Speak?</h2>
<p>Call us at: 877.823.8808</p>
<p>11551 University Blvd, Suite 2, Orlando, FL 32817</p>
<p><a href='http://www.cloudspace.com'>www.cloudspace.com</a></p>
</footer>
</body>
</html>