This is an example of a profile contacts layout, designed using HTML, CSS, and Bootstrap framework 4. The font styles and 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 social media icons, in an orderly manner. The body of the form is given a background color of #DCDCDC. The social media icons are given the styles of border-radius as 50% to get the circle shape, color as rgba(121, 121, 121, .8), height as 30px, line-height as 27px, border as 2px solid rgba(121, 121, 121, .5), text-align as center, and width as 30px. The icons take the styles of color as #797979, and border as 2px solid #797979, in a hover event. The image thumbnail has the styles of background-color as #fff, border as 1px solid #dee2e6, and border-radius as .25rem. The 'Message Now' button is created as a primary type button in HTML.
Source: https://www.bootdey.com/snippets/view/bs4-profile-contacts#html
This is a layout of a profile settings page, designed using CSS, HTML, and Bootstrap framework 4. This layout can be used to display the settings on a user profile and save the edited changes. The user image avatar and icons are imported to the code with their URLs. The body of the form is given a background color as #F0F8FF. The form consists of toggle bars, input text fields, and a 'Save' button. The 'Account' tab is created as the active tab, by default. The information card is given a box-shadow style of 0 1px 15px 1px rgba(52,40,104,.08), and a border style of 1px solid #e5e9f2. The user image is given a width and a height value of 128. The card header section is given a style set of font color as inherit, background-color as #fff, and border-bottom as 1px solid #e5e9f2. The 'Save' and 'Upload' buttons are created as primary type buttons.
Source: https://www.bootdey.com/snippets/view/bs4-Profile-Settings-page#html
This is an example of a stylish user profile timeline layout, designed using HTML, CSS, and Bootstrap framework 4. The font style and images are imported to the code with their URLs. The body of the form is given a background color as #dcdcdc. The concept of Lists has been used with UL and LI components to display the projects, followers, following navbar, in an orderly manner. The cover background is imported to the code as an image. The user image is given a border-radius value of 50% to get the circle shape whereas the user name is displayed with the styles of font color as #393939, font-size as 20px, and line-height as 30px. The navbar items are displayed with a style set of font color as #999, font-size as 16px, and text-transform style as uppercase to automatically convert the text to uppercase. The timeline consists of an input text field to add posts, and the activity feed to display others' posts. Media quarries have also been used to increase the responsiveness of the form.
Source: https://www.bootdey.com/snippets/view/profile-timeline#html
This is an example of a stylish user profile layout, designed using HTML, CSS, and Bootstrap framework 4. 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 child elements of the navbar in an orderly manner. The form displays the persona details, work and education details, contact information, and the friend list with user image avatars. The body of the form is given a background color as #eaeaea. The cover picture of the profile has been imported to the code with its URL. The profile header image is given height and a width of 7.5 rem. The 'Edit Profile' button is created as a primary type button. The navbar items are displayed with the styles of font color as #000, line-height as 1.25rem, font-weight as 700, and font-size as 0.75rem. The tabs change their background color to #007aff, on hover.
Source: https://www.bootdey.com/snippets/view/profile-about-info#css
This is an example of a meet our team layout with hover effects, designed using HTML, CSS, and Bootstrap framework 4. The profile images and font styles are imported to the code with their URLs. The form is given a height of 800px, and background color as #319ac6. The form title is displayed using a font color of #fff. The user profile cards are given a box-shadow style of 0 4px 0 #2b86a. The profile cards are given a wrap which appears on top of the user card, in a hover event. The wrap is given a transition value of all .3s ease. The user name on the wrap is displayed with a font-size of 24px, whereas the designation is displayed with a font-size of 14px, and font color of #555659. Each wrap is also given a set of social media icons with a width and height of 40px, and a box-shadow of 0 3px 0 rgba(0, 0, 0, .1). The icons are given background colors of #3262b9, #3dd7e5, #e23535, and #069, which turn to #2d57a5, #27d2e2, #de2020, and #005580 respectively, in a hover event. The user image turns its opacity to 0, on hover.
Source: https://www.bootdey.com/snippets/view/meet-our-team-with-hover-effect#css
This is an example of a vertical profile header, designed using HTML, CSS, and Bootstrap framework 4. The profile image is imported to the code with its URL. 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 child elements of the navbar, in an orderly manner. The upper section of the header is given a background color of #40E0D0, whereas the lower section of the header is given a background color as #20B2AA. The profile name is displayed using a font color of #fff, and a font-weight of 700. The navbar items take a box-shadow style of 0 -2px 0 #26B4FF inset, on hover and focus events. Media quarries have been used to increase the responsiveness of the form. The user description and other text lines are displayed using a muted text style.
Source: https://www.bootdey.com/snippets/view/bs4-vertical-profile-header#css