Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicNesh26 authored Jan 11, 2024
1 parent 77b66b0 commit 8146dab
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Neumorphism-Profile-Card
# Neumorphism-Profile-Card

A Neumorphic Profile Card created with HTML, CSS, and JavaScript is a visually striking and interactive user interface component that combines the modern aesthetics of neumorphism with the functionality of a profile card. Neumorphism, characterized by soft shadows, subtle gradients, and a tactile feel, is seamlessly integrated into the design to create a visually pleasing and engaging user experience.

<br>

# HTML Structure:
The structure begins with a standard HTML layout, encompassing elements such as a container div to hold the profile card, and nested divs to organize different sections such as the user's avatar, personal information, and social links. Text elements are utilized for displaying the user's name, title, and a brief bio.




# CSS Styling:
The CSS file defines the neumorphic styling, incorporating soft shadows, light gradients, and rounded corners. The color palette is carefully chosen to enhance the depth and realism of the design. Subtle hover effects are applied to create an interactive and responsive feel when users interact with the profile card.



# JavaScript Interactivity:
JavaScript is employed to enhance interactivity. For instance, a hover effect may trigger additional animations or display more information. In this example, JavaScript is used to redirect a person to specific pages / sites on clicking the different icons .

1 comment on commit 8146dab

@vercel
Copy link

@vercel vercel bot commented on 8146dab Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.