Skip to content

Commit

Permalink
Merge pull request #30 from frank-mendez/bugfix/29
Browse files Browse the repository at this point in the history
fix: open source
  • Loading branch information
frank-mendez authored Oct 18, 2024
2 parents 1f9cdba + 61ca4fd commit 36eb74c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const Home = () => {
</p>
<h1 className="mb-10 text-xl font-bold">Personal Projects 🦹‍♂️</h1>
<div className="flex flex-col md:flex-row gap-4 m-auto">
<div className="card bg-base-100 w-48 md:w-80">
<div className="card bg-base-100 w-80 md:w-80">
<figure>
<img src="/images/medical.jpg" alt="medical!" />
</figure>
Expand All @@ -140,7 +140,7 @@ const Home = () => {
</div>
</div>
</div>
<div className="card bg-base-100 w-48 md:w-80">
<div className="card bg-base-100 w-80 md:w-80">
<figure>
<img src="/images/music.png" alt="music" />
</figure>
Expand All @@ -153,7 +153,7 @@ const Home = () => {
</div>
</div>
</div>
<div className="card bg-base-100 w-48 md:w-80">
<div className="card bg-base-100 w-80 md:w-80">
<figure>
<img src="/images/car.png" alt="acr" />
</figure>
Expand All @@ -168,8 +168,8 @@ const Home = () => {
</div>
</div>
<h1 className="mx-10 text-xl font-bold">Open Source Projects 🪄</h1>
<div className="flex flex-col md:flex-row gap-4">
<div className="card bg-base-100 w-48 md:w-60">
<div className="flex flex-col md:flex-row gap-4 m-auto">
<div className="card bg-base-100 w-80 md:w-60">
<figure>
<img src="/images/formbricks.png" alt="formbrick" />
</figure>
Expand All @@ -182,7 +182,7 @@ const Home = () => {
</div>
</div>
</div>
<div className="card bg-base-100 w-48 md:w-60">
<div className="card bg-base-100 w-80 md:w-60">
<figure>
<img src="/images/elastic.png" alt="medical!" />
</figure>
Expand All @@ -195,7 +195,7 @@ const Home = () => {
</div>
</div>
</div>
<div className="card bg-base-100 w-48 md:w-60">
<div className="card bg-base-100 w-80 md:w-60">
<figure>
<img src="/images/refine.png" alt="refine" />
</figure>
Expand All @@ -208,7 +208,7 @@ const Home = () => {
</div>
</div>
</div>
<div className="card bg-base-100 w-48 md:w-60">
<div className="card bg-base-100 w-80 md:w-60">
<figure>
<img src="/images/tailwindblog.png" alt="tailwind" />
</figure>
Expand Down

0 comments on commit 36eb74c

Please sign in to comment.