-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (160 loc) · 6.6 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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Facebook Crawler -->
<meta property="og:image" content="http://ieee.illinois.edu/spac15/images/fb.jpg">
<meta property="og:site_name" content="SPAC 2015 | IEEE UIUC">
<meta property="og:description" content="The Student Professional Awareness Conference is an annual conference where engineers from diverse backgrounds speak about career and research opportunities in engineering.">
<meta property="og:title" content="SPAC 2015 | IEEE UIUC">
<meta property="og:url" content="http://ieee.illinois.edu/spac15/index.html">
<title>SPAC 2015</title>
<!-- Bootstrap core CSS -->
<link href="./dist/css/bootstrap.css" rel="stylesheet">
<!-- Documentation extras -->
<link href="docs-assets/css/docs.css" rel="stylesheet">
<link href="docs-assets/css/pygments-manni.css" rel="stylesheet">
<link rel="shortcut icon" href="docs-assets/ico/favicon.png">
<style type="text/css">
.lead, h1 {
font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
}
.sponsorlogo
{
height: 6vh;
padding: 1%;
}
@media (min-width: 768px)
{
#content
{
text-align: right;
}
}
</style>
</head>
<body class="bs-docs-home">
<a class="sr-only" href="#content">Skip to main content</a>
<div class="animated-logo"></div>
<!-- Docs master nav -->
<header class="navbar navbar-default navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">SPAC 2015</a>
</div>
<nav class="collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li><a href="agenda.html">Agenda</a></li>
<li><a href="lunch.html">Lunch & Networking</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="last-year.html">Previous Years</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="volunteer.html">Volunteer</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="about.html">About Us</a></li>
<li><a href="mailto:ieee-conferences@illinois.edu">Contact Us</a></li>
<li><a href="http://ieee.illinois.edu">IEEE@UIUC</a></li>
</ul>
</nav>
</div>
</header>
<div class="container">
<!-- Page content of course! -->
<main class="bs-masthead" id="content" role="main">
<div class="row clearfix" style="float:top">
<div class="container" style="-webkit-user-select:none; user-select:none; cursor:default">
<h1>A Step to Success</h1>
<div id="currentEvent" style="width: 77.5%; float: right; font-size:5vh" >
</div>
<p class="lead hide2" style="width:60%; float:right">The <em><strong>Student Professional Awareness Conference (SPAC)</strong></em> is an annual conference where engineers from diverse backgrounds speak about career and research opportunities in engineering.</p>
<p class="lead hide2"><em><strong>When: Saturday, February 7th, 2015 <br /> Where: ECEB, Grainger Auditorium</strong></em></p>
<div>
<a class="btn btn-danger btn-lg hide" href="register.html" style="padding:13px 23px 13px 23px; font-size: 16pt; box-shadow: 0 0 20px #337ab7"><strong>Register Now</strong></a>
<div style="padding-top:2vh" class="hide3">
<p class="lead">SPAC 2015 is sponsored by:</p>
<ul class="list-inline">
<li><a href="http://www.microsoft.com"><img class="sponsorlogo" src="images/sponsors/microsoft.png"></a></li>
<li><a href="http://www.akunacapital.com"><img class="sponsorlogo" src="images/sponsors/akuna.png"></a></a></li>
<li><a href="http://www.kimberly-clark.com"><img class="sponsorlogo" src="images/sponsors/kimberly-clark.png"></a></a></li>
</ul>
</div>
</div>
</div>
</div>
</main>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="dist/js/bootstrap.js"></script>
<script src="docs-assets/js/holder.js"></script>
<script src="docs-assets/js/application.js"></script>
<script>
function showCurrentEvent()
{
// Get the current date
var current = new Date();
// Check if it has even started, if not return.
if (current < new Date(2015, 1, 7, 11))
return;
var startTimes = [ new Date(2015, 1, 7, 17, 30),
new Date(2015, 1, 7, 17),
new Date(2015, 1, 7, 16, 45),
new Date(2015, 1, 7, 16, 5),
new Date(2015, 1, 7, 15, 25),
new Date(2015, 1, 7, 14, 45),
new Date(2015, 1, 7, 14, 30),
new Date(2015, 1, 7, 13, 30),
new Date(2015, 1, 7, 12, 30),
new Date(2015, 1, 7, 11, 30),
new Date(2015, 1, 7, 11, 0)
];
var events = [ "Thank you for joining us at SPAC 2015; we hope to see you again next year!",
"Snacks and Meet 'n' Greet",
"Q&A with Speakers",
"Eric Klinker | Hacking Your Career Path for Fun and Profit",
"Joel S. Emer | Industrial Research: The Intersection of Science and Technology",
"Matt Merten | Engineering: Not just a profession, but a way of life",
"Intermission",
"Professional Development Workshop, hosted by GE",
"Lunch",
"Professor Panel | Academia and Industry: Connecting the Dots",
"Check-in" ];
// If SPAC has passed, put the last message in, and hide the other stuff
if (current > startTimes[0])
{
$('#currentEvent').html("<p>" + events[0] + "</p>");
$('.hide2').css("display", "none");
$('.hide3').css("display", "none");
}
// If SPAC 2015 has started, fill in the proper event on the front page, and on some fixed sub heading on the agenda page
else if (current > startTimes[10])
{
// For each one, check if the current time is in between two start times
$.each(startTimes, function(index, value)
{
if (current >= value)
{
$('#currentEvent').html("<p>Right now: " + events[index] + "</p><br /><p>Next: " + events[index-1] + "</p>");
$('.lead').css("font-size", "1.5em");
$('.hide2').css("display", "none");
return false;
}
});
}
}
showCurrentEvent();
</script>
</body>
</html>