Skip to content

Commit

Permalink
add temp input-validation-next info
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualYuki committed Nov 29, 2023
1 parent 1902482 commit 6ff953f
Show file tree
Hide file tree
Showing 13 changed files with 255 additions and 262 deletions.
18 changes: 9 additions & 9 deletions dist/favicons/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
146 changes: 73 additions & 73 deletions dist/favicons/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 19 additions & 19 deletions dist/favicons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
14 changes: 7 additions & 7 deletions dist/include-libs/filepond.min.css

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/include-libs/filepond.min.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions dist/include-libs/jquery.fancybox.min.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dist/include-scripts/fileupload.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
document.addEventListener("DOMContentLoaded", () => {
//var uppy = Uppy.Core()
// .use(Uppy.Dashboard, {
// inline: true,
// target: "#fileupload",
// locale: Uppy.locales.ru_RU
// })
// .use(Uppy.Tus, { endpoint: "https://tusd.tusdemo.net/files/" });

//uppy.on("complete", (result) => {
// console.log("Upload complete! We’ve uploaded these files:", result.successful);
//});
});
document.addEventListener("DOMContentLoaded", () => {
//var uppy = Uppy.Core()
// .use(Uppy.Dashboard, {
// inline: true,
// target: "#fileupload",
// locale: Uppy.locales.ru_RU
// })
// .use(Uppy.Tus, { endpoint: "https://tusd.tusdemo.net/files/" });

//uppy.on("complete", (result) => {
// console.log("Upload complete! We’ve uploaded these files:", result.successful);
//});
});
60 changes: 30 additions & 30 deletions dist/js/site-main.js

Large diffs are not rendered by default.

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 not shown.
Binary file added 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

0 comments on commit 6ff953f

Please sign in to comment.