-
Notifications
You must be signed in to change notification settings - Fork 10
/
alumni.html
109 lines (88 loc) · 3.53 KB
/
alumni.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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>ANS at UIUC</title>
<meta name="description" content="ANS at UIUC">
<meta name="author" content="Gregory Romanchek">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<!--iFrame Height
================================================== -->
<script>
function resizeIframe(obj){
obj.style.height = obj.contentWindow.document.body.scrollHeight+'px';
}
</script>
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="images/Illinois_Block_I.png">
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="row">
<div class="logo">
<a class="ans" href="http://www.ans.org/">ANS at UIUC</a>
<a class="facebook" href="http://www.facebook.com/">ANS at UIUC</a>
<a class="twitter" href="http://www.twitter.com/">ANS at UIUC</a>
</div>
<nav id="main-nav-wrap">
<ul class="main-navigation">
<li><a href="index.html#intro" title="">Home</a></li>
<li><a href="index.html#calendar" title="">Calendar</a></li>
<li><a href="index.html#professional" title="">professional</a></li>
<li><a href="index.html#outreach" title="">Outreach</a></li>
<li><a href="index.html#faq" title="">Contact</a></li>
<li><a href="https://squareup.com/store/ans-at-uiuc" title="">Market</a></li>
<li class="highlight with-sep"><a href="letters.html" title="">Newsletters and Slides</a></li>
</ul>
</nav>
<a class="menu-toggle" href="#"><span>Menu</span></a>
</div>
</header> <!-- /header -->
<!-- alumni
================================================== -->
<!-- footer
================================================== -->
<footer>
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<span><div class="logo"></div></span>
<span>© 2015 Copyright <a href="http://www.vpaa.uillinois.edu/policies/web_privacy.asp?bch=1onClick=">University of Illinois Board of Trustees</a></span>
<span>Design by <a href="http://www.styleshout.com/">styleshout</a></span>
</div>
<div id="go-top" style="display: block;">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon ion-android-arrow-up"></i></a>
</div>
</div>
</div>
</div><!-- /footer-bottom -->
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>