|
5 | 5 | <div> |
6 | 6 | <h3 class="text-lg font-semibold mb-3">CREATOR</h3> |
7 | 7 | <p class="text-sm text-gray-400 dark:text-gray-400 mb-4"> |
8 | | - Developed by the ARCOS group at Universidad Carlos III de Madrid |
| 8 | + Developed by ARCOS at Universidad Carlos III de Madrid |
9 | 9 | </p> |
10 | 10 | <div |
11 | 11 | class="flex flex-wrap items-center justify-center gap-4 p-2 bg-white dark:bg-white rounded" |
12 | 12 | > |
13 | 13 | <img |
14 | 14 | src="/images/arcos.webp" |
15 | | - alt="ARCOS Group" |
| 15 | + alt="ARCOS" |
16 | 16 | class="h-9 w-auto" |
17 | 17 | /> |
18 | 18 | <img |
|
32 | 32 | rel="noopener" |
33 | 33 | class="text-gray-400 dark:text-gray-400 hover:text-white transition-colors" |
34 | 34 | > |
35 | | - ARCOS Group |
| 35 | + ARCOS |
36 | 36 | </a> |
37 | 37 | </li> |
38 | 38 | <li> |
|
42 | 42 | rel="noopener" |
43 | 43 | class="text-gray-400 dark:text-gray-400 hover:text-white transition-colors" |
44 | 44 | > |
45 | | - UC3M University |
| 45 | + Universidad Carlos III de Madrid |
46 | 46 | </a> |
47 | 47 | </li> |
48 | 48 | <li> |
|
60 | 60 | <div> |
61 | 61 | <h4 class="text-lg font-semibold mb-3">License</h4> |
62 | 62 | <p class="text-sm text-gray-400 dark:text-gray-400"> |
63 | | - Open-source software licensed under LGPL-3.0 |
| 63 | + CREATOR is licensed under the |
| 64 | + <a |
| 65 | + href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html" |
| 66 | + target="_blank" |
| 67 | + rel="noopener" |
| 68 | + class="text-gray-400 dark:text-gray-400 hover:text-white transition-colors" |
| 69 | + > |
| 70 | + LGPL-2.1 license |
| 71 | + </a> |
64 | 72 | </p> |
65 | 73 | </div> |
66 | 74 | </div> |
67 | | - <div |
68 | | - class="pt-8 border-t border-gray-800 dark:border-gray-900" |
69 | | - > |
| 75 | + <div class="pt-8 border-t border-gray-800 dark:border-gray-900"> |
70 | 76 | <div class="mb-6"> |
71 | 77 | <p class="text-sm text-gray-400 dark:text-gray-400 mb-4 text-center"> |
72 | | - <i>Integrated development environment for teaching and research on RISC-V processors</i> (PDC2023-145832-I00) funded by MICIU/AEI/ 10.13039/501100011033 and by the European Union <i>NextGenerationEU/PRTR</i> |
| 78 | + <i |
| 79 | + >Integrated development environment for teaching and research on |
| 80 | + RISC-V processors</i |
| 81 | + > |
| 82 | + (PDC2023-145832-I00) funded by MICIU/AEI/ 10.13039/501100011033 and |
| 83 | + by the European Union <i>NextGenerationEU/PRTR</i> |
73 | 84 | </p> |
74 | 85 | <div class="flex flex-wrap items-center justify-center gap-6 p-4"> |
75 | 86 | <img |
|
96 | 107 | </div> |
97 | 108 | <div class="text-center"> |
98 | 109 | <p class="text-sm text-gray-400 dark:text-gray-400"> |
99 | | - © 2019-2025 ARCOS Group, UC3M |
| 110 | + © 2019-2025 ARCOS, UC3M |
100 | 111 | </p> |
101 | 112 | </div> |
102 | 113 | </div> |
|
0 commit comments