Skip to content

Commit 3e6a95c

Browse files
committed
Evolution updated
1 parent 7128fb0 commit 3e6a95c

15,742 files changed

Lines changed: 846765 additions & 92288 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

components/creator_uielto_help_menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var uielto_help_card = {
3131
' :img-src="option.img"' +
3232
' :img-alt="option.img_alt"' +
3333
' img-top' +
34-
' style="max-width: 20rem;"' +
34+
' style="width: 25rem;"' +
3535
' class="mb-2"' +
3636
' >' +
3737
' <b-card-text>' +

components/creator_uielto_publication.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var uielto_publication = {
3737
' :img-src="publication.media_src"' +
3838
' :img-alt="publication.media_alt" img-height="35%"' +
3939
' img-top' +
40-
' style="max-width: 20rem;"' +
40+
' style="width: 25rem;"' +
4141
' class="mb-2"' +
4242
' >' +
4343
' <b-card-text>' +

components/creator_uielto_timeline.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var uielto_timeline = {
2929
mounted() {
3030
var swiper = new Swiper('.swiper-container', {
3131
//pagination: '.swiper-pagination',
32-
slidesPerView: 4,
32+
slidesPerView: 5,
3333
paginationClickable: true,
3434
grabCursor: true,
3535
paginationClickable: true,
@@ -44,7 +44,7 @@ var uielto_timeline = {
4444
//' <b-button variant="info" size="sm" class="next-slide">Next</b-button>' +
4545
//' </p>' +
4646
' <div class="swiper-wrapper timeline">' +
47-
' <div class="swiper-slide" v-for="item in steps" style="width: 25%;">' +
47+
' <div class="swiper-slide" v-for="item in steps" style="width: 20%;">' +
4848
' <div class="timestamp">' +
4949
' <span class="date">{{item.year}}<span>' +
5050
' </div>' +

content/evolution/creator_19_20/architecture/MIPS-32-like.json renamed to content/evolution/creator-1.3/architecture/MIPS-32-like.json

File renamed without changes.

content/evolution/creator_19_20/architecture/available_arch.json renamed to content/evolution/creator-1.3/architecture/available_arch.json

File renamed without changes.
File renamed without changes.

content/evolution/creator_19_20/examples/available_example.json renamed to content/evolution/creator-1.3/examples/available_example.json

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)