PriyaGhosal / BuddyTrail

This repository is officially part of GirlScript Summer of Code 2024 Extended Edition !
https://buddytrail.netlify.app/
MIT License
132 stars 348 forks source link

Update about.html #1890

Closed akshitbansal2005 closed 1 month ago

akshitbansal2005 commented 1 month ago

This HTML code is for the "About Us" page of a travel platform called BuddyTrail.

  1. Head Section:

    • It starts with important info like the character set and viewport settings, which help the page look good on different devices.
    • There’s a title for the page and links to a CSS file for styling and Font Awesome for icons, giving it a nice look.
  2. Header:

    • The header has a navigation bar with links to other pages like Home, Team, and Contact. It includes a logo and highlights the "About Us" link to show visitors where they are on the site.
  3. Main Content:

    • In the main area, it welcomes users to BuddyTrail and explains what the platform offers, like helping with travel plans.
    • It lists core values like Integrity and Community, each with an icon to make it visually appealing. There's also a button inviting visitors to meet the team.
  4. Footer:

    • The footer provides contact information and links to social media profiles, encouraging users to connect.
    • It’s neatly organized, showing the email and phone number on one side and the social media icons on the other, with a copyright notice at the bottom.
  5. Accessibility and SEO:

    • The code includes features to make it more accessible, like text descriptions for images and screen reader-friendly labels for social media links.
    • It’s also set up to be search engine-friendly, which can help people find the site more easily.

Related Issue

[Cite any related issue(s) this pull request addresses. If none, simply state “None”]

Fixes: #(issue no.)

Description

[Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.]

Type of PR

Screenshots / videos (if applicable)

[Attach any relevant screenshots or videos demonstrating the changes. Make sure to attach before & after screenshots in your PR.]

Checklist:

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
buddy-trail ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 3, 2024 5:42pm
github-actions[bot] commented 1 month ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our contributing.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

netlify[bot] commented 1 month ago

Deploy Preview for buddytrail ready!

Name Link
Latest commit dfc5c673fb10177b9377aecd818bb29a2b924bb9
Latest deploy log https://app.netlify.com/sites/buddytrail/deploys/6727b60a4f15ed00088c51f9
Deploy Preview https://deploy-preview-1890--buddytrail.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

PriyaGhosal commented 1 month ago

Please see the conflicts . Resolve the conflicts . Ensure you pull all the latest changes before pushing your feature/bug fixes to the main branch. After resolving the conflicts, please open a new PR for review. Thank you!