Skip to content

Commit be938c2

Browse files
authored
Added PyTorch Conference to Events and updated homepage feature boxes (#1601)
* Update homepage blocks Signed-off-by: Chris Abraham <[email protected]> * Add PyTorch Conference to Events listing Signed-off-by: Chris Abraham <[email protected]> --------- Signed-off-by: Chris Abraham <[email protected]>
1 parent d7e221d commit be938c2

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

_events/pytorch-conference-2024.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
category: event
3+
title: "PyTorch Conference 2024"
4+
date: September 18, 2024
5+
poster: assets/images/pytorch-conf-2024.png
6+
---
7+
**Date**: September 18 - 19, 2024
8+
9+
<a href="https://events.linuxfoundation.org/pytorch-conference/">
10+
<img style="width:100%" src="/assets/images/pytorch-conf-2024.png" alt="PyTorch Conference banner">
11+
</a>
12+
13+
Join us in San Francisco on **September 18th-19th**, and learn about PyTorch, the cutting-edge renowned open-source machine learning framework. This year is a two-day event that brings together top-tier researchers, developers, and academic communities, fostering collaboration and advancing end-to-end machine learning.

assets/images/pytorch-conf-2024.png

142 KB
Loading

index.html

+8-22
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ <h1><img src="{{ site.baseurl }}/assets/images/logo-white.svg" width="275px" alt
2222
<div class="container homepage-box-module">
2323
<div class="row">
2424
<div class="col-md">
25-
<h3>Membership Available</h3>
25+
<h3>2024 PyTorch Conference</h3>
2626
<p>
27-
Join the Membership that fits your goals.
27+
Call for proposals for PyTorch Conference 2024 are live. Save on Early Bird Registration.
2828
</p>
2929
<p>
30-
<a href="/join">Join</a>
30+
<a href="https://hubs.la/Q02sr1cw0">Full details + guidelines</a>
3131
</p>
3232
</div>
3333
<div class="col-md">
@@ -40,12 +40,12 @@ <h3>PyTorch 2.2</h3>
4040
</p>
4141
</div>
4242
<div class="col-md">
43-
<h3>PyTorch Edge</h3>
43+
<h3>Membership Available</h3>
4444
<p>
45-
Build innovative, privacy-aware experiences with superior productivity, portability, and performance.
45+
Join the Membership that fits your goals.
4646
</p>
4747
<p>
48-
<a href="/edge">Read More</a>
48+
<a href="/join">Join</a>
4949
</p>
5050
</div>
5151
</div>
@@ -54,7 +54,7 @@ <h3>PyTorch Edge</h3>
5454
<div class="container homepage-feature-module key-features-module">
5555

5656
<div class="row">
57-
<div class="col-md-9">
57+
<div class="col-md-12">
5858
<div class="row">
5959
<div class="col-md-12">
6060
<h2>Key Features &amp;<br />Capabilities</h2>
@@ -76,15 +76,6 @@ <h5>{{ feature.title }}</h5>
7676
{% endfor %}
7777
</div>
7878
</div>
79-
<div class="col-md-3 ecosystem-row">
80-
<div class="card ecosystem-card">
81-
<div class="card-body">
82-
<div class="card-summary">
83-
<p>Support Ukraine 🇺🇦 <br/><a href="https://opensource.fb.com/support-ukraine" target="_blank" rel="noopener">Help Provide Humanitarian Aid to Ukraine.</a></p>
84-
</div>
85-
</div>
86-
</div>
87-
</div>
8879
</div>
8980
</div>
9081

@@ -203,11 +194,6 @@ <h2>Companies &amp; Universities<br />Using PyTorch</h2>
203194
{% endfor %}
204195
</div>
205196
</div>
206-
207-
<div class="col-md-12 follow-us-on-twitter">
208-
<h2>Follow Us on Twitter</h2>
209-
<div data-target="twitter-timeline">Loading Twitter timeline...</div>
210-
</div>
211197
</div>
212198
</div>
213199
</div>
@@ -237,4 +223,4 @@ <h2>Follow Us on Twitter</h2>
237223
<!-- Load JS for pagination -->
238224

239225
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script>
240-
<script list-id="news-items" display-count="1" pagination="true" src="{{ site.baseurl }}/assets/filter-hub-tags.js"></script>
226+
<script list-id="news-items" display-count="1" pagination="true" src="{{ site.baseurl }}/assets/filter-hub-tags.js"></script>

0 commit comments

Comments
 (0)