Giter Club home page Giter Club logo

epicnesh26 / neumorphism-profile-card Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 833 KB

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.

Home Page: https://neumorphism-profile-card-8xl5-d93mc90s1-epicnesh26s-projects.vercel.app/

CSS 60.50% HTML 39.50%
card frontend frontendproject html-css-javascript neumorphism neumorphism-ui profile profilecard

neumorphism-profile-card's Introduction

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.


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.

<div class="name">EpicNesh</div>
<div class="about">Web Developer & Digital Craftsmen</div>
<div class="social">
<a onclick="discord()" href="" class="discord">
<i class='bx bxl-discord-alt' ></i>
</a>
<a onclick="github()" href="" class="github">
<i class='bx bxl-github' ></i>
</a>
<a onclick="envelope()" href="" class="envelope">
<i class='bx bx-envelope' ></i>
</a>
<a onclick="instagram()" class="insta">
<i class='bx bxl-instagram'></i>
</a>
</div>

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.

.wrapper, .wrapper .imge, .social a, .buttons button{
background: #ecf0f3;
border-radius: 10px;
box-shadow: -3px -3px 7px #ffffff,
3px 3px 5px #ceced1
}
.wrapper{
padding: 30px;
width: 350px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background: #ecf0f3;
border-radius: 10px;
box-shadow: -3px -3px 7px #ffffff,
3px 3px 5px #ceced1
}

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 .

function discord(){
window.open("https://discord.com/users/1093126786533031997")
}
function github(){
window.open("https://www.github.com/EpicNesh26")
}
function envelope(){
window.open("[email protected]")
}
function instagram(){
window.open("http://www.instagram.com/soninesh2006")
}

neumorphism-profile-card's People

Contributors

epicnesh26 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.