Skip to content

Commit 0ae5fd8

Browse files
authored
Adds page to menu and updates homepage conference box (#1706)
* Updates PyTorch conference block Signed-off-by: Chris Abraham <cjyabraham@gmail.com> * Adds page to About menu Signed-off-by: Chris Abraham <cjyabraham@gmail.com> --------- Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent 5249306 commit 0ae5fd8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

_includes/main_menu.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@
139139
<a class="nav-dropdown-item" href="{{ site.baseurl }}/governing-board">
140140
<span class=dropdown-title>Governing Board</span>
141141
</a>
142+
<a class="nav-dropdown-item" href="{{ site.baseurl }}/resources/contributors/">
143+
<span class=dropdown-title>Stay In Touch</span>
144+
<p>Subscribe for updates, event info, webinars, and the latest community news.</p>
145+
</a>
142146
</div>
143147
</div>
144148
</li>

_includes/mobile_menu.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,16 @@
116116
<li>
117117
<a href="{{ site.baseurl }}/governing-board">Governing Board</a>
118118
</li>
119+
<li>
120+
<a href="{{ site.baseurl }}/resources/contributors/">Stay In Touch</a>
121+
</li>
119122
</ul>
120123
<li class="resources-mobile-menu-title">
121124
<a href="{{ site.baseurl }}/join">Become a Member</a>
122125
</li>
123126
<li class="resources-mobile-menu-title">
124127
<a href="{{ site.external_urls.github }}" title="Go to PyTorch GitHub"><div id="topnav-gh-icon"></div></a>
125128
</li>
126-
127129
</ul>
128130
</div>
129131

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ <h1><img src="{{ site.baseurl }}/assets/images/logo-white.svg" width="275px" alt
2424
<div class="col-md">
2525
<h3>2024 PyTorch Conference</h3>
2626
<p>
27-
<a href="https://events.linuxfoundation.org/pytorch-conference/program/schedule/">View Schedule</a>
27+
Join us at the Conference on September 18-19 for insightful keynotes and engaging mini-summits.
28+
</p>
29+
<p>
30+
<a href="https://events.linuxfoundation.org/pytorch-conference/">Don't miss out!</a>
2831
</p>
2932
</div>
3033
<div class="col-md">

0 commit comments

Comments
 (0)