Skip to content

Commit

Permalink
Add The Personal Mail
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmetBozkir authored Apr 2, 2024
1 parent d0fc279 commit a27d344
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/contact/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ const ContactPage = () => {
type="text"
className="bg-transparent border-b-2 border-b-black outline-none"
/>
<span>Mehmet's e-mail address</span>
<input
type="text"
placeholder="mehmetsalihbozkir@gmail.com"
className="bg-transparent border-b-2 border-b-black outline-none"
disabled
/>
<span>Regards</span>
<button className="bg-purple-200 rounded font-semibold text-gray-600 p-4">
Send
Expand Down

0 comments on commit a27d344

Please sign in to comment.