From 67dee46994cbbf9fc70e16adb8238eeaa706aea4 Mon Sep 17 00:00:00 2001
From: Prayag <55829513+prayag17@users.noreply.github.com>
Date: Thu, 24 Dec 2020 21:21:21 +0530
Subject: [PATCH 1/7] add HTML files
---
src/html/about.html | 68 +++++++++++++++++++++++++++++++
src/html/help.html | 36 +++++++++++++++++
src/html/style.css | 97 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 201 insertions(+)
create mode 100644 src/html/about.html
create mode 100644 src/html/help.html
create mode 100644 src/html/style.css
diff --git a/src/html/about.html b/src/html/about.html
new file mode 100644
index 0000000..9f689ea
--- /dev/null
+++ b/src/html/about.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
About Skin Manager
+
+
+ This plugin isused to create custom skins and also give you(the user) few great community Skins. You can add more skins by clicking on the "Request a Skin" button.
+
+
+
+
+
+ Contributors
+ The people who have helped in the development of this plugin are listed below
+
+
+
+
+
+
diff --git a/src/html/help.html b/src/html/help.html
new file mode 100644
index 0000000..449d3be
--- /dev/null
+++ b/src/html/help.html
@@ -0,0 +1,36 @@
+
+
+
+
+
Skin Manager-Help
+
+
+
+
+
+
+
+
+ How To request a new Skin
+
+
Steps
+
+
+ Open this link or click the "Request a Skin" option present in the header
+ Then Create a New Issue with title- "Skin Request:"
+ Done! Note:We will not add all the Skins.
+
+
+
+
+
+
+
+
diff --git a/src/html/style.css b/src/html/style.css
new file mode 100644
index 0000000..4ebe305
--- /dev/null
+++ b/src/html/style.css
@@ -0,0 +1,97 @@
+body{
+ margin: 0;
+ font-family: Arial;
+}
+.body {
+ margin: 2em;
+}
+.header {
+ height: 80px;
+ width: 100%;
+ background: #101010;
+ display: block;
+ top: 0;
+ position: sticky;
+}
+.innerHeader {
+ height: 100%;
+ margin: 0 1.5em;
+ display: block;
+}
+
+.nav a{
+ display: table;
+ height: 100%;
+ float: right;
+ padding: 0px 10px !important;
+}
+.nav a li {
+ vertical-align: middle;
+ display: table-cell;
+}
+fieldset {
+ border-radius: 15px;
+ background: #dadada;
+ border: none;
+ padding: 1em;
+ margin-top: 2em;
+}
+.link{
+ text-decoration: none;
+ color: white;
+}
+a.logo.link {
+ float: left;
+}
+.About {
+ margin: 2em;
+}
+.inner {
+ background: #c4c4c4;
+ padding: 1em;
+ border-radius: 15px;
+ color: #3a3a3a;
+}
+a {
+ text-decoration: none;
+ color: black;
+}
+.cont {
+ display: flex;
+}
+.contibutorsNames {
+ padding: 1em;
+ border-radius: 15px;
+ width: fit-content;
+ max-width: 10em;
+ min-width: 10em;
+ flex-wrap: wrap;
+ height: fit-content;
+ transition: box-shadow .2s;
+ max-height: 20em;
+ min-height: 15em;
+ background-size: cover !important;
+}
+.contibutorsNames:hover {
+ box-shadow: 0 0 17px -3px black;
+}
+.contributorsLink {
+ color: #3a3a3a !important;
+}
+.text li {
+ color: #9a9a9a;
+ transition: color .25s, border .25s;
+ border-bottom: 5px solid rgba(0,0,0,0);
+}
+.text li:hover {
+ color: white !important;
+ border-bottom-color: #00a4dc !important;
+}
+.selected {
+ color: white !important;
+ border-bottom-color: #aa5cc3 !important;
+}
+img.userImg {
+ width: 50%;
+ border-radius: 15px;
+}
From 0f6bfbfce8230ffab03575eaf7e60a5abb89464e Mon Sep 17 00:00:00 2001
From: Prayag <55829513+prayag17@users.noreply.github.com>
Date: Thu, 24 Dec 2020 21:24:30 +0530
Subject: [PATCH 2/7] Update help.html
---
src/html/help.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/html/help.html b/src/html/help.html
index 449d3be..5db157f 100644
--- a/src/html/help.html
+++ b/src/html/help.html
@@ -9,9 +9,9 @@
From 8e468d19be583a9331c2e0181d2d61ca7a7eb4cf Mon Sep 17 00:00:00 2001
From: Prayag <55829513+prayag17@users.noreply.github.com>
Date: Thu, 24 Dec 2020 21:25:20 +0530
Subject: [PATCH 3/7] Update help.html
---
src/html/help.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/html/help.html b/src/html/help.html
index 5db157f..dd16039 100644
--- a/src/html/help.html
+++ b/src/html/help.html
@@ -9,7 +9,7 @@