-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhotels.html
More file actions
38 lines (27 loc) · 941 Bytes
/
hotels.html
File metadata and controls
38 lines (27 loc) · 941 Bytes
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
---
layout: default
---
{% include slider.html content="<h2>Suggested Hotels</h2>"%}
<div class="block">
<div class="container">
<div class="row">
<div class="col-md-3">
{%include important_dates.html%}
</div><!-- /.col-md-3 -->
<div class="col-md-6">
<section id="main-content">
<header>
<h1>Suggested Hotels</h1>
</header>
<!-- Content -->
<div class="section-content">
<p>While SoCC 2024 does not have any rate agreements with hotels, here are some suggested conveniently located hotels.
The newly opened Rapid Transit line 2 makes it very convenient to get to the Microsoft campus from downtown Bellevue.</p>
<p><b>Conference Location: Microsoft Building 7, 15675 NE 36th St, REDMOND, WA 98052</b></p>
{% include hotel-list.html %}
</div><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-6 -->
</div>
</div>
</div>