// Hi, peeps!
interface ProfileProps {
fullName: string;
specializations: string[];
}
const Profile: React.FC<ProfileProps> = ({ fullName, specializations }) => (
<>
<h1>{fullName}</h1>
<h2>{specializations.join(', ')}</h2>
</>
);
export default function About() {
return (
<Profile
fullName="Probo Krishnacahya"
specializations={['Frontend Developer', 'UI/UX Designer']}
/>
);
}
👨💻
- Surabaya, Jawa Timur, Indonesia
-
12:35
(UTC +07:00) - https://probo-krishnacahya.framer.website
- https://orcid.org/0009-0004-1159-1069
- in/probo-krishnacahya
- https://figma.com/@pkrishnacahya
- https://www.behance.net/probo-krishnacahya
- https://dribbble.com/probo-krishnacahya
Highlights
- Pro
Pinned Loading
-
Career_Expo_3.0
Career_Expo_3.0 PublicCareer Expo 3.0 - Corporate Entrepreneurship Essentials 2023
JavaScript 1
-
D-Orphan_Web
D-Orphan_Web PublicForked from HGalihRK/D-Orphan_Web
Talents and Interests Development Course for Orphanage Children (Web)
Blade 2
-
SejarahKita-Web
SejarahKita-Web PublicSejarah Indonesia Education Anagram Word Game Application (Web)
-
SejarahKita-Mobile
SejarahKita-Mobile PublicForked from nathanaelabel/sejarahkita-mobile
Sejarah Indonesia Education Anagram Word Game Application (Android Native Mobile)
Java 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.