This is an example of a simple bootstrap user profile interface, designed using HTML, and CSS. The images and fonts are imported to the code with their URLs, whereas media queries have been used to increase the responsiveness of the form. The colors are predefined as variables and set as $rust: #CA8D6E, $lunar: #383745, $deep: #22202B, $white: #EEEEEE, $mud: #7D6962, and $transblack: rgba(0, 0, 0, 0.3). The body of the form is given the styles of font-family as 'Karla', font- size as 1rem, font-weight as 300, color as $white, line-height as 2em, and background as $white. The profile section is given a background color of linear-gradient (120deg, $lunar 50%, $deep 50%). The profile image is given a border-radius as 50% to get the circular shape. The bio links take the color of $rust, in a hover event. The “Send” button is given a background color as $rust, and font color as $white, and a cursor style as pointer to get the hand cursor effect, which takes an animation of swell 500ms ease-in-out, in a hover event. Source: https://codepen.io/anon/pen/NmGOrP
This is an example of a bootstrap user profile card with hover effects, designed using HTML, CSS, and bootstrap framework 4. The images and fonts are imported to the code with their URLs. The colors are predefined as variables and set as $box-shadow as 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2), $blue-gray-700 as #455A64, $blue-gray-800 as #37474F, $blue-gray-50 as #ECEFF1, $blue-gray-100 as #CFD8DC, $green-400 as #66BB6A, $green-500 as #4CAF50, $blue-500 as #2196F3, and $light-border as 1px solid #ddd. The font family for the form is set as font-family: ABeeZee, sans-serif. The body of the form is given the styles of background as #ccc, padding as 20px, and color as $blue-gray-700. The profile picture is given a border-radius of 50% to get the circular shape. The location and email links take the color of $blue-500 in a hover event, whereas the followers an following buttons take the color $blue-gray-100. The follow button is given the cursor style as pointer to get the hand cursor effect, and the color $green-400, which changes to $green-500, in a hover event. Source: https://codepen.io/Crystaltiger17/pen/eYYxroV

Profile Card

4.3.1
This is an example of a simple bootstrap user profile interface, designed using HTML, and CSS. The images and fonts 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 body of the form is given the styles of background as #f8f5f0, and font-family as "Open sans", sans-serif. The card is given the styles of background as #fff, border-radius as 0.3rem, box-shadow as 0 1px 1px rgba(0, 0, 0, 0.2), border as .1em solid rgba(0, 0, 0, 0.2), and margin-bottom as 1em. The page button has the styles of font-size as 13px, font-weight as bold, cursor as pointer to get the hand cursor effect, width as 7em, background as #3498db, border as 1px solid #2487c9,and border-radius as 0 .6em .6em 0. The list items are given the font color, which changes to #3498db and takes a border-bottom style of 2em solid #3498db. Source: https://codepen.io/abdellah-allali/pen/gOOVPwR
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