Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,8 @@ See [`docs/dev.md`](https://github.com/creatorsim/creator/blob/master/docs/dev.m
<p align="center">
<img src="https://github.com/user-attachments/assets/681e1f79-d019-40d1-89da-e45326d84ab1" height="100" alt="Universidad Carlos III de Madrid Logo"/>
<img src="https://github.com/user-attachments/assets/c31a97e8-eaf7-4440-9f2a-dc7ca773b5a2" height="100" alt="Universidad Carlos III de Madrid Logo"/>
<img src="https://github.com/user-attachments/assets/28ae0396-852c-4c4c-8812-bc7dc494e3c3" height="100" alt="Universidad de Leon Logo"/
<img src="https://github.com/user-attachments/assets/28ae0396-852c-4c4c-8812-bc7dc494e3c3" height="100" alt="Universidad de Leon Logo"/>
<img src="https://github.com/user-attachments/assets/a9941cad-e999-4368-8ef9-489565d697b8" height="100" alt="Universidad Politécnica de Madrid Logo"/>
</p>
</div>

Expand Down
Binary file added src/web/assets/img/institutions/upm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/web/assets/img/institutions/upm.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/web/components/general/UIeltoInstitutions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,24 @@ export default defineComponent({
/>
</a>
</b-col>
</b-row>

<b-row cols="3" class="text-center" align-v="center">
<b-col cols="4"></b-col>
<b-col cols="4">
<a target="_blank" href="https://www.upm.es/">
<img
alt="Universidad Politecnica de Madrid Logo"
class="p-0"
style="width: 100%"
src="@/web/assets/img/institutions/upm.webp"
/>
</a>
</b-col>
<b-col cols="4"></b-col>
</b-row>

<b-row cols="1" class="text-center" align-v="center">
<b-col cols="12">
<b-list-group class="my-3">
<b-list-group-item style="text-align: center">
Expand Down
Loading