x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom section
CustomCSSwidth:60%;margin:30px auto;display:flex;flex-direction:column;


HTML
<style> 
img.confluence-embedded-image { 
  border: solid 1px var(--secondary-color); 
} 

@media only screen and (max-width: 600px) {
  img.confluence-embedded-image {
    width:100%;
  }

  .cell.sidebars {
    width: 10%!important;
  }
}
</style>

Custom button
CustomCSSborder: 0px; color: white; margin-top:10px; background: var(--primary-color); margin-bottom:20px;
Typecustom-button
TextBack to Tutorials
Url/display/SBAJ/Admin+Panel#tab-Tutorials

General description
CustomCSSwidth: auto; padding: 0px;
MyTitleEdit Your Profile
BodyCSSwidth: inherit; padding: 0px;

Your profile on the People tab is your personal representation on the platform and serves as a way for others to learn about you and your background.In this tutorial, we will walk you through the steps to edit your profile on the People tab.

Step 1 - Go to the People dashboard.


Step 2 - Select the button.


Step 3 - Find your profile and click on your profile picture.


Step 4 - To upload a new profile picture, click the button, select the file you want to upload, and click Upload.


Step 5 - To edit your profile, click the  button. In the Image Removed sectionthe About section, you can make changes to your company name, position, and LinkedIn profile. Click the  section to input your strengths and a quick bio!


Step 6 - Once you have made the desired changes, click the  button to save your updates.


That's it! You have successfully edited your profile. Keeping your profile up-to-date will help your cohort stay informed about your role and experience.

...