Skip to content

Commit 4df61d2

Browse files
committed
Minor updates
1 parent 29b0cc6 commit 4df61d2

24 files changed

Lines changed: 657 additions & 417 deletions

components/creator_uielto_timeline.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ var uielto_timeline = {
2828

2929
mounted() {
3030
var swiper = new Swiper('.swiper-container', {
31-
//pagination: '.swiper-pagination',
32-
slidesPerView: 6,
31+
pagination: '.swiper-pagination',
32+
slidesPerView: 4,
3333
paginationClickable: true,
3434
grabCursor: true,
35-
paginationClickable: true,
3635
nextButton: '.next-slide',
3736
prevButton: '.prev-slide',
3837
});
@@ -44,7 +43,7 @@ var uielto_timeline = {
4443
//' <b-button variant="info" size="sm" class="next-slide">Next</b-button>' +
4544
//' </p>' +
4645
' <div class="swiper-wrapper timeline">' +
47-
' <div class="swiper-slide" v-for="item in steps" style="width: 16%;">' +
46+
' <div class="swiper-slide" v-for="item in steps" style="width: 33%;">' +
4847
' <div class="timestamp">' +
4948
' <span class="date">{{item.year}}<span>' +
5049
' </div>' +

content/evolution/evolution.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,38 @@
11
[
22
{
3-
"year": "2019/2020",
3+
"year": "2024/2025",
44
"info": [
5-
"v1.3",
6-
"The initial release"
5+
"v4.1",
6+
"CREATOR Remote Lab",
7+
"Dockers for CREATOR"
78
],
8-
"media_src": "images/evolution/creator_1.3.png",
9-
"media_alt": "creator v1.3",
10-
"url": "content/evolution/creator-1.3/index.html"
9+
"media_src": "images/evolution/creator_4.1.png",
10+
"media_alt": "creator v4.1",
11+
"url": "content/evolution/creator-4.1/index.html"
1112
},
1213
{
13-
"year": "2020/2021",
14+
"year": "2023/2024",
1415
"info": [
15-
"v2.1",
16-
"RISC-V supported",
17-
"Accessibility improved up to WCAG 2.0 (Level AAA)",
18-
"Command line version",
19-
"Accepts GET values",
20-
"Bootstrap-vue upgraded up to v2.15.0"
16+
"v4.0",
17+
"Several minor user interface improvements",
18+
"Exporting assembly programs using a URL",
19+
"Integration with real hardware based on RISC-V (ESP32)"
2120
],
22-
"media_src": "images/evolution/creator_2.1.png",
23-
"media_alt": "creator v2.1",
24-
"url": "content/evolution/creator-2.1/index.html"
21+
"media_src": "images/evolution/creator_4.0.png",
22+
"media_alt": "creator v4.0",
23+
"url": "content/evolution/creator-4.0/index.html"
24+
},
25+
{
26+
"year": "2022/2023",
27+
"info": [
28+
"v3.1",
29+
"Several minor user interface improvements",
30+
"Modular design based on Vue components",
31+
"Power consumption added"
32+
],
33+
"media_src": "images/evolution/creator_3.1.png",
34+
"media_alt": "creator v3.1",
35+
"url": "content/evolution/creator-3.1/index.html"
2536
},
2637
{
2738
"year": "2021/2022",
@@ -39,38 +50,27 @@
3950
"url": "content/evolution/creator-3.0/index.html"
4051
},
4152
{
42-
"year": "2022/2023",
43-
"info": [
44-
"v3.1",
45-
"Several minor user interface improvements",
46-
"Modular design based on Vue components",
47-
"Power consumption added"
48-
],
49-
"media_src": "images/evolution/creator_3.1.png",
50-
"media_alt": "creator v3.1",
51-
"url": "content/evolution/creator-3.1/index.html"
52-
},
53-
{
54-
"year": "2023/2024",
53+
"year": "2020/2021",
5554
"info": [
56-
"v4.0",
57-
"Several minor user interface improvements",
58-
"Exporting assembly programs using a URL",
59-
"Integration with real hardware based on RISC-V (ESP32)"
55+
"v2.1",
56+
"RISC-V supported",
57+
"Accessibility improved up to WCAG 2.0 (Level AAA)",
58+
"Command line version",
59+
"Accepts GET values",
60+
"Bootstrap-vue upgraded up to v2.15.0"
6061
],
61-
"media_src": "images/evolution/creator_4.0.png",
62-
"media_alt": "creator v4.0",
63-
"url": "content/evolution/creator-4.0/index.html"
62+
"media_src": "images/evolution/creator_2.1.png",
63+
"media_alt": "creator v2.1",
64+
"url": "content/evolution/creator-2.1/index.html"
6465
},
6566
{
66-
"year": "2024/2025",
67+
"year": "2019/2020",
6768
"info": [
68-
"v4.1",
69-
"CREATOR Remote Lab",
70-
"Dockers for CREATOR"
69+
"v1.3",
70+
"The initial release"
7171
],
72-
"media_src": "images/evolution/creator_4.1.png",
73-
"media_alt": "creator v4.1",
74-
"url": "content/evolution/creator-4.1/index.html"
72+
"media_src": "images/evolution/creator_1.3.png",
73+
"media_alt": "creator v1.3",
74+
"url": "content/evolution/creator-1.3/index.html"
7575
}
7676
]

0 commit comments

Comments
 (0)