This is an example of a user profile with animation, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. Media quarries have been used to increase the responsiveness of the form whereas the imported to the code with their URLs. JavaScript functions have been used to implement the fade-in animation. The body of the form is given the styles of background-color as black and font-family as 'Roboto', sans-serif. The card container is given a linear gradient color as (to bottom, #e53935, #3949ab), and font color as white. The name title is given the styles of width as 90%, background-color as RGB(255, 255, 255, 0.2), font-size as 3vw, font color as black, animation-name: first, animation-duration as 1s, and animation-fill-mode as forwards. The bio details are displayed using a font-size of 1.2vw, whereas the stats are displayed with the styles of background-color as #e53935, font color as gold, height as 3vw, animation-name: fourth, animation-duration as 1s, animation-fill-mode as forwards, and animation-delay as 2s. Source: https://bbbootstrap.com/snippets/player-profile-using-animation-40230486
This is an example of a simple individual user profile in a social network, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the code using their URLs. The body of the form is given the styles of background as #654ea3, background color as linear-gradient(to right, #e96443, #904e95), and min-height as 100vh. The text in the profile header is given a font color as white and the profile head is given a transform style as translateY(5rem). The no of photos, following, and followers are given a font-weight as bold to highlight the text. The about section is given a font style of Italic. The 'Show All' button is set as a muted text link, which takes an underline effect, in a hover event. The Edit Profile button is also set to take a fill effect, in a hover event. Source: https://bbbootstrap.com/snippets/individual-user-profile-social-network-94176986
This is an example of edit your job profile form, designed using CSS, HTML, and Bootstrap framework 4. The form consists of a profile image, input text fields, and buttons. The profile image is imported to the code with its URL. The body of the form is given a background color of #BA68C8. The input fields take a border color of #BA68C8 in a focus event, whereas the experience button takes background and border color of the same color and font color of #fff in a hover event. The Save Profile button take the background color of #682773, in hover and active events. The cursor style for buttons is set as pointer to get the hand cursor effect in a hover event. The text labels are given a font-size of 11px. The social media images are also imported to the code with their URLs and their labels are given a bold black font style, in HTML. Source:https://bbbootstrap.com/snippets/bootstrap-edit-job-profile-form-add-experience-94553916
This is an example of a simple user profile card with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The image is imported to the code with its URL, whereas media quarries are used to increase the responsiveness of the form. The body of the form is given the styles of min-height as 100vh, and a linear background as linear-gradient(transparent, rgba( 110, 110, 110, .3)), linear-gradient(100deg, rgba(250, 214, 195, .8) 30%, #B0EAE8 120%). The profile card header is given the styles of background as #272727, border-left as 0.625rem solid #97ece1, padding: 1.5em 1.5em 1em, and text-align as center. The image card container is given the styles of display as block, width, and height as 9.5rem, background as rgba(250, 214, 195, 1), and border as 0.375rem solid rgba(250, 214, 195, 1). The image is given a grayscale filter. The profile header title has the styles of color as #f3f3f3, font-size as 1.5rem, margin-top as 0.8em, and font-family as 'Oswald', sans-serif. The paw and heart icons are given a transform style of scale(1.2), in a hover event. The Full Adoption Profile link takes the styles of border-top-color as #222, and border-bottom-color as #fdc1a0, in a hover event. Source: https://codepen.io/meowwwls/pen/reQQeb
This is an example of another simple bootstrap user profile card, designed using HTML, CSS, and bootstrap framework 4. The profile image and fonts are is 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 a style set of the font as 300 13px/1.6 Roboto, Helvetica, Arial, color as #444, position as relative, background as #448AFF, height as 100vh, and text-align as center. The profile card is given a width of 300px, and a border-radius of 2px, a background color of rgba(255,255,255,1), and a transform effect of translateY(-50%). The profile name title is given the styles of font-weight as 200, font-size as 42px, and color as #444, whereas the job title has the styles of font-weight as 400, font-size as 14px, and color as #666. The profile content is given a font color of color: #888. The social media links take a box-shadow effect of 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24), in a hover event. Source: https://codepen.io/alishahab/pen/ZGozqW

Profile Card

4.3.1
This is an example of a simple bootstrap user profile card with hover effects, designed using HTML, CSS, and bootstrap framework 4. The profile image is imported to the code with its URL. The background color, card color, text color 1, and text color 2 are predefined as variables and set as @bgc:#CFD8DC, @cc:#f1f2fa, @tc1:#1A237E, and @tc2:#3F51B5, respectively. The container is given the styles of height as 100vh, background-color as @bgc, and font-family as 'Quicksand', sans-serif. The profile card is given the styles of display as flex, flex-direction as column, justify-content as space-between, width as 400px, height as 450px, background-color as @cc, border-radius as 7px, box-shadow as 0px 0px 6px 0px rgba(0,0,0,0.3), and color as @tc1. The profile image has the styles of height as 120px, border-radius as 100%, and box-shadow as 0px 0px 6px 0px rgba(0,0,0,0.75). The name title is given a font-size as 30px, whereas the job title is given a font-size as 20px, and font color as @tc2. The cursor style for buttons is set as pointer to get the hand cursor effect and the font size is set as 17px, which changes to 10px in a hover event. Source: https://codepen.io/5nai3r/pen/KLGjbE

Profile Card

4.3.1