This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
234 lines (172 loc) · 8.85 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<title>Beaver Barcamp 11</title>
<!--Beaver Barcamp was built using Twitter Bootstrap <3 -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/bootstrap-responsive.min.css" />
<link rel="stylesheet" href="css/style.css" />
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<!--Antic Slab font from Google Web Fonts-->
<link href='http://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="page-header">
<div class="container">
<div class="row-fluid">
<div class="span5" id="logo">
<a href="http://beaverbarcamp.org"><img src="img/logo.png" alt="Beaver Barcamp Logo" border="0" /></a>
</div>
<div class="span7" id="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="hero-unit" id="hero-centered">
<!-- <img src="img/FeaturedImage.jpg" id="Featured" alt="Beaver Barcamp 11 Featured Image"/> -->
<h1 style="color:#fff;">Welcome to Beaver Barcamp 11</h1>
<a href="#"><img src="img/DateRibbon.png" id="Date" alt="Save the Date, Beaver Barcamp 11 is on April 20th 2013" /></a>
</div>
<div class="white-container">
<div class="container">
<div class="row">
<div class="span8">
<!-- <img src="img/barcampfeaturedimage.jpg" alt="Beaver Barcamp 10" border="0" style="margin:0 0 10px 0;"/> -->
<h2>What Is Beaver Barcamp?</h2><a name="about"></a><p class="lead"><a href="http://www.barcamp.org/BarCamp">BarCamp</a> is an ad-hoc gathering born from the desire for people to share and learn in an open environment. It is an intense event with discussions, demos, and interaction from attendees.</p>
<p><strong>What kind of sessions happen at Beaver BarCamp?</strong> All kinds! While most may be tech oriented, we encourage any kind of <small>PG-13</small> session. You can see a list of <a href="/index.php/Beaver_BarCamp4:Session_Ideas" title="Beaver BarCamp4:Session Ideas">Beaver BarCamp Session Ideas</a> to get an idea of what you may find.
</p>
<p>We will be posting updates on our Twitter account <a rel="nofollow" class="external text" href="http://twitter.com/beaverbarcamp">@beaverbarcamp</a>. You can also connect on live chat via IRC - irc.freenode.net, <strong>#BeaverBarCamp</strong> <small>( <a href="http://lug.oregonstate.edu/blog/20110915-irc/">How To Set Up IRC</a> )</small>. There is also a <a rel="nofollow" class="external text" href="http://www.googlegroups.com/group/beaverbarcamp">Beaver Barcamp Google Group</a> to get important notifications on the event.</p>
<hr />
<h3>How Does Beaver Barcamp Work?</h3>
<!--
<hr />
<div class="tabbable">
<ul class="nav nav-tabs">
<li class="active"><a href="#info" data-toggle="tab">General Info</a></li>
<li><a href="#rooms" data-toggle="tab">Rooms</a></li>
<li><a href="#FAQ" data-toggle="tab">FAQ</a></li>
<li><a href="#maps" data-toggle="tab">Floor Plans</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="info">
<h3 class="sidebar-title">General Beaver Barcamp Information <a href="https://docs.google.com/a/osuosl.org/document/pub?id=1Y6DboGpZzw9M8eupCcWFVeplm9z_aWUdUXLIvVFYyqQ" class="btn btn-custom" id="information-sheet">Download Information Sheet</a></h3>
<table class="table table-striped">
<thead style="padding:10px;"><strong>WiFi Log-In Information</strong>.<small class="muted"> Note: These credentials will only work during event. </small>
<tr>
<td>Name</td>
<td>OSU_ACCESS</td>
</tr>
<tr>
<td>Username</td>
<td>BBC11</td>
</tr>
<tr>
<td>Password</td>
<td>sillyChipmunk</td>
</tr>
</thead>
</table>
<hr />
<p><strong>Restrooms</strong> are located on flooar ____ next ot the elevators.</p>
</div>
<div class="tab-pane" id="rooms">
<h3 class="sidebar-title">Rooms</h4>
<p class="lead">For presentations, we are using the classrooms, and seminar rooms.</p>
</div>
<div class="tab-pane" id="FAQ">
<h4 class="sidebar-title">Frequently Asked Questions</h4>
<dl>
<dt>Do I have to RSVP?</dt>
<dd>No, but RSVPing is a great way to let your friends know you're coming. Please feel free to RSVP using any of these handy tools, but even if you have not RSVPed you are still welcome to come. (And bring your friends!)</dd>
<dt>What rooms at Kelley do we get? </dt>
<dd>All of the classrooms on the West end, plus all the conference rooms scattered throughout the building.</dd>
<dt>Are food and drinks provided? </dt>
<dd>Yes! We will be providing refreshments through _____</dd>
</dl>
</div>
<div class="tab-pane" id="maps">
<h4 class="sidebar-title">Kelly Engineering Hall Floor Plans</h4>
<img src="img/firstfloormap.png" alt="Map of the First Floor of Kelley Engineering" border="0" style="margin:20px 0 0 0;"/>
<img src="img/secondfloormap.png" alt="Map of the Other Floors of Kelley Engineering" border="0" style="margin:40px 0 0 0;"/>
</div>
</div>
</div>
-->
</div>
<div class="span4">
<h3 class="sidebar-title">Beaver Barcamp 11</h3>
<p><i class="icon-calendar"></i> <strong>April 20, 2013</strong></p>
<p><i class="icon-time"></i> 10:00am - 6:00pm </p>
<p><i class="icon-map-marker"></i> <a href="http://maps.google.com/maps?q=2500+NW+Monroe+Ave,+Corvallis,+OR+97330,+USA&sa=X&oi=map&ct=title"> Kelley Engineering Center at Oregon State University<br /></a>
<small style="padding:0 0 0px 18px;">2500 NW Monroe, Corvallis, OR</small> </p>
<p><i class="icon-star"></i> Register for event on <a href="#">Facebook</a></p>
<hr />
<h4 class="sidebar-title" id="schedule">Schedule
<a href="https://docs.google.com/a/osuosl.org/spreadsheet/pub?key=0Au0wOPQwuelMdEFFR0wzZHR5a3R3a3JOcDFFaGNjTGc&output=html" class="btn btn-custom" id="sessions">View Sessions</a></h4>
<a name="#schedule"></a>
<table class="table table-hover table-bordered" id="schedule-table">
<tr>
<td>9:30am</td> <td>Setup</td>
</tr>
<tr>
<td>10:00am</td> <td>Organize Sessions</td>
</tr>
<tr>
<td>10:30am</td> <td>Session 1</td>
</tr>
<tr>
<td>11:30am</td> <td>Session 2</td>
</tr>
<tr>
<td>12:30pm</td> <td>Lunch</td>
</tr>
<tr>
<td>1:30pm</td> <td>Session 3</td>
</tr>
<tr>
<td>2:30pm</td> <td>Session 4</td>
</tr>
<tr>
<td>3:30pm</td> <td>Break</td>
</tr>
<tr>
<td>4:00pm</td> <td>Session 5</td>
</tr>
<tr>
<td>5:00pm</td> <td>Session 6</td>
</tr>
<tr>
<td>6:00pm</td> <td>Closing Remarks</td>
</tr>
</table>
<hr />
<h4 class="sidebar-title">Sponsers </h4>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-container">
<img src="img/barcamp-symbol.png" alt="Open Source Lab" />
</div>
</div>
<script src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript" src="javascript/jquery.flexnav.min.js"></script>
<script type="text/javascript">
$(".flexnav").flexNav({ 'animationSpeed' : 'fast' });
</script>
</body>
</html>