Skip to content

Commit 4845ba3

Browse files
committed
Turned all members images to SVGs. Added two new ones.
Signed-off-by: Chris Abraham <[email protected]>
1 parent 941687b commit 4845ba3

17 files changed

+36
-10
lines changed

_board_info/advanced-micro-devices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: AMD
33
summary: ''
44
link: https://amd.com
5-
image: /assets/images/announcement-logo-amd.jpg
5+
image: /assets/images/members/amd-logo.svg
66
class: pytorch-resource
77
order: 1
88
featured-home: true

_board_info/amazon-web-services.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Amazon
33
summary: ''
44
link: https://aws.amazon.com
5-
image: /assets/images/announcement-logo-aws.jpg
5+
image: /assets/images/members/aws-logo.svg
66
class: pytorch-resource
77
order: 2
88
featured-home: true

_board_info/google-cloud.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Google Cloud
33
summary: ''
44
link: https://cloud.google.com/gcp
5-
image: /assets/images/announcement-logo-google.png
5+
image: /assets/images/members/google-cloud-logo.svg
66
class: pytorch-resource
77
order: 3
88
featured-home: true

_board_info/hugging-face.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Hugging Face
3+
summary: ''
4+
link: https://huggingface.co/
5+
image: /assets/images/members/hf-logo.svg
6+
class: pytorch-resource
7+
order: 4
8+
featured-home: true
9+
---

_board_info/ibm.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: IBM
3+
summary: ''
4+
link: https://www.ibm.com/
5+
image: /assets/images/members/ibm-logo.svg
6+
class: pytorch-resource
7+
order: 5
8+
featured-home: true
9+
---

_board_info/meta.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Meta
33
summary: ''
44
link: https://meta.com
5-
image: /assets/images/announcement-logo-meta.jpg
5+
image: /assets/images/members/meta-logo.svg
66
class: pytorch-resource
7-
order: 4
7+
order: 6
88
featured-home: true
99
---

_board_info/microsoft-corporation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Microsoft
33
summary: ''
44
link: https://azure.microsoft.com
5-
image: /assets/images/announcement-logo-microsoft.jpg
5+
image: /assets/images/members/microsoft-azure-logo.svg
66
class: pytorch-resource
7-
order: 5
7+
order: 7
88
featured-home: true
99
---

_board_info/nvidia-corporation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Nvidia
33
summary: ''
44
link: https://www.nvidia.com/en-us/ai-data-science/
5-
image: /assets/images/announcement-logo-nvidia.jpg
5+
image: /assets/images/members/nvidia-logo.svg
66
class: pytorch-resource
7-
order: 5
7+
order: 8
88
featured-home: true
99
---

_sass/announcement.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
width: 100%;
8989
height: 207px;
9090
object-fit: contain;
91-
padding: 20px 0;
91+
padding: 20px;
9292
}
9393
}
9494
}

assets/images/members/amd-logo.svg

+1
Loading

assets/images/members/aws-logo.svg

+1
Loading
Loading

assets/images/members/hf-logo.svg

+1
Loading

assets/images/members/ibm-logo.svg

+1
Loading

assets/images/members/meta-logo.svg

+1
Loading

0 commit comments

Comments
 (0)