Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualYuki committed Jan 10, 2024
1 parent 6ff953f commit 70b6042
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 4 deletions.
Binary file modified dist/min-img/portfolio/input-validation-next/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/pages/index.html

Large diffs are not rendered by default.

Binary file modified dist/webp-img/portfolio/input-validation-next/1.webp
Binary file not shown.
Binary file not shown.
Binary file modified src/img/portfolio/input-validation-next/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/pug/pages/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ block page-content
ul.portfolio__site-items
li.portfolio__site-item.item#vue-social-network
.item__title-wrap
a.item__title(href="https://visualyuki.github.io/custom-vue3-datepicker/dist/" target="_blank") Плагин для валидации полей формы.
a.item__title(href="https://visualyuki.github.io/custom-vue3-datepicker/dist/" target="_blank") NPM плагин для валидации полей формы.
.item__desc
ul
li В планах: создать библиотеку через vite и выложить ее в npm, создать документацию на vuepress,
Expand All @@ -388,14 +388,19 @@ block page-content
li
| За основу взят jquery-validation
<a class="default-link" href="https://jqueryvalidation.org/documentation/" target="_blank"> ссылка на документацию </a>

ul.item__subitems
li.item__subitem
a.item__subitem-title.default-link() Форма
a.item__subitem-title.default-link() Демо форма.
a(href="../min-img/portfolio/input-validation-next/1.png" data-fancybox="input-validation-1")
picture.item__subitem-picture
source(srcset="../gifs/preloader.gif" data-srcset="../webp-img/portfolio/input-validation-next/1.webp" type="image/webp" class="lazyload")
img( srcset="../gifs/preloader.gif" data-src="../min-img/portfolio/input-validation-next/1.png", alt="" class="lazyload")
li.item__subitem
a.item__subitem-title.default-link() Документация: главная страница.
a(href="../min-img/portfolio/input-validation-next/docs-index.png" data-fancybox="input-validation-docs-index")
picture.item__subitem-picture
source(srcset="../gifs/preloader.gif" data-srcset="../webp-img/portfolio/input-validation-next/docs-index.webp" type="image/webp" class="lazyload")
img( srcset="../gifs/preloader.gif" data-src="../min-img/portfolio/input-validation-next/docs-index.png", alt="" class="lazyload")
li.portfolio__site-item.item#vue-social-network
.item__title-wrap
a.item__title(href="https://visualyuki.github.io/custom-vue3-datepicker/dist/" target="_blank") Браузереное расширение - блокировщик рекламы во вконтакте.
Expand Down

0 comments on commit 70b6042

Please sign in to comment.