-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvenue.html
More file actions
44 lines (32 loc) · 1.76 KB
/
venue.html
File metadata and controls
44 lines (32 loc) · 1.76 KB
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
---
layout: default
---
{% include slider.html content="<h2>Venue and 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>Venue</h1>
</header>
<!-- Content -->
<div class="section-content">
<p>This year SoCC 2024 will be hosted by Microsoft in the Redmond campus.</p>
<p><b>Conference Location: Microsoft Building 7, 15675 NE 36th St, REDMOND, WA 98052</b></p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3181.712654410473!2d-122.13393018773812!3d47.642073785406645!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54906d3006fc27e7%3A0xf57e9611bf434f57!2sMicrosoft%20Building%207!5e1!3m2!1sen!2sus!4v1729794643023!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<h2>Getting here</h2>
<p><strong>By Rapid Transit</strong>: A brand new Rapid Transit line is operation between Bellevue and the Microsoft Campus. The Redmond Technology
station on Line 2 is only 0.2 miles from the venue. (Note that this line <strong>does not</strong> connect with the Seattle Rapid Transit lines!)</p>
<p><strong>By car</strong>: free parking available, you can park in the visitor spots of building 16 or 19 (across the street).</p>
<p><strong>By bus</strong>: the B line goes between the Redmond Transit Center (downtown Redmond) to the Redmond Technology Station
(0.2 miles from the venue) every 10 to 15 minutes.</p>
</div><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-6 -->
</div>
</div>
</div>