Skip to content

Commit

Permalink
add:iconic cat logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hudaputrasantosa committed Mar 7, 2024
1 parent db48b85 commit cf3cf1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added src/assets/iconic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/pages/Contact/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ const Contact = () => {
<ContentLayout>
<section className="flex flex-col gap-2 py-4">
<h2 className="font-bold text-3xl">Contact</h2>
<div className="justify-center text-center mt-8">
<div className="flex flex-col items-center justify-center text-center mt-4">
<img
src="https://raw.githubusercontent.com/hudaputrasantosa/hudaputrasantosa.github.io/main/src/assets/iconic.png"
className="rounded-full w-40 border-4 border-gray-700 mb-1"
/>
<h4 className="text-2xl font-bold text-blue-500">Let's Connect</h4>
<p className="my-4">
Connection Is the Key to Personal and Career Success. Sometimes,
Expand Down

0 comments on commit cf3cf1d

Please sign in to comment.