File tree 3 files changed +26
-7
lines changed
3 files changed +26
-7
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ external_urls:
35
35
previous_pytorch_versions : https://pytorch.org/previous-versions/
36
36
udacity_courses : https://pytorch.org
37
37
youtube : https://www.youtube.com/pytorch
38
+ spotify : https://open.spotify.com/show/6UzHKeiy368jKfQMKKvJY5
39
+ apple : https://podcasts.apple.com/us/podcast/pytorch-developer-podcast/id1566080008
40
+ google : https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS9PQjVGa0lsOA%3D%3D
41
+ amazon : https://music.amazon.com/podcasts/7a4e6f0e-26c2-49e9-a478-41bd244197d0/PyTorch-Developer-Podcast?
42
+ linkedIn : https://www.linkedin.com/company/pytorch
38
43
livereload : true
39
44
markdown : kramdown
40
45
highlighter : rouge
Original file line number Diff line number Diff line change @@ -51,16 +51,27 @@ <h2>Resources</h2>
51
51
</ ul >
52
52
</ div >
53
53
54
- < div class ="footer-links-col follow-us-col ">
55
-
54
+ < div class ="footer-links-col ">
55
+ < ul >
56
+ < li class ="list-title "> < p > Stay up to date</ p > </ li >
57
+ < li > < a href ="{{ site.external_urls.facebook }} " target ="_blank "> Facebook</ a > </ li >
58
+ < li > < a href ="{{ site.external_urls.twitter }} " target ="_blank "> Twitter</ a > </ li >
59
+ < li > < a href ="{{ site.external_urls.youtube }} " target ="_blank "> YouTube</ a > </ li >
60
+ < li > < a href ="{{ site.external_urls.linkedIn }} " target ="_blank "> LinkedIn</ a > </ li >
61
+ </ ul >
62
+ </ div >
56
63
57
- < div class ="footer-social-icons ">
58
- < a href ="{{ site.external_urls.facebook }} " target ="_blank " class ="facebook "> </ a >
59
- < a href ="{{ site.external_urls.twitter }} " target ="_blank " class ="twitter "> </ a >
60
- < a href ="{{ site.external_urls.youtube }} " target ="_blank " class ="youtube "> </ a >
61
- </ div >
64
+ < div class ="footer-links-col ">
65
+ < ul >
66
+ < li class ="list-title "> < p > PyTorch Podcasts</ p > </ li >
67
+ < li > < a href ="{{ site.external_urls.spotify }} " target ="_blank "> Spotify</ a > </ li >
68
+ < li > < a href ="{{ site.external_urls.apple }} " target ="_blank "> Apple</ a > </ li >
69
+ < li > < a href ="{{ site.external_urls.google }} " target ="_blank "> Google</ a > </ li >
70
+ < li > < a href ="{{ site.external_urls.amazon }} " target ="_blank "> Amazon</ a > </ li >
71
+ </ ul >
62
72
</ div >
63
73
</ div >
74
+
64
75
< div class ="privacy-policy ">
65
76
< ul >
66
77
< li class ="privacy-policy-links "> < a href ="{{ site.baseurl }}/assets/tos-oss-privacy-policy/fb-tos-privacy-policy.pdf " target ="_blank "> Terms</ a > </ li >
Original file line number Diff line number Diff line change 33
33
& .list-title {
34
34
padding-bottom : rem (12px );
35
35
color : $white ;
36
+ p {
37
+ margin-bottom : 0 ;
38
+ }
36
39
}
37
40
}
38
41
You can’t perform that action at this time.
0 commit comments