Skip to content

Commit e2c680d

Browse files
committed
sum tweaks
1 parent 4b7294d commit e2c680d

4 files changed

Lines changed: 27 additions & 16 deletions

File tree

public/content/authors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
dcamarmas:
2-
name: Diego Camarmas-Alonso
2+
name: Diego Camarmas Alonso
33
affiliation: ARCOS Group, UC3M
44
links:
55
github: dcamarmas
66
researchgate: Diego-Camarmas-Alonso
77
linkedin: dcamarmas
88

99
fgarcia:
10-
name: Félix García-Carballeira
10+
name: Félix García Carballeira
1111
affiliation: ARCOS Group, UC3M
1212
links:
1313
github: fgcarbal
1414
researchgate: Felix-Garcia-Carballeira
1515
linkedin: félix-garcía-carballeira-4ab48a14
1616

1717
acaldero:
18-
name: Alejandro Calderón-Mateos
18+
name: Alejandro Calderón Mateos
1919
affiliation: ARCOS Group, UC3M
2020
links:
2121
github: acaldero

src/components/AboutSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
icon: "⚙️",
4646
title: "Generic Support",
4747
description:
48-
"User-defined architectures. Currently supports RISC-V, MIPS, and Z80.",
48+
"User-defined architectures. Built-in support for RISC-V, MIPS, and Z80.",
4949
},
5050
{
5151
icon: "🌐",
@@ -57,7 +57,7 @@ export default {
5757
icon: "🔧",
5858
title: "Hardware Integration",
5959
description:
60-
"Integration with real hardware like ESP32 microcontrollers.",
60+
"Integration with ESP32 microcontrollers and RISC-V SBCs.",
6161
},
6262
],
6363
}

src/components/AppFooter.vue

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<div>
66
<h3 class="text-lg font-semibold mb-3">CREATOR</h3>
77
<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
99
</p>
1010
<div
1111
class="flex flex-wrap items-center justify-center gap-4 p-2 bg-white dark:bg-white rounded"
1212
>
1313
<img
1414
src="/images/arcos.webp"
15-
alt="ARCOS Group"
15+
alt="ARCOS"
1616
class="h-9 w-auto"
1717
/>
1818
<img
@@ -32,7 +32,7 @@
3232
rel="noopener"
3333
class="text-gray-400 dark:text-gray-400 hover:text-white transition-colors"
3434
>
35-
ARCOS Group
35+
ARCOS
3636
</a>
3737
</li>
3838
<li>
@@ -42,7 +42,7 @@
4242
rel="noopener"
4343
class="text-gray-400 dark:text-gray-400 hover:text-white transition-colors"
4444
>
45-
UC3M University
45+
Universidad Carlos III de Madrid
4646
</a>
4747
</li>
4848
<li>
@@ -60,16 +60,27 @@
6060
<div>
6161
<h4 class="text-lg font-semibold mb-3">License</h4>
6262
<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>
6472
</p>
6573
</div>
6674
</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">
7076
<div class="mb-6">
7177
<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>
7384
</p>
7485
<div class="flex flex-wrap items-center justify-center gap-6 p-4">
7586
<img
@@ -96,7 +107,7 @@
96107
</div>
97108
<div class="text-center">
98109
<p class="text-sm text-gray-400 dark:text-gray-400">
99-
&copy; 2019-2025 ARCOS Group, UC3M
110+
&copy; 2019-2025 ARCOS, UC3M
100111
</p>
101112
</div>
102113
</div>

src/components/EvolutionSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p
1010
class="text-center text-gray-600 dark:text-gray-400 mb-10 max-w-xl mx-auto"
1111
>
12-
Development journey across the years
12+
Our development journey
1313
</p>
1414
<div class="space-y-6">
1515
<div

0 commit comments

Comments
 (0)