This is a repository of Creative UI Designs for Certificate Generator application. There are four pages in total and all of them are self contained - which means, all the HTML, CSS and JavaScripts are inside the same file or at least, the same directory.
This Repository is also participating in Hacktoberfest 2021.
The User Interfaces feature with these qualities:
- Completely Responsive
- Code Properly Indented with ESLint & Prettier
- Looks Really Good and User Friendly (smooth functioning)
The simple contribution instructions are:
- Star ⭐ & Fork 🍴 this Repository. Subscribe to my YouTube Channel.
- Create a directory under your GitHub Username.
- Inside the directory, please have the list of static files.
- Create a Pull Request with the PR Template given.
- All the best for your Hacktoberfest Journey!
Your submission should include:
- One Supporting JavaScript File
- One Supporting CSS File
- HTML File for Landing Page:
index.html
- HTML File for Claim Page Success:
claim-s.html
- HTML File for Claim Page Failure:
claim-f.html
- HTML File for Verify Page Success:
verify-s.html
- HTML File for Verify Page Failure:
verify-f.html
In case if you are planning for multiple submissions, please create a subfolder inside your Username directory. These both cases might give you an idea:
Only One Submission
praveenscience/
├── index.html
├── claim-s.html
├── claim-f.html
├── verify-s.html
├── verify-f.html
├── script.js
└── styles.css
Multiple Submissions
praveenscience/
├── first/
│ ├── index.html
│ ├── claim-s.html
│ ├── claim-f.html
│ ├── verify-s.html
│ ├── verify-f.html
│ ├── script.js
│ └── styles.css
└── second/
├── index.html
├── claim-s.html
├── claim-f.html
├── verify-s.html
├── verify-f.html
├── script.js
└── styles.css
If you're not there, I am not there. Thank you for making this repository great! ❤️