diff --git a/src/desktop/commander_form.html b/src/desktop/commander_form.html index 4211d77..9c75a38 100644 --- a/src/desktop/commander_form.html +++ b/src/desktop/commander_form.html @@ -22,16 +22,16 @@
-

Nickname

- +

Nickname

+
-

E-mail

- +

E-mail

+
-

From

- +

From

+

@@ -62,33 +62,33 @@ <%- include('../comp/walletModal.html') %> <%- include('../comp/jslib.html') %> - + diff --git a/src/desktop/img/applyother/s01.png b/src/desktop/img/applyother/s01.png new file mode 100755 index 0000000..366641e Binary files /dev/null and b/src/desktop/img/applyother/s01.png differ diff --git a/src/desktop/img/applyother/s02.png b/src/desktop/img/applyother/s02.png new file mode 100755 index 0000000..ff93dc1 Binary files /dev/null and b/src/desktop/img/applyother/s02.png differ diff --git a/src/desktop/img/applyother/s03.png b/src/desktop/img/applyother/s03.png new file mode 100755 index 0000000..f677f3f Binary files /dev/null and b/src/desktop/img/applyother/s03.png differ diff --git a/src/desktop/img/applyother/s04.png b/src/desktop/img/applyother/s04.png new file mode 100755 index 0000000..7299935 Binary files /dev/null and b/src/desktop/img/applyother/s04.png differ diff --git a/src/desktop/recruit.html b/src/desktop/recruit.html index 43d467f..380375d 100644 --- a/src/desktop/recruit.html +++ b/src/desktop/recruit.html @@ -36,9 +36,6 @@

-
- -
@@ -46,19 +43,16 @@ @@ -92,9 +86,10 @@ }); var galleryThumbs = new Swiper('.gallery-thumbs', { spaceBetween: 20, - centeredSlides: true, - slidesPerView: 'auto', touchRatio: 0.2, + initialSlide: 1, + slidesPerView: 'auto', + centeredSlides: true, slideToClickedSlide: true }); galleryTop.params.control = galleryThumbs;