Main Website: Enigma Club Website
GitHub Code Link for the Website: Enigma Landerf Repository
Note: All contributions should go to the current repository for the challenges.
Design a mockup for a redesigned Enigma website using design tools like Canva, Figma, or any tool of your choice.
- Reimagine and create a mockup for the Enigma Club Website (Website Link).
- Focus on improving the UI/UX and overall aesthetics of the site.
-
Fork the Repo
- Fork the repository to your own GitHub account.
-
Clone the Repo
- Clone the forked repository to your local environment.
git clone https://github.com/<your_username>/Enigma-WebDev-Challenges
-
Navigate to the Correct Directory
- Move into the Level 0 directory to work on your task:
cd Enigma-WebDev-Challenges/Level0/
-
Create a Folder with Your Username
- Inside the
Level0
directory, create a new folder named after your GitHub username:
mkdir <your_username>
- Inside the
-
Design Your Mockup
- Use your chosen design tool (Canva, Figma, etc.) to create the mockup.
- Document your design choices.
-
Add Your Submission
- Inside your username's folder, include all images and files related to your mockup (e.g., screenshots or export files from Canva/Figma).
-
Add and Commit Your Changes
- After adding your files, stage the changes:
git add .
- Commit your changes with a meaningful message:
git commit -m "Added Level 0 mockup design by <your_username>"
-
Push Your Changes and Open a Pull Request
- Push your changes to your forked repository:
git push origin master
- Open a Pull Request (PR) to submit your work for review.