Skip to content

Commit

Permalink
Update About.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hellopae authored Mar 5, 2024
1 parent 51ec37a commit 80a98b0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,29 @@ export default function About() {
</div>
</div>


<div className="bg-black text-white text-center pt-20">
<div className="max-w-screen-xl mx-auto">

<h3 className="font-bold text-4xl">
ข้อมูลอ้างอิง
</h3>

<div className="flex flex-wrap gap-8 justify-center w-3/4 gap-10 mx-auto py-12">
<ProfileImages imageUrl="https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png" name="profile_name" />
<link download=""/>

</div>


</div>



</div>
</div>


<div className="bg-black text-white text-center pt-20">
<div className="max-w-screen-xl mx-auto">
<h4 className="font-bold text-lg">
Expand Down

0 comments on commit 80a98b0

Please sign in to comment.