Skip to content

Commit

Permalink
Merge pull request #287 from AftabMankapure/About
Browse files Browse the repository at this point in the history
BUG Improper style for about us section #285
  • Loading branch information
apu52 authored Feb 18, 2024
2 parents 955fee6 + 98d0364 commit 6c5fc4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,29 +171,29 @@ <h1 class="headingofAbout section__title data-aos=" fade-in"><b>About Us</b></h1
<!-- Article with about us content -->
<article class="w-full text-left format sm:format-base lg:format-lg format-blue dark:format-invert">
<!-- Adding the content -->
<p class="aboutcontent" data-aos="fade-in">
Welcome to TourGuide, where we firmly believe that the true purpose of life is found in venturing
<p class="aboutcontent" data-aos="fade-in" style="text-align: justify;">
<span style="margin-left: 80px;"></span>Welcome to TourGuide, where we firmly believe that the true purpose of life is found in venturing
into the unknown, embracing the unfamiliar, and living the extraordinary! Our mission is to empower
you, the traveler, to uncover this purpose and maximize your travel experiences by offering
unparalleled assistance.
</p>

<p class="aboutcontent" data-aos="fade-in">
At TourGuide, our local guides serve as your passport to effortlessly navigate through local
<p class="aboutcontent" data-aos="fade-in" style="text-align: justify;">
<span style="margin-left: 80px;"></span> At TourGuide, our local guides serve as your passport to effortlessly navigate through local
languages, customs, and traditions that often make traveling to a foreign place overwhelming. We
provide curated travel itineraries, once-in-a-lifetime experiences, valuable travel advice, and the
freedom to customize itineraries to ensure everything aligns with your wishlist.
</p>

<p class="aboutcontent" data-aos="fade-in">
Since our inception in 2024, TourGuide has cultivated a dynamic travel community, with 30,000+
<p class="aboutcontent" data-aos="fade-in" style="text-align: justify;">
<span style="margin-left: 80px;"></span>Since our inception in 2024, TourGuide has cultivated a dynamic travel community, with 30,000+
guides hailing from over 200+ countries globally. We continue to grow each day, expanding the
horizons of possibilities for discovering the world. With TourGuide by your side, there's no limit
to the different ways you can embark on an unforgettable journey!
</p>

<p class="aboutcontent" data-aos="fade-in">
<strong> We welcome you to the TourGuide family - where every journey becomes a story worth
<p class="aboutcontent" data-aos="fade-in" style="text-align: justify;">
<strong><span style="margin-left: 80px;"></span> We welcome you to the TourGuide family - where every journey becomes a story worth
sharing!</strong>
</p>
</article>
Expand Down
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1795,9 +1795,11 @@ body {
}
/* Styling for elements with .aboutcontent class */
.aboutcontent {

text-align: center;
color: var(--text-dark); /* Use the text-dark custom property for color */
margin-bottom: 20px;

}
/* Styling for SVG elements inside .iconss class */
.iconss svg {
Expand Down

0 comments on commit 6c5fc4a

Please sign in to comment.