Thanks to visit codestin.com
Credit goes to github.com

Skip to content

talhacodesdev/OREBI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧭 Project Workflow

Page Assigned To
🛍️ Shop, 🔐 Login, 📝 Sign Up, 📦 Product Joel
ℹ️ About Sajid
📞 Contacts, 💳 Checkout, ⚠️ 404 Page, 📦 Product Hridoy
🏠 Home Antor
👤 Account, 🛒 Cart Shihabul

⚙️ How to Start Coding

  1. Choose your assigned folder (see the table above).

  2. Do not modify the template.html or template.css files.

  3. Inside your folder, locate the index.html section:

    <!-- Content -->
    <!-- Replace with your content -->
    <div class="container d-flex justify-content-center align-items-center" style="height: 50vh;">
        <h1 class="heading-2">(WRITE YOUR CONTENT HERE)</h1>
    </div>
    <!-- Content -->
  4. Replace the placeholder with your actual page content.

  5. If you need images, create an images folder inside your own folder (not in the root directory).

  6. Commit only to your own folder — don’t modify other sections.


🧩 Git Commands Step-by-Step

🪄 Step-by-Step Instructions

  1. Create a new branch for your assigned page:
    git checkout -b page-name
  2. Start coding your assigned section or page.
  3. After completing your section, commit your changes:
    git add .
    git commit -m "Added [Your Page Name] section"
  4. Push your branch to GitHub:
    • First time push:
      git push -u origin branch-name
    • Next time push:
      git push
  5. Go to GitHub and create a Pull Request (PR)
    • → Base branch: development
    • → Compare branch: your branch-name

💡 Notes

  • Create a separate branch for each page
  • Don't modify other people's folders or files
  • Work on each page/section separately
  • Don't start new work until the PR merge is complete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5