-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvenue.html
More file actions
57 lines (39 loc) · 1.7 KB
/
venue.html
File metadata and controls
57 lines (39 loc) · 1.7 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
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: default
---
{% include slider.html content="<h2>Accommodation</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> ACM SoCC 2022 will take place at the
<a href="https://www.marriott.com/en-us/hotels/sfodt-san-francisco-marriott-marquis/overview/"
style="text-decoration:underline;">San Francisco Marriott Marquis Hotel</a> <b>from November 8th to 10th, 2022.</b></p>
<p><b>A special group rate of 279 USD - 339 USD per night is available to conference participants. The group rate is available prior to October 17, 2022 via the following link:
<br>
<a href="https://www.marriott.com/events/start.mi?id=1660864944660&key=GRP" style="text-decoration:underline;">Book your group rate for ACM Symposium on Cloud Computing</a></b></p>
<p><img src="assets/marriott-marquis-sfo.jpg" width="500" alt="Image of the San Francisco Marriott Marquis Hotel"></p>
<p>The hotel is located at 780 Mission St, San Francisco, CA 94103, close to many attractions, restaurants, and transportation.</p>
</div>
<!-- end Content -->
</div><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-6 -->
<!--
<div class="col-md-3">
{% include latest-news.html %}
</div>
-->
<!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>