Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Adds page to menu and updates homepage conference box #1706

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 2 commits into from
Aug 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
4 changes: 4 additions & 0 deletions _includes/main_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
<a class="nav-dropdown-item" href="{{ site.baseurl }}/governing-board">
<span class=dropdown-title>Governing Board</span>
</a>
<a class="nav-dropdown-item" href="{{ site.baseurl }}/resources/contributors/">
<span class=dropdown-title>Stay In Touch</span>
<p>Subscribe for updates, event info, webinars, and the latest community news.</p>
</a>
</div>
</div>
</li>
Expand Down
4 changes: 3 additions & 1 deletion _includes/mobile_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,16 @@
<li>
<a href="{{ site.baseurl }}/governing-board">Governing Board</a>
</li>
<li>
<a href="{{ site.baseurl }}/resources/contributors/">Stay In Touch</a>
</li>
</ul>
<li class="resources-mobile-menu-title">
<a href="{{ site.baseurl }}/join">Become a Member</a>
</li>
<li class="resources-mobile-menu-title">
<a href="{{ site.external_urls.github }}" title="Go to PyTorch GitHub"><div id="topnav-gh-icon"></div></a>
</li>

</ul>
</div>

Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ <h1><img src="{{ site.baseurl }}/assets/images/logo-white.svg" width="275px" alt
<div class="col-md">
<h3>2024 PyTorch Conference</h3>
<p>
<a href="https://events.linuxfoundation.org/pytorch-conference/program/schedule/">View Schedule</a>
Join us at the Conference on September 18-19 for insightful keynotes and engaging mini-summits.
</p>
<p>
<a href="https://events.linuxfoundation.org/pytorch-conference/">Don't miss out!</a>
</p>
</div>
<div class="col-md">
Expand Down