Spaces:
Running
Running
Jimin Huang
commited on
Commit
·
4fe4ac7
1
Parent(s):
5b67a3e
Change settings
Browse files- src/assets/images/companies_images/columbia.png +3 -0
- src/assets/images/companies_images/florida.png +3 -0
- src/assets/images/companies_images/georgia.png +3 -0
- src/assets/images/companies_images/harvard.png +3 -0
- src/assets/images/companies_images/montreal.png +3 -0
- src/components/FooterOpen.vue +6 -5
src/assets/images/companies_images/columbia.png
ADDED
|
Git LFS Details
|
src/assets/images/companies_images/florida.png
ADDED
|
Git LFS Details
|
src/assets/images/companies_images/georgia.png
ADDED
|
Git LFS Details
|
src/assets/images/companies_images/harvard.png
ADDED
|
Git LFS Details
|
src/assets/images/companies_images/montreal.png
ADDED
|
Git LFS Details
|
src/components/FooterOpen.vue
CHANGED
|
@@ -32,11 +32,12 @@ export default {
|
|
| 32 |
{ name: "PAAL AI", src: new URL("../assets/images/companies_images/paalai_logo.png", import.meta.url).href },
|
| 33 |
],
|
| 34 |
collaborators: [
|
| 35 |
-
{ name: "Stevens Institute of Technology", src: new URL("../assets/images/
|
| 36 |
-
{ name: "University of Florida", src: new URL("../assets/images/
|
| 37 |
-
{ name: "Columbia University", src: new URL("../assets/images/
|
| 38 |
-
{ name: "Harvard University", src: new URL("../assets/images/
|
| 39 |
-
{ name: "Université de Montréal", src: new URL("../assets/images/
|
|
|
|
| 40 |
],
|
| 41 |
};
|
| 42 |
},
|
|
|
|
| 32 |
{ name: "PAAL AI", src: new URL("../assets/images/companies_images/paalai_logo.png", import.meta.url).href },
|
| 33 |
],
|
| 34 |
collaborators: [
|
| 35 |
+
{ name: "Stevens Institute of Technology", src: new URL("../assets/images/companies_images/stevens.png", import.meta.url).href },
|
| 36 |
+
{ name: "University of Florida", src: new URL("../assets/images/companies_images/florida.png", import.meta.url).href },
|
| 37 |
+
{ name: "Columbia University", src: new URL("../assets/images/companies_images/columbia.png", import.meta.url).href },
|
| 38 |
+
{ name: "Harvard University", src: new URL("../assets/images/companies_images/harvard.png", import.meta.url).href },
|
| 39 |
+
{ name: "Université de Montréal", src: new URL("../assets/images/companies_images/montreal.png", import.meta.url).href },
|
| 40 |
+
{ name: "Georgia Institute of Technology", src: new URL("../assets/images/companies_images/georgia.png", import.meta.url).href },
|
| 41 |
],
|
| 42 |
};
|
| 43 |
},
|