Skip to content

Commit

Permalink
Update home
Browse files Browse the repository at this point in the history
  • Loading branch information
grvcoelho committed Sep 15, 2023
1 parent 5d38413 commit 028fc11
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,25 +73,15 @@ export default function Index() {
</p>

<div className="flex h-7 justify-center">
<iframe
src="https://ghbtns.com/github-btn.html?user=grvcoelho&type=follow&count=true&size=large"
width="230"
height="30"
title="GitHub"
></iframe>
<iframe
src="https://ghbtns.com/github-btn.html?user=grvcoelho&repo=arturia&type=star&count=true&size=large"
width="170"
width="130"
height="30"
title="GitHub"
></iframe>
</div>
</div>

<div className="-mb-14 origin-top scale-[0.7] sm:mb-14 sm:scale-100 md:mb-24 md:scale-110 lg:mb-36 lg:scale-125">
<Arturia />{" "}
</div>

<div className="mb-6 w-full max-w-[500px] px-4 text-left">
<h1 className="mb-2 text-xl font-bold">Learn</h1>

Expand All @@ -114,6 +104,10 @@ export default function Index() {
</div>
</div>

<div className="-mb-14 origin-top scale-[0.7] sm:mb-14 sm:scale-100 md:mb-24 md:scale-110 lg:mb-36 lg:scale-125">
<Arturia />{" "}
</div>

<div className="mb-14 max-w-[500px] px-4 text-left">
<h1 className="mb-2 text-xl font-bold">Tips</h1>

Expand Down

0 comments on commit 028fc11

Please sign in to comment.