diff --git a/src/views/about/about.css b/src/views/about/about.css new file mode 100644 index 0000000..e69de29 diff --git a/src/views/about/about.html b/src/views/about/about.html new file mode 100644 index 0000000..c2e1fa6 --- /dev/null +++ b/src/views/about/about.html @@ -0,0 +1,17 @@ +
+ +
+
+
+

About Cooperate Cleaner

+

Developed by Walzen665

+ + + + +
+
\ No newline at end of file diff --git a/src/views/about/about.js b/src/views/about/about.js new file mode 100644 index 0000000..e69de29 diff --git a/src/views/cleaner/cleaner.css b/src/views/cleaner/cleaner.css new file mode 100644 index 0000000..e69de29 diff --git a/src/views/cleaner/cleaner.html b/src/views/cleaner/cleaner.html new file mode 100644 index 0000000..5712203 --- /dev/null +++ b/src/views/cleaner/cleaner.html @@ -0,0 +1,28 @@ +
+ +
+
+
+

Cooperate Cleaner

+

Enter your text, clear, done

+ +

Input:

+ + +
+

Output:

+ +
+ + + +
+
\ No newline at end of file diff --git a/src/views/cleaner/cleaner.js b/src/views/cleaner/cleaner.js new file mode 100644 index 0000000..e4b5202 --- /dev/null +++ b/src/views/cleaner/cleaner.js @@ -0,0 +1,15 @@ +$(document).ready(function() { + console.log("Initialization of cleaner.js finished."); + init(); +}); + +function init() { + $("#cleaner-clean-btn").click(function() { + console.log("Clean button clicked"); + clean(); + }); +} + +function clean() { + console.log("Cleaning...") +} \ No newline at end of file diff --git a/src/views/home/home.html b/src/views/home/home.html index 578fefd..8847bab 100644 --- a/src/views/home/home.html +++ b/src/views/home/home.html @@ -1,7 +1,7 @@

Welcome to Cooperate Cleaner

-

Choose an app to get started

+

Your advanced text filtering engine