-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
384 lines (311 loc) · 16.6 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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html>
<head>
<title>Sobie</title>
<!--/tags -->
<link rel="icon" type="images/logo-green.jpg" href="images/logo-green.jpg">
<!--/tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="application/x-javascript">
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!--header and footer on load -->
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function () {
$("#header").load("header_footer_On_LOAD/header.html");
$("#footer").load("header_footer_On_LOAD/footer.html");
});
</script>
<!--//tags -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //for bootstrap working -->
<link href="//fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,900,900italic,700italic'
rel='stylesheet' type='text/css'>
</head>
<body>
<!--header on Load-->
<!--header on Load-->
<div id="header"></div>
<!-- banner -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<!--
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
<li data-target="#myCarousel" data-slide-to="2" class=""></li>
<li data-target="#myCarousel" data-slide-to="3" class=""></li>
</ol>
-->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="container">
<div class="carousel-caption">
<h3><span>Society of Business, Industry, and Economics </span></h3>
<div class="clearfix"> </div>
<div class="agileits-button top_ban_agile">
<a class="btn btn-primary btn-lg" href="about.html">Learn More</a>
</div>
</div>
</div>
</div>
<div class="item item2">
<div class="container">
<div class="carousel-caption">
<h3><span> Resort </span></h3>
<div class="clearfix"> </div>
<div class="agileits-button top_ban_agile">
<a class="btn btn-primary btn-lg" href="http://www.Sandestin.com/23F7PL.aspx" target="_blank">Learn More </a>
<!-- target="_blank" href="http://www.Sandestin.com/23F7PL.aspx"-->
</div>
</div>
</div>
</div>
<div class="item item4">
<div class="container">
<div class="carousel-caption">
<h3><span>Faculty Information </span></h3>
<div class="clearfix"> </div>
<div class="agileits-button top_ban_agile">
<a class="btn btn-primary btn-lg" href="Faculty.html">Learn More</a>
</div>
</div>
</div>
</div>
<div class="item item3">
<div class="container">
<div class="carousel-caption">
<h3><span> Student Information</span></h3>
<div class="clearfix"> </div>
<div class="agileits-button top_ban_agile">
<a class="btn btn-primary btn-lg" href="Student.html" >Learn More </a>
<!-- target="_blank" href="http://www.Sandestin.com/23F7PL.aspx"-->
</div>
</div>
</div>
</div>
<!--
<div class="item item3">
<div class="container">
<div class="carousel-caption">
<h3><span>Student<br/> Information</span></h3>
<div class="agileits-button top_ban_agile">
<a class="btn btn-primary btn-lg" href="Student.html">Learn More</a>
</div>
</div>
</div>
</div>
-->
<div class="item item2">
<div class="container">
<div class="carousel-caption">
<h3><span>SOBIE Accommodations </span></h3>
<br><br>
<div class="agileits-button top_ban_agile">
<a class="btn btn-primary btn-lg" href="https://www.una.edu/sobie/SOBIE_2019_ThingsToDo.pdf">Learn More</a>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="fa fa-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="fa fa-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!-- The Modal -->
</div>
<!--//banner -->
<!-- services -->
<br/>
<center>
<img src="images/sobielogo.jpg" alt=" Sobie Logo" style=" width:200px; height: 200px; align-content: right">
</center>
<!-- services -->
<br/>
<div class="tittle_head_w3ls">
<h3 class="tittle">Society of Business, Industry, and Economics <br>
Annual Academic Conference </h3>
</div>
<!--
<div class="tittle_head_w3ls">
<h3 class="tittle">April 10 - 12, 2019</h3>
</div>
-->
<div class="services" id="services">
<div class="container">
<br/>
<div class="according_info">
<div class="panel-group about_panel" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tazb" id="headingOne">
<h4 class="panel-title asd">
<a class="pa_italic" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span><i class="glyphicon glyphicon-minus" aria-hidden="true"></i>HOTEL REGISTRATION
</a></h4></div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
<div class="page_text2">
Hotel Accommodations
<b>SOBIE</b> offers a variety of accommodations for you and your family, starting at <b>$139</b>. Please make your hotel reservations separate from the conference registration, by <b>Wednesday, March 6, 2019</b>.
<br><p><a href="Hotel.html">FOR MORE INFORMATION </a></p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title asd"> <a class="pa_italic collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span><i class="glyphicon glyphicon-minus" aria-hidden="true"></i>COST/ PAYMENT
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="page_text2">
<p>Conference Cost <b>SOBIE</b> offers an affordable conference rate of <b>$225</b>. Your conference payment includes a breakfast on <b>Thursday, April 11</b>.
</p>
<p><a href="Cost.html">FOR MORE INFORMATION </a></p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title asd">
<a class="pa_italic collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false"
aria-controls="collapseThree">
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span><i class="glyphicon glyphicon-minus" aria-hidden="true"></i>FACULTY AND STUDENT INFORMATION
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="page_text2">
<br>
<p>FACULTY INFORMATION:</p>
Since its inception, <b>SOBIE</b> has made a commitment to advance the academic and career opportunities for both <b>graduate</b> and <b>undergraduate</b> students through research as an extension of the classroom. Inspire the next generation of scholars by encouraging your students to attend <b>SOBIE</b>. Many students use this opportunity to present their <b>senior</b> theses.
<p>
<a href="Faculty.html">FOR MORE INFORMATION </a></p>
<br>
<p>STUDENT INFORMATION:</p>
<b>SOBIE</b> waives the registration fee for students. However, students should register for the conference. Students are eligible to compete for awards recognizing their research. For consideration, please submit complete student papers by <b>April 1</b> to <b>Doug Barrett: [email protected]</b>.
<p>
<a href="Student.html">FOR MORE INFORMATION </a></p>
</div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //services -->
<!-- /mid-services -->
<!-- <div class="inner_content_info_agileits">-->
<br/>
<div class="tittle_head_w3ls">
<h3 class="tittle"> Conference Programs</h3>
</div>
<br/>
<br/>
<!-- <div class="inner_content_info_agileits">-->
<div class="container">
<!--
<div class="tittle_head_w3ls">
<h3 class="tittle">Conference Proceedings</h3>
</div>
-->
<div style="margin: 0px 0px;">
<!-- <div class = page_text2>-->
<!--
The Society of Business, Industry and Economics (SOBIE) has the yearly Conference Proceedings online.
<br>
--><h1 style="color:black; font-weight: 300; margin-left:10px;">Click or search for past year's programs:</h1>
<!-- </div>-->
<br>
<input type="text" id="myInput" onkeyup="myQq()" placeholder="Search for names.." title="Type in a name">
<ul id="myUL">
<li><a href="pdfs/SOBIE_2018_Progam.pdf" target="_blank">SOBIE Conference Program 2018</a></li>
<li><a href="pdfs/SOBIE_2017_Program.pdf" target="_blank">SOBIE Conference Program 2017</a></li>
<li><a href="pdfs/SOBIE_2016_Program.pdf" target="_blank">SOBIE Conference Program 2016</a></li>
<li><a href="pdfs/SOBIE_2015_Program.pdf" target="_blank">SOBIE Conference Program 2015</a></li>
<li><a href="pdfs/SOBIE_2014_Program.pdf" target="_blank">SOBIE Conference Program 2014</a></li>
<li><a href="pdfs/SOBIE_2013_Program.pdf" target="_blank">SOBIE Conference Program 2013</a></li>
<li><a href="pdfs/SOBIE_2012_Program.pdf" target="_blank">SOBIE Conference Program 2012</a></li>
<li><a href="pdfs/SOBIE_2011_Program.pdf" target="_blank">SOBIE Conference Program 2011</a></li>
<li><a href="pdfs/SOBIE_2010_Program.pdf" target="_blank">SOBIE Conference Program 2010</a></li>
<li><a href="pdfs/SOBIE_2009_Program.pdf" target="_blank">SOBIE Conference Program 2009</a></li>
</ul>
</div>
</div>
<br>
</div>
<center>
<style>
button{
font-size: 20px;
align-content: center;
border: 1px solid #000;
border-color: #506228;#000;/*#ffb900*/
border-radius: 5px
/* background-color: green;*/
}
table {
width:auto;%;
border-collapse:collapse;
/* overflow-y: scroll;*/
column-width:10px;
border-radius:5px;
/* padding: 10px;*/
/*/max-heighth: 500px;*/
}
td {
/* border: 3px solid #000;*/
border-color: #506228;#000;/*#ffb900*/
padding: 12px;
text-align: center;
font-size: 25px;
column-span: none;
}
/*th {text-align: center;}*/
</style>
<h3 class="tittle"> Useful Links</h3>
<table class="tableheading2">
<tr style="padding: 10px";>
</tr>
<tr>
<td>Sandestin Golf and Beach Resort</td>
<td style="padding: 10px";><a href="https://www.sandestin.com/" target="_blank"><button >Here</button></a>
</td>
</tr>
<tr>
<td>Tourism Office</td>
<td style="padding: 10px";><a href="https://www.google.com/" target="_blank"><button>Here</button></a>
</td>
</tr>
<tr>
<td>Beach Accommodations</td>
<td style="padding: 10px";><a href="pdfs/SOBIE_2019_ThingsToDo.pdf" target="_blank"><button>Here</button></a>
</td>
</tr>
<tr>
<td>Map of Sandestin</td>
<td style="padding: 10px";><a href="http://www.maplandia.com/united-states/florida/walton-county/sandestin/" target="_blank"><button>Here</button></a>
</td>
</tr>
</table>
</center>
</body>
<!--footer on Load-->
<br>
<div id="footer"></div>
</html>