Skip to content

Commit

Permalink
Improvements to about
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Nov 20, 2024
1 parent 9b109b2 commit ba0dbec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/nextjs/app/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@ export const About = () => {
</div>
</div>

<div className="card lg:h-[270px] max-w-[400px] flex flex-col justify-between bg-base-100 shadow-xl">
<div className="card-body items-center text-center flex-grow overflow-hidden">
<span className="text-6xl">💬</span>
<h2 className="card-title text-2xl font-mono">Chat with friends! </h2>
<p>Enjoy our encrypted private and group messaging.</p>
</div>
</div>

<div className="card lg:h-[270px] max-w-[400px] flex flex-col justify-between bg-base-100 shadow-xl">
<div className="card-body items-center text-center flex-grow overflow-hidden">
<span className="text-6xl">🕵️‍♂️</span>
Expand All @@ -176,14 +184,6 @@ export const About = () => {
</div>
</div>

<div className="card lg:h-[270px] max-w-[400px] flex flex-col justify-between bg-base-100 shadow-xl">
<div className="card-body items-center text-center flex-grow overflow-hidden">
<span className="text-6xl">💬</span>
<h2 className="card-title text-2xl font-mono">Chat with friends! </h2>
<p>Enjoy our encrypted private and group messaging.</p>
</div>
</div>

<div className="card lg:h-[270px] max-w-[400px] flex flex-col justify-between bg-base-100 shadow-xl">
<div className="card-body items-center text-center flex-grow overflow-hidden">
<span className="text-6xl">👨‍🦽</span>
Expand Down Expand Up @@ -228,7 +228,7 @@ export const About = () => {
</figure>
<div className="flex pb-5 flex-col items-center justify-center">
<h2 className="text-3xl">You?</h2>
<span className="italic">Fullstack web3 developer</span>
<span className="italic">Buidler</span>
<a
className="flex justify-center items-center gap-1"
href="https://linktr.ee/lulox"
Expand Down

0 comments on commit ba0dbec

Please sign in to comment.