Skip to content

Commit

Permalink
Ze peoples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cu64 committed Jul 24, 2020
1 parent 54b7b9b commit 4605910
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
Binary file added public/imgs/aragami1408.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/imgs/msizanoen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/imgs/quang-vip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 36 additions & 3 deletions src/pages/people/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const index = ({ data }) => {
<div className="shadow-2xl rounded-lg">
<div className="text-center p-4">
<img className="mx-auto w-24 rounded-full border-black border-solid border-2" src="/imgs/wello6143.jpg"/>
<p className="text-xl pt-2 mb-0">Dang Trung Nhan</p>
<p className="text-xl pt-2 mb-0">Wello6143</p>
<p className="text-xs">Founder</p>
<p className="mb-0">Projects</p>
<ul className="list-none">
Expand All @@ -21,7 +21,7 @@ const index = ({ data }) => {
<div className="shadow-2xl rounded-lg">
<div className="text-center p-4">
<img className="mx-auto w-24 rounded-full border-black border-solid border-2" src="/imgs/dong.png"/>
<p className="text-xl pt-2 mb-0">Duong Tieu Dong</p>
<p className="text-xl pt-2 mb-0">Umbra105</p>
<p className="text-xs">Co-Founder</p>
<p className="mb-0">Projects</p>
<ul className="list-none">
Expand All @@ -32,14 +32,47 @@ const index = ({ data }) => {
<div className="shadow-2xl rounded-lg">
<div className="text-center p-4">
<img className="mx-auto w-24 rounded-full border-black border-solid border-2" src="/imgs/hmtheboy154.png"/>
<p className="text-xl pt-2 mb-0">Bui Huy Minh</p>
<p className="text-xl pt-2 mb-0">HMTheBoy154</p>
<p className="text-xs">Co-Founder</p>
<p className="mb-0">Projects</p>
<ul className="list-none">
<li className="text-sm">Darkmatter</li>
</ul>
</div>
</div>
<div className="shadow-2xl rounded-lg">
<div className="text-center p-4">
<img className="mx-auto w-24 rounded-full border-black border-solid border-2" src="/imgs/aragami1408.png"/>
<p className="text-xl pt-2 mb-0">Aragami1408</p>
<p className="text-xs">Core Member</p>
<p className="mb-0">Projects</p>
<ul className="list-none">
<li className="text-sm"></li>
</ul>
</div>
</div>
<div className="shadow-2xl rounded-lg">
<div className="text-center p-4">
<img className="mx-auto w-24 rounded-full border-black border-solid border-2" src="/imgs/msizanoen.png"/>
<p className="text-xl pt-2 mb-0">msizanoen</p>
<p className="text-xs">Core Member</p>
<p className="mb-0">Projects</p>
<ul className="list-none">
<li className="text-sm"></li>
</ul>
</div>
</div>
<div className="shadow-2xl rounded-lg">
<div className="text-center p-4">
<img className="mx-auto w-24 rounded-full border-black border-solid border-2" src="/imgs/quang-vip.png"/>
<p className="text-xl pt-2 mb-0">Quang-vip</p>
<p className="text-xs">Core Member</p>
<p className="mb-0">Projects</p>
<ul className="list-none">
<li className="text-sm"></li>
</ul>
</div>
</div>
</div>
</div>
</Layout>
Expand Down

0 comments on commit 4605910

Please sign in to comment.