This is another example of a responsive bootstrap about me box, designed using HTML, CSS, and bootstrap framework 4. The images and social media links are imported to the code with their URLs, whereas media queries have been used to increase the responsiveness of the form. The body of the form is given the styles of background-image as radial-gradient (#cecece, #ececec), font-family as 'Roboto', and padding-top as 30px. The about card is given a style set of background-image as linear-gradient((to right, #7b2590 , #dd337a), padding as 20px, border-bottom as 35px solid #fff, max-width as 700px, display as block, margin as auto, color as #fff, border-radius as 10px. The designation title is given a font color of gold, a font-size of 14px, font-weight of 300, and a text-transform style as uppercase. The profile image is given a background image style as linear-gradient(to right, #7b2590 , #8c288b). The social media icons are given a background color of #8c288b. Source: https://codepen.io/anon/pen/GbmjrM
This is an example of a responsive bootstrap about me box, designed using HTML, CSS, and bootstrap framework 4. The images and social media links are imported to the code with their URLs, whereas media queries have been used to increase the responsiveness of the form. The body of the form is given the styles of background-image as radial-gradient (#cecece, #ececec), font-family as 'Roboto', and padding-top as 30px. The about card is given a style set of background-image as linear-gradient(to left top, #626566, #383E40), padding as 20px, border-bottom as 35px solid #fff, max-width as 700px, display as block, margin as auto, color as #fff, border-radius as 10px. The designation title is given a font-size of 14px, font-weight of 300, and a text-transform style as uppercase. The profile image has the styles of border-radius as 50% to get the circular shape, and border as 5px solid #fff. The YouTube, Whatsapp, Twitter, and Facebook icons are given the background colors of #D80707, #07D84D, #55ACEE, and #3b5998, respectively. Source: https://codepen.io/anon/pen/Oejded
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
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