I am attempting to create a clickable user profile icon in bootstrap/html that reveals the user's information (email address) and logout functionality. Can anyone provide guidance on how to achieve this using bootstrap or html, similar to the example demonstrated with Angular materials?
View User Profile Icon Screenshot
Here is a link to the codepen and snippet showcasing my current progress:
<!DOCTYPE html>
<html lang="en">
<head>
...
(HTML code continues)
...
</html>
Any assistance or suggestions related to my query would be greatly appreciated.