-
Notifications
You must be signed in to change notification settings - Fork 1
/
cav.html
101 lines (74 loc) · 3.76 KB
/
cav.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
<!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="">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>CAV Buddy System</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/hover-lib.css">
<!-- Custom styles for this template -->
<link href="jumbotron.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>CAV Buddy System </h1>
<p>you've got a friend in me</p>
</div>
</div>
<div class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" style="visibility:hidden">Mark Santolucito</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
</ul>
</div><!--/.navbar-collapse -->
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<h2 style="margin-left:50px">CAV<span style="font-size:12pt">2017</span></h2>
<div class="col-lg-8">
<p>Going to a new conference can be <a href="" class="hover-lib" id="http://i.imgur.com/rAJQoXX.gif">overwhelming and lonely</a> if you don't know anyone yet! This is the third year of the CAV Buddy System, which will pairs students at CAV with other students. The older students can <a href="" class="hover-lib" id="http://i.imgur.com/984uGbL.jpg">help introduce</a> younger students to the field and community. Our goal is to pair students with other reserachers with complementary interests. There are no formal requirements for participating. Once you are assigned a buddy, just start a conversation with each other over email so you both have someone to hang out with when you arrive.</p>
<p> If you feel like being an <a href="" class="hover-lib" id="http://i.imgur.com/rKoNDim.gif">awesome CAV buddy</a> for another student, please fill out the sheet below. If you <strong>cannot</strong> participate in the program this year, please let us know. We have made preliminary pairings, and we don't want to pair you with someone if you are not able.</p>
<br><br>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScUjq_i4NZJAOt5YpqsdzAQTFJmHvSCIM8KopkTIWYgMJxFmw/viewform?embedded=true" width="740" height="820" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<br>
</div>
<div class="col-lg-4">
<img src="img/lunch.jpg"/>
<img src="img/mexcian.jpg"/>
<img src="img/sat.jpg"/>
</div>
</div>
<hr>
<footer>
<p>© CAV 2017</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/hover-lib.js"></script>
</body>
</html>