File tree 3 files changed +14
-10
lines changed
3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 97
97
< span class =dropdown-title > Community</ span >
98
98
< p > Join the PyTorch developer community to contribute, learn, and get your questions answered.</ p >
99
99
</ a >
100
- < a class ="nav-dropdown-item " href ="{{ site.baseurl }}/events ">
101
- < span class =dropdown-title > Events </ span >
102
- < p > Find events, webinars, and podcasts </ p >
100
+ < a class ="nav-dropdown-item " href ="{{ site.baseurl }}/customer-stories ">
101
+ < span class =dropdown-title > Customer Stories </ span >
102
+ < p > Learn how our community solves real, everyday machine learning problems with PyTorch </ p >
103
103
</ a >
104
104
< a class ="nav-dropdown-item " href ="{{ site.baseurl }}/resources ">
105
105
< span class =dropdown-title > Developer Resources</ span >
106
106
< p > Find resources and get questions answered</ p >
107
107
</ a >
108
- < a class ="nav-dropdown-item " href ="{{ site.baseurl }}/customer-stories ">
109
- < span class =dropdown-title > Customer Stories </ span >
110
- < p > Learn how our community solves real, everyday machine learning problems with PyTorch </ p >
108
+ < a class ="nav-dropdown-item " href ="{{ site.baseurl }}/events ">
109
+ < span class =dropdown-title > Events </ span >
110
+ < p > Find events, webinars, and podcasts </ p >
111
111
</ a >
112
112
< a class ="nav-dropdown-item " href ="{{ site.external_urls.discuss }} " target ="_blank ">
113
113
< span class =dropdown-title > Forums</ span >
Original file line number Diff line number Diff line change 100
100
< li >
101
101
< a href ="{{ site.baseurl }}/#community-module "> Community</ a >
102
102
</ li >
103
-
104
- < li >
105
- < a href ="{{ site.baseurl }}/events " > Events </ a >
103
+
104
+ < li class =" {% if current[1] == 'resources' %}active{% endif %} " >
105
+ < a href ="{{ site.baseurl }}/customer-stories " > Customer Stories </ a >
106
106
</ li >
107
107
108
108
< li class ="{% if current[1] == 'resources' %}active{% endif %} ">
109
109
< a href ="{{ site.baseurl }}/resources "> Developer Resources</ a >
110
110
</ li >
111
111
112
+ < li >
113
+ < a href ="{{ site.baseurl }}/events "> Events</ a >
114
+ </ li >
115
+
112
116
< li >
113
117
< a href ="{{ site.external_urls.discuss }} "> Forum</ a >
114
118
</ li >
Original file line number Diff line number Diff line change 1
1
< div id ="research " class ="production-section hidden ">
2
2
< div class ="col-md-12 research-container ">
3
- < div class ="col-md-3 customer-stories -side-nav-container ">
3
+ < div class ="col-md-3 research -side-nav-container ">
4
4
{% include research_side_nav.html %}
5
5
</ div >
6
6
< div class ="col-md-9 research-info-container ">
You can’t perform that action at this time.
0 commit comments