aaronmaynard / Skyrim-Perk-Utility

Add / Reset your Skyrim perks using generated scripts with an easy to use graphical interface! :memo: :video_game:
https://aaronmaynard.github.io/Skyrim-Perk-Utility/
GNU General Public License v3.0
28 stars 19 forks source link

Add classes to index #12

Closed aaronmaynard closed 6 years ago

aaronmaynard commented 6 years ago

first-timers-only

This issue is tagged :octocat: first-timers-only. It is only for people who have never contributed to open source before and are looking for an easy way take their first steps.

Consider this as your chance to dip your toe into the world of open-source and get some bragging rights for writing code that makes drones fly, cars find charging stations, helps people and goods move from place to place and more...

Thank you for your help ❤️

Issue:

Your task is to add classes to the index.html document of the repository. These classes will be used for further implementation to enhance the user experience on the project which you can visit here. You will be adding four classes to the document. The four classes will consist of three types; cDefault, cCrosshair and cDownload.

cDefault will need to be added to the <div id="cursorMod"> element, cCrosshair added to the canvas, and cDownload added to the two download spans. When adding a class to an element, use the following syntax:

<element class="className" id="idName">
    <foo>
        <p>Hello, World!</p>
    </foo>
</element>

Contributing:

Asking for help

We appreciate your effort in taking the time to work on this issue and help out the open source community. If you need any help, feel free to ask below. We are always happy to help 😄

3sanket3 commented 6 years ago

Hi, I will do this as my first PR.

Thanks for giving chance.

3sanket3 commented 6 years ago

Oops, @aviral19 already did it :+1: