-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspeakers.html
More file actions
69 lines (60 loc) · 1.91 KB
/
speakers.html
File metadata and controls
69 lines (60 loc) · 1.91 KB
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
<html>
<head>
<!--begin title-->
<title>QSC Speakers 2017</title>
<!-- end title-->
<!--Fonts-->
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,600' rel='stylesheet' type='text/css'>
<script src="https://use.fontawesome.com/92cc93e752.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<!-- CSS File -->
<link rel="stylesheet" href="home.css">
</head>
<body>
<section class="homepage">
<header class="header">
<div class="logo-container">
<a href="#">
<img class="logo" src="images/icon_for_web.png">
</a>
</div>
<h1 class="headertext">
Queen's
<span class="span">Space Conference</span>
</h1>
<ul class="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="delegates.html">Delegates</a></li>
<li><a href="sponsorship.html">Sponsorship</a></li>
<li class="active-page"><a href="#">Speakers</a></li>
<li><a href="exec.html">The Team</a></li>
</ul>
</header>
<section class="landing-page-top">
<h1 class="theme">More Information Coming Soon</h1>
</section>
</section>
<div class="footer">
<section class="socialmedia">
<a class="icons" target="_blank" href="https://www.facebook.com/QSConference/?ref=bookmarks">
<i class="fa fa-facebook-square fa-4x"></i>
</a>
<p class="media"> Find Us On
<span class="facebook-span"> Facebook</span>
</p>
</section>
<section class="socialmedia">
<a class="mail" target="_blank" href="mailto:qsconference@gmail.com">
<i class="fa fa-envelope fa-4x"></i>
</a>
<p class="media"> Email Us <span class="mail-span">Today</span></p>
<p class="mail-font">qsconference@gmail.com</p>
</section>
<section class="socialmedia">
<a class="insta" target="_blank" href="https://www.instagram.com/queensspace/">
<i class="fa fa-instagram fa-4x"></i>
</a>
<p class="media"> Follow Us On <span class="insta-span"> Instagram</span></p>
</section>
</div>
</html>