Skip to content

Commit

Permalink
fix: about page (#568)
Browse files Browse the repository at this point in the history
* fix: about page

* fix: add spacing
  • Loading branch information
redxzeta authored Jul 21, 2023
1 parent d9fbf00 commit d22d5e0
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 40 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/greetings.yml

This file was deleted.

10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
-->

<!-- HTML Meta Tags -->
<title>Pawternity Hub</title>
<title>PawternityHub - Adopt Your Perfect Furry Companion</title>
<meta
name="description"
content="Pet Adoption Site to find the nearest buddy near you"
content="Welcome to PawternityHub - Find Your Perfect Furry Companion"
/>

<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Pawternity Hub" />
<meta
itemprop="description"
content="Pet Adoption Site to find the nearest buddy near you"
content="Welcome to PawternityHub - Find Your Perfect Furry Companion"
/>
<meta itemprop="image" content="%PUBLIC_URL%/pawternityhub.png" />

Expand All @@ -43,7 +43,7 @@
<meta property="og:title" content="Pawternity Hub" />
<meta
property="og:description"
content="Pet Adoption Site to find the nearest buddy near you"
content="Welcome to PawternityHub - Find Your Perfect Furry Companion"
/>
<meta property="og:image" content="%PUBLIC_URL%/pawternityhub.png" />

Expand All @@ -52,7 +52,7 @@
<meta name="twitter:title" content="Pawternity Hub" />
<meta
name="twitter:description"
content="Pet Adoption Site to find the nearest buddy near you"
content="Welcome to PawternityHub - Find Your Perfect Furry Companion"
/>
<meta name="twitter:image" content="%PUBLIC_URL%/pawternityhub.png" />

Expand Down
44 changes: 33 additions & 11 deletions src/components/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,45 @@ export default function About() {
<h1 className="font-amatic text-5xl font-bold ">
About PawternityHub
</h1>
<p>
It all began with an inspiring hackathon, Owl Hacks, where my group united with a shared goal – finding ways to support our community during the challenging times of Covid-19. Despite the event being held remotely, we saw this as a perfect opportunity to collaborate with developers from all around.
<p className="my-4">
It all began with an inspiring hackathon, Owl Hacks, where my group
united with a shared goal - finding ways to support our community
during the challenging times of Covid-19. Despite the event being
held remotely, we saw this as a perfect opportunity to collaborate
with developers from all around.
</p>
<p>
Together, we conceptualized a brilliant idea – a Pet Adoption website. Our aim was to connect people with adorable, local pets available for adoption in their area. To bring this concept to life, we leveraged the power of React and enhanced the user experience with stylish elements using Bootstrap. To fetch the pet data, we integrated the PetFinder API.
<p className="my-4">
Together, we conceptualized a brilliant idea - a Pet Adoption
website. Our aim was to connect people with adorable, local pets
available for adoption in their area. To bring this concept to life,
we leveraged the power of React and enhanced the user experience
with stylish elements using Bootstrap. To fetch the pet data, we
integrated the PetFinder API.
</p>
<p>
While working on the project, we encountered a few challenges, particularly in guiding some members who were new to React. As a team, we embraced this learning experience, supporting one another and growing together.
<p className="my-4">
While working on the project, we encountered a few challenges,
particularly in guiding some members who were new to React. As a
team, we embraced this learning experience, supporting one another
and growing together.
</p>
<p>
Now, more than ever, we believe in the significance of companionship during these difficult times. Our website strives to make the process of adopting a pet much simpler, enabling people to find their perfect furry companion and provide them with love and care. By offering detailed information about each pet, we hope to assist potential adopters in making informed decisions.
<p className="my-4">
Now, more than ever, we believe in the significance of companionship
during these difficult times. Our website strives to make the
process of adopting a pet much simpler, enabling people to find
their perfect furry companion and provide them with love and care.
By offering detailed information about each pet, we hope to assist
potential adopters in making informed decisions.
</p>
<p>
Our shared vision is to foster a sense of hope and positivity in the midst of the pandemic. We sincerely hope that this platform will not only connect people with their new animal companions but also inspire more kindness and empathy within our community. Together, let's make a difference and find solace in the companionship of our beloved pets during Covid-19.
<p className="my-4">
Our shared vision is to foster a sense of hope and positivity in the
midst of the pandemic. We sincerely hope that this platform will not
only connect people with their new animal companions but also
inspire more kindness and empathy within our community. Together,
let&apos;s make a difference and find solace in the companionship of
our beloved pets during Covid-19.
</p>
</section>
<h1>Links</h1>
<h1 className="font-amatic text-5xl font-bold">Links</h1>
<div className="flex justify-center items-center">
<a
target="blank"
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"baseUrl": "src",
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"suppressImplicitAnyIndexErrors": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"resolveJsonModule": true
Expand Down

0 comments on commit d22d5e0

Please # to comment.