-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfinancials.html
136 lines (132 loc) · 7.22 KB
/
financials.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Code4Lib 2020 Buffalo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<!-- .site-mobile-menu -->
<div class="site-navbar-wrap">
<div class="site-navbar site-navbar-target">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-md-4">
<h1 class="my-0 site-logo"><a href="index.html">Code4Lib: <span class="text-primary">Buffalo</span> </a></h1>
</div>
<div class="col-6 col-md-8">
<nav class="site-navigation text-right" role="navigation">
<div class="container">
<div class="d-inline-block d-lg-block ml-md-0 mr-auto py-3"><a href="#" class="site-menu-toggle js-menu-toggle text-black">
<span class="icon-menu h3"></span> <span class="menu-text">Menu</span>
</a>
</div>
<ul class="site-menu main-menu js-clone-nav d-none d-lg-none">
<li><a href="index.html" class="nav-link">Why Buffalo</a></li>
<li><a href="about.html" class="nav-link">About</a></li>
<li><a href="financials.html" class="nav-link">Financials</a></li>
<li><a href="venues.html" class="nav-link">Venues</a></li>
<li><a href="transportation.html" class="nav-link">Transportation</a></li>
<li><a href="eat_and_drink.html" class="nav-link">Eat & Drink</a></li>
<li><a href="attractions.html" class="nav-link">Attractions</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
<!-- END .site-navbar-wrap -->
<div class="container">
<div class="site-section">
<div class="container">
<div class="row mb-5">
<div class="col-md-7 section-title text-center mx-auto">
<span class="sub-title mb-2 d-block">Financials</span>
<h2 class="title text-primary mb-3">What's it gonna cost?</h2>
</div>
</div>
<div class="row no-gutters">
<div class="col-lg-6">
<ul>
<li><b>Registration:</b> $175 - $430</li>
<li><b>Pre-conference:</b> $50/half day, $100/full day</li>
<li><b>Hotel rates:</b> $100 - $150</li>
</ul>
</div>
<div class="col-lg-6">
<p>The Local Planning Committee has identified four scenarios for Code4Lib 2021 that involve two different time periods. The committee is still working to find a campus space for the March dates, as hosting the conference sessions on one of University at Buffalo's campuses will greatly reduce the conference registration fee.</p>
<p>The March dates are during UB's Spring Recess, and the May dates are just after commencement ceremonies conclude. Students are not on campus during these two time periods. The May dates pose no conflicts with either Medical Library Association or American Library Association 2021 conferences. May has distinct weather advantages for exploring all that Buffalo has to offer.</p>
<p><b>Scenario 1</b><br />
Conference sessions at Hyatt Regency Buffalo<br />
March 14-17<br />
$430 registration fee
</p>
<p><b>Scenario 2</b><br />
Conference sessions at Buffalo Marriott Niagara<br />
March 15-18<br />
$420 registration fee
</p>
<p><b>Scenario 3</b><br />
Conference sessions at Buffalo Marriott Niagara<br />
May 17-20<br />
$420 registration fee
</p>
<p><b>Scenario 4</b><br />
Conference sessions at UB North Campus, Knox Hall<br />
May 17-20<br />
$175 registration fee
</p>
</div>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row mt-1 mb-1 text-center">
<div class="col-md-12">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<small style="color:#ccc">
Website design uses components from <a href="https://colorlib.com" target="_blank" >Colorlib</a>, shared through CC-BY-3.0 license.
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</small>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>