- A Mortal Kombat Character Wiki made with a glassmorphism user interface, with HTML5, CSS3 and JS.
- You can See it live here.
- Rayden
- Shao Khan
- Shang Tsung
- Scorpion
- Sub Zero
- Kung Lao
- Liu kang
- Jax Briggs
- Johnny cage
- Sonya blade
- Kitana
- Mileena
- Rain
- Reptile
- Ermac
- Noob Saibot
- Cyrax
- Sektor
- Smoke
- Kotal Kahn
- Baraka
- Sindel
- Nightwolf
- Goro
- Jade
- Kabal
- Kano
- Cassie Cage
- Jacqui briggs
- Kenshi
- Takeda
If you have played any season of Mortal Kombat and want to suggest another character to this wiki, suggest them here.
Home page | Character page |
---|---|
- Of course you can. I am searching for new collaboraters to cover all the characters in this wiki. to contribute, just open a PR after making your changes. Thank you! Happy Coding!
- Fork this repo
- Add the
<character-name>.html
file to thecharacters
directory - Copy the skeleton code from
./characters/skeleton/skeleton.html
- Edit with the specified character informations
- Add the character to the
index.html
using the skeleton code below
<div class="container__card">
<div class="container__card--content">
<h2>Insert the number here</h2>
<h3>Insert name here</h3>
<p>Insert some sentences from the character wiki page here</p>
<a href="./characters/<character-name>.html">Read More</a>
</div>
</div>
- Change the character list and mark it as done in the
README.md
- Open a PR
- Yay! You contributed to this project
- Blur not working in Firefox browser.
- Open
about:config
in your firefox browser. - Search for
layout.css.backdrop-filter.enabled
and set it totrue
.
⚖️ MIT License
- To support this amazing project, leave a star please. Give feedbacks in the discussions. Thank you!
"Please leave a star! ".repeat(2)
"Happy Coding! ".repeat(1)