Skip to content

Files

Latest commit

 

History

History

Level0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Level 0: Website Mockup Design (PS 0.1)

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.

Objective

Design a mockup for a redesigned Enigma website using design tools like Canva, Figma, or any tool of your choice.

Problem Statement

  • Reimagine and create a mockup for the Enigma Club Website (Website Link).
  • Focus on improving the UI/UX and overall aesthetics of the site.

What to Submit

  1. Fork the Repo

    • Fork the repository to your own GitHub account.
  2. Clone the Repo

    • Clone the forked repository to your local environment.
    git clone https://github.com/<your_username>/Enigma-WebDev-Challenges
  3. Navigate to the Correct Directory

    • Move into the Level 0 directory to work on your task:
    cd Enigma-WebDev-Challenges/Level0/
  4. Create a Folder with Your Username

    • Inside the Level0 directory, create a new folder named after your GitHub username:
    mkdir <your_username>
  5. Design Your Mockup

    • Use your chosen design tool (Canva, Figma, etc.) to create the mockup.
    • Document your design choices.
  6. 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).
  7. 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>"
  8. 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.