This is an example of a task management User Interface, designed using HTML, JavaScript, and Bootstrap framework 4. The users are given the ability to change the color theme of the interface by a color picker. JavaScript functions have been used to implement the color theme effect. The images have been imported to the code with their URLs. The interface is designed in two containers. The name title of the first container is given the styles of text as indigo-600, font as medium ml-3, whereas the description is given the styles of text as gray-600, and font as sm. The New Contact and New Task buttons have the styles of text as gray-600, and border as gray-400. There are checkboxes to select each person, and the theme buttons are assigned their respective colors to pick from. Source: https://codepen.io/knyttneve/pen/vYEzXOR
This is an example of a simple bootstrap user profile card, designed using HTML, and CSS. The images are imported to the code with their URLs. The body of the form is given the styles of background as #e6e6e6, font-family as 'Montserrat', cursive, font-weight as 400, and color as rgba(0,0,0,0.8). The profile image is given the styles of width as 45%, height as 75%, border-radius as 1em, background-color as crimson, and box-shadow as 1px 24px 55px -19px rgba(220,20,60,1. The profile image is given a filter of grayscale (100%) contrast (120%), with the opacity set as 0.3. Profile title is given a font color as #333, font-weight as 700, font-size as 4.5em, line-height as 1em, and letter-spacing as -0.02em. The subtitle is given the color crimson, and letter-spacing as 0.2em, with the text-transform style set as uppercase to automatically convert the text to uppercase. The website link changes its color to crimson, in a hover event. Source: https://codepen.io/milanwake/pen/dyPyjpm
This is an example of a bootstrap user profile card with animations, designed using HTML, and CSS. The images are imported to the code with their URLs. The concept of Lists has been used with UL and LI components. UL element has been used with the child elements of LI to display the details in an orderly manner. The form is given the styles of background-color as #fefefe, box-sizing as border-box, font-family as 'Roboto', sans-serif, font-size as 14px, and font-weight as 400. The header image is given the animation styles as animation as zoomEffect 35s infinite, animation-timing-function as linear, animation-direction as alternate, and backface-visibility as hidden. The main heading is given the styles of color as #fff, font-size as 26px, font-weight as 300, and margin-bottom as 12px. The font-size for designation tabs are set as 11px, with text-transform style as uppercase to automatically convert the text to uppercase. The more button in the card container is given a cursor style as pointer to get the hand cursor effect. Source: https://codepen.io/fabian-palma/pen/JjoXybb

User Profile

4.3.1
This is an example of a bootstrap profile card layout, designed using HTML, CSS, JavaScript and bootstrap framework 4. The images and fonts are imported to the code with their URLs. JavaScript functions have been used to implement the following function. The body of the form is given the styles of background as #202020, and font-family as 'Krub', sans-serif. The card is given a style set of width as 250px, height as 400px, border-radius as 10px, box-shadow as 0 10px 25px 5px rgba(0, 0, 0, 0.2),and background as #151515. The top part of the card is given the styles of background as crimson, and animation as dsTop 1.5s. The profile pic is given a border-radius of 50% to get the circular shape, box-shadow as 0 0 0 5px #151515, and an animation as mvTop 1.5s. The name title is given an animation fadeIn 2s ease-in, which takes a text-decoration as underline, and color as crimson, in a hover event. The bottom content is also given the styles of text-transform as uppercase, and color as crimson. Source: https://codepen.io/jforv/pen/yLyMRXQ

Profile Card

4.3.1
This is an example of a bootstrap crypto donation user card layout, designed using HTML, CSS, JavaScript and bootstrap framework 4. The images are imported to the code with their URLs. JavaScript functions have been used to implement the crypto related data and copy text to clipboard functions. The CSS styles are predefined as $colorPrimary: purple, $padSpace: 1em, $maxWidth: 520px, $heroHeight: 10em, $borderRadius: 6px, $fxSpeed: 300ms, $bgColor: #f0f0f0, $fontColor: desaturate ( darken( $colorPrimary, 35% ), 50% ), $fontFamily: 'Merriweather Sans', Arial, sans-serif, $fontSize: 15px, $shadowSmall: 0 1px 3px rgba( #000, 0.3 ), and $shadowBig: 0 2px 18px rgba( #000, 0.5 ). The body is given a background color as desaturate( darken( $colorPrimary, 8% ), 40% ), font-family as $fontFamily, font-size as $fontSize, and color as $fontColor. The card user name has the styles of font-size as 200%, letter-spacing as -1px, line-height as 1em, color as $bgColor, and text-shadow as $shadowBig. The tab button takes a background color of rgba( #000, 0.05 ), in a hover event. Source: https://codepen.io/chandanmondal/pen/LYEzdKZ
This is an example of a bootstrap user profile card layout with hover effects, designed using HTML, CSS, JavaScript and bootstrap framework 4. The images and fonts are imported to the code with their URLs. JavaScript functions have been used to implement the active status of the buttons. The body of the form is given a font style as normal 14px/20px 'Open Sans', sans-serif, and color as color: #333. The footer section is given a color as #B7B7B7, font-size as 14px, font-weight as 600 and a text-transform style as uppercase to automatically convert the text to uppercase. The right menu takes color #222, in a hover event. The header of the bubble has the styles of font-size as 14px, font-weight as 600, line-height as 16px, and text-transform as uppercase, whereas the bubble subtitle has the styles of color as #888, font-size as 12px, and font-style as italic. Source: https://codepen.io/lakshithav24/pen/NWPaoVb