Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2025 Visiting Portland page and announcement #2293

Merged
merged 3 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/_static/conf/images/headers/portland-2025-opengraph.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/conf/images/headers/portland-2025-opengraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/conf/images/pages/speaker-qa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/_templates/2025/menu-desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
<ul class="uk-nav uk-navbar-dropdown-nav">
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/venue') }}">Venue</a></li>
{% if not flagisvirtual %}
{% if flagspeakersannounced %}
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/visiting') }}">Visiting {{ city }}</a></li>
{% if flagspeakersannounced %}
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/attendee-guide') }}">Attendee Guide</a></li>
{% endif %}
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/health') }}">Health and Safety Policy</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/2025/menu-mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<ul class="uk-nav-sub">
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/venue') }}">Venue</a></li>
{% if not flagisvirtual %}
{% if flagspeakersannounced %}
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/visiting') }}">Visiting {{ city }}</a></li>
{% if flagspeakersannounced %}
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/attendee-guide') }}">Attendee Guide</a></li>
{% endif %}
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/health') }}">Health and Safety Policy</a></li>
Expand Down
73 changes: 73 additions & 0 deletions docs/conf/portland/2025/news/visiting-portland-information.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
---
template: {{year}}/generic.html
og:image: _static/conf/images/headers/{{shortcode}}-{{year}}-opengraph.jpg
banner: _static/conf/images/headers/2025/lightning-talks.jpg
---

```{eval-rst}
.. post:: Jan 21, 2025
:tags: {{shortcode}}-{{year}}, visiting
```

# Visiting Portland Information is Live and a Last CFP Reminder

Hello, fellow documentarians!

This is the final reminder to submit your talk proposals by the end of today, **January 21, at 11:59 PM Pacific Time**.

We're excited to read your talk ideas and select our 2025 speakers!

<p>
<table border="0" cellpadding="0" cellspacing="0" style="background-color:#2ECC71; border:1px solid #4a4a4a; border-radius:5px;">
<tr>
<td align="center" valign="middle" style="color:#FFFFFF; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold; letter-spacing:-.5px; line-height:150%; padding-top:15px; padding-right:30px; padding-bottom:15px; padding-left:30px;">
<a href="https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/cfp/" target="_blank" style="color:#FFFFFF; text-decoration:none; border-bottom: none;">Submit your proposal</a>
</td>
</tr>
</table>
</p>

![Speaker Q&A](/_static/conf/images/pages/speaker-qa.jpg)

### Our Visiting Portland Page is Live!

Our [Visiting Portland](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/visiting/) page has details on where to stay, hotel discounts, food and beverage recommendations, and info on how to get around Portland.

We're grateful that the Jupiter Hotel and KEX Portland are offering discounts for hotel stays.

[Jupiter Hotel](https://www.jupiterhotel.com/)

- **10% Off Discount Code: THEDOCS**
- Offers two hotel options:
- NEXT has newer rooms
- The Original, while a boutique hotel, has more street noise
- [Hey Love](https://www.heylovepdx.com/) restaurant/bar in the lobby (won Best U.S. Hotel Bar 2023)
- **Bonus!** We're having our Monday evening social here
- 0.6 miles to the venue

[KEX Hotels](https://kexhotels.com/)

- **20% Off Discount Code: DOCS2025**
- Pacific Standard restaurant/bar in the lobby
- Historic building near shops and restaurants
- 0.8 miles to the venue

<p>
<table border="0" cellpadding="0" cellspacing="0" style="background-color:#2ECC71; border:1px solid #4a4a4a; border-radius:5px;">
<tr>
<td align="center" valign="middle" style="color:#FFFFFF; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold; letter-spacing:-.5px; line-height:150%; padding-top:15px; padding-right:30px; padding-bottom:15px; padding-left:30px;">
<a href="https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/tickets/" target="_blank" style="color:#FFFFFF; text-decoration:none; border-bottom: none;">Buy your ticket</a>
</td>
</tr>
</table>
</p>

### Thanks to Our Sponsors

```{eval-rst}
.. datatemplate::
:source: /_data/{{shortcode}}-{{year}}-config.yaml
:template: {{year}}/sponsors-simplelist.rst
```

View our [Sponsorship Prospectus](https://www.writethedocs.org/conf/{{shortcode}}/{{year}}/sponsors/prospectus/) to learn more and join the community.
Loading
Loading