Skip to content

Update Ecosystem menu with PyTorch Conf 2024 #1602

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

Merged
merged 1 commit into from
Apr 13, 2024
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
16 changes: 4 additions & 12 deletions _includes/main_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,14 @@
Ecosystem
</a>
<div class="resources-dropdown-menu">
<a class="nav-dropdown-item" href="https://events.linuxfoundation.org/pytorch-conference/">
<span class="dropdown-title">PyTorch Conference - 2024</span>
<p>September 18-19 in San Francisco</p>
</a>
<a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem">
<span class="dropdown-title">Tools</span>
<p>Learn about the tools and frameworks in the PyTorch Ecosystem</p>
</a>
<a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem/ptc/2022">
<span class="dropdown-title">PyTorch Conference - 2022</span>
<p>See the posters presented at PyTorch Conference - 2022</p>
</a>
<a class="nav-dropdown-item" href="https://events.linuxfoundation.org/pytorch-conference/">
<span class="dropdown-title">PyTorch Conference - 2023</span>
<p>October 16-17 in San Francisco</p>
</a>
<a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem/contributor-awards-2023">
<span class="dropdown-title">Contributor Awards - 2023</span>
<p>Award winners announced at this year's PyTorch Conference</p>
</a>
</div>
</div>
</li>
Expand Down
10 changes: 2 additions & 8 deletions _includes/mobile_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,10 @@
</li>
<ul class="resources-mobile-menu-items">
<li>
<a href="{{ site.baseurl }}/ecosystem">Tools</a>
</li>
<li>
<a href="{{ site.baseurl}}/ecosystem/ptc/2022">PyTorch Conference - 2022</a>
<a href="https://events.linuxfoundation.org/pytorch-conference/">PyTorch Conference - 2024</a>
</li>
<li>
<a href="https://events.linuxfoundation.org/pytorch-conference/">PyTorch Conference - 2023</a>
</li>
<li>
<a href="{{ site.baseurl }}/ecosystem/contributor-awards-2023">Contributor Awards - 2023</a>
<a href="{{ site.baseurl }}/ecosystem">Tools</a>
</li>
</ul>

Expand Down