This is another example of a user timeline layout with a hide option, designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The images, icons, and font styles are imported to the code with URLs. JavaScript methods have been used to implement the functionality of the 'Hide' icon and the tooltips. 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 sidebar, in an orderly manner. The body of the form is given a background color as #eee. The user profile pic has a border-radius value of 50% to get the circle shape and a width and a height of 50%. The user title name is displayed with the styles of font color as #5a7391, font-size as 16px, and font-weight as 600. The 'Follow' button is given a text-transform style as uppercase to automatically convert the text to uppercase. The View, Delete, and a Share button is given different background colors as #80d752, #39b3d7, and #d73814, and given a tooltip feature to be activated on hover. Source: https://www.bootdey.com/snippets/view/User-wall-with-sidebar-show-hide#js
This is an example of a user timeline layout, designed using CSS, HTML, and Bootstrap framework 4. The images and Font styles are imported to the code with their URLs. The profile header is imported to the code as an image with its URL. The user name is displayed with a font color of #fff, and font size of 7zpx. The 'Edit Profile' button is created as an info type button. The toggle tabs of the menu bar are displayed using a font size of 12px, font-weight of 700, and font color of #929ba1, which gets changed to #242a30, in the active mode. %. 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 toggle buttons, in an orderly manner. The timeline bar is displayed with a font color of #2d353c, whereas the date in the timeline bar is displayed with a font size of 20px. Source: https://www.bootdey.com/snippets/view/bs4-profile-with-timeline-posts#css
This is an example of an 'About Me' profile layout, designed using CSS, HTML, and Bootstrap framework 4. The images and Bootstrap styles are imported to the code with their URLs. Media quarries have been used to increase the responsiveness of the form. The form consist of a user information section, skills section, about me and settings forms, and project experience table. The body of the table is given the styles of font color as #6c757d, and background-color as #f5f6f8. The card box is given a background color of #fff, and a border style of 1px solid #e7eaed. The 'Follow' and 'Message' buttons are created as success and danger type buttons. The About me header is displayed with a font size of 13 and a text-transform style as uppercase to automatically convert the text to uppercase. The 'About Me' and 'Settings' toggle buttons are given a background color of #1abc9c. Source: https://www.bootdey.com/snippets/download/about-me-profile
This is an example of a user management data table layout, designed using CSS, JavaScript, Html, and Bootstrap framework 4. The users are given the ability to remove table rows, view settings, export table data to excel, and add new users, using buttons. The 'Settings' and 'Add New User' buttons are given a tooltip feature, which is implemented using the JavaScript methods. The font, bootstrap, and CSS styles are imported to the code with their URLs. The body of the form is given the styles of font color as #566787, background as #f5f5f5, font-family as 'Varela Round', sans-serif, and font-size as 13px. The table wrapper is given a box-shadow style of 0 1px 1px rgba(0,0,0,.05). The table header is given a background color of #299be4, and font color of #fff, whereas the table header title is displayed using a font size of 24px. The cursor style of the buttons is set as pointer to get the hand cursor effect on pointer. The user names in the table are displayed with a font color of #566787, which changes to #2196F3, on hover. Source: https://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=user-management-data-table
This is a UI design template for a mobile phone, designed using CSS, HTML, and Bootstrap framework 4. The font style and icons are imported to the code with their URLs. The font style for the form is defined as 'Roboto', sans-serif. The name is displayed with the styles of font-size as 3rem, font-weight as 500, and font color as #728096. The date is displayed with a style set of font-size as 13px, font-weight as 400, text-align as center, and font color as white. The target button is given a height and width of 30px, and 70px, respectively. It is given a background color of #3b465e, which gets changed to #2e3951, on hover. The charts are displayed using three colors: lightseagreen, orange, and #3b465e. The 'Statistics' card is displayed using a style set of width as 320px, height as 100px, background-color as #2e3951, and border-radius as 10px. The cursor style for the card is set as pointer to get the hand cursor effect on hover. The cards take a background color of #3b465e and change the font color to gray, on hover. Source: https://mdbootstrap.com/snippets/jquery/charkiewicz/898532#js-tab-view
This is an example of a user profile with hover effects on the social media icons, designed using CSS, HTML, and Bootstrap framework 4. 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 a single raw. The profile image is imported to the code with its URL. The profile card is given a width of 300px, height of 350px, and a cursor style as pointer to get the hand cursor effect on hover. The profile card is given an overlay filter, to be applied on a hover event, with an opacity of 1. The social media icons are given the styles of width and height as 25px, border as 1px solid #eee, padding as 20px, display as flex, justify-content as center, align-items as center, color as #fff, border-radius as 5px, and transition as all 1s. In a hover event, the icons take the styles of background as #fff, and font color as #000. Source:https://bbbootstrap.com/snippets/bootstrap-user-profile-social-icons-animation-11258499