This script adds a profile card to your webpage, displaying personal info, skills, contact details, and social media links.
- Profile Card: Shows sections for "About," "Skills," and "Contact."
- Interactive Buttons: Navigate between sections.
- Social Media Links: Includes profile links.
- Close Button: Closes the card.
<script scr='https://oreographer.github.io/profile-card-ui/profileCard.js'></script>
Use openProfileCard
to add the profile card to the <body>
. It sets up navigation and manages visibility.
<script> window.openProfileCard(); </script>
Call closeProfileCard
to remove the card from the <body>
.
<script> closeProfileCard(); </script>