You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* create a variable to store categories
* create a variable to store tools
* register variables globaly in footer
* create a template class to generate navbar items dynamiclly
* initiate navbar template in the general js file
* update README and CONTRIBUTING files
* provide a template example for tool's html file with all the necessary scripts and elements
* rename example file to boilerplate
* Update README and CONTRIBUTING files
* Revert "Color Converter Added (#119)"
This reverts commit fe26108.
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@
18
18
- Please make sure your folder is in any one of the Folder `conversionTools`,`mathmeticlaTools`,`financeTools` or `dailyUseTools`. For example if you want to work on length conversion tool then place your folder in the `conversionTools` folder. The list for tools with their respective folder is mentioned above
19
19
- The name of your folder should be the name o the tool you are working on for example: if you want to work on length conversion tool, Then name your folder would be `length`.
20
20
- Under your folder name your files as follows. For length conversion tool the files would be `length.html`, `length.css`,`length.js`
21
+
- Copy the content of `boilerplate.template` to your tool's html file and follow the comments marked with **$**.
21
22
- At the end link your files properly
22
23
- Add your name to the footer of your tool's html you are working on. For example if you are working on length conversion tool then
23
24
add your name in the footer of `lenght.html`.
24
-
-`Add navbar` in your tool's HTML file you can `copy the navbar from index.html`
25
25
-`Add screenShot` of your Tool in PR Message and in your Tool's Folder.
26
26
- At the end add your tool to the `assets/config/tools.js` under the related category
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,8 @@ If you want to add Color Gradients to your code [click here](https://backgroundg
134
134
- Please make sure your folder is in any one of the Folder `conversionTools`,`mathmeticlaTools`,`financeTools` or `dailyUseTools`. For example if you want to work on length conversion tool then place your folder in the `conversionTools` folder. The list for tools with their respective folder is mentioned above
135
135
- The name of your folder should be the name o the tool you are working on for example: if you want to work on length conversion tool, Then name your folder would be `length`.
136
136
- Under your folder name your files as follows. For length conversion tool the files would be `length.html`, `length.css`,`length.js`
137
-
- At the end add your tool to the `assets/config/tools.js` under the related category
137
+
- Copy the content of `boilerplate.template` to your tool's html file and follow the comments marked with **$**.
138
+
- At the end add your tool to the `assers/config/tools.js` under the related category
138
139
- Add your name to the footer of your tool's html you are working on. For example if you are working on length conversion tool then
0 commit comments