-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalumni.html
More file actions
76 lines (66 loc) · 3.5 KB
/
alumni.html
File metadata and controls
76 lines (66 loc) · 3.5 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
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>CSSA</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
<!-- Google Analystics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58935361-1', 'auto');
ga('send', 'pageview');
</script>
<script src="//code.jquery.com/jquery.min.js"></script>
<script>
$.get("assets/header.html", function(data){
$("#header-placeholder").replaceWith(data);
});
</script>
<script>
$.get("assets/footer.html", function(data){
$("#footer-placeholder").replaceWith(data);
});
</script>
</head>
<body>
<div class="container">
<div id="header-placeholder"></div>
<section>
<div class="col-md-6">
<h3> Cog Sci Alumni </h3>
<p> Where are they now? CSSA has put together a map of Cal cog sci alumni locations stretching from the Bay Area to around the world. We started this project to maintain contact with alumni of the cognitive science program here at UC Berkeley, and hope to create a cognitive science network that can benefit both current students and alumni. If you are an alumni and would like to add yourself to the map, subscribe to the alumni mailing list, or both, click the button to the right. </p>
</div>
<div class="col-md-6 center">
<a href="https://docs.google.com/forms/d/1UN7x8r64DmeY6NYfwIAHBNK2vpZWh6sVn2-3jrgc0qA/viewform?edit_requested=true"><button type="button" class="btn btn-primary btn-lg center midnight-blue" id="alumni-button">Join the Map!</button></a>
</div>
<iframe src="https://mapsengine.google.com/map/u/0/embed?mid=zv2M19cTlWxs.k8v5facylcMI" width="100%" height="600"></iframe>
</section>
<div id="buffer"></div>
<div id=footer-placeholder></div>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>
</html>