Skip to content

Commit e9fe861

Browse files
authored
Merge pull request #4 from USRSE/add/hotel-link
Add hotel website link to index
2 parents ad4fb1d + 02e9d51 commit e9fe861

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
<center>
1616
<h1>
1717
USRSE'26 will be at the <br>
18-
<span style="color: rgb(107, 32, 83)">San Jose Marriott</span> <br>
18+
<a href="https://www.marriott.com/en-us/hotels/sjcsj-san-jose-marriott/overview/"
19+
target="_blank"
20+
style="color: rgb(107, 32, 83); text-decoration: none;">
21+
San Jose Marriott
22+
</a>
23+
<br>
1924
from <span style="color: rgb(107, 32, 83)">{{ site.conf_start_date | date: "%B %-d" }}-{{ site.conf_end_date | date: "%-d, %Y" }}</span> <br>
2025
in San Jose, California!
2126
</h1>

0 commit comments

Comments
 (0)