MyPostings Faculty Profiles (Knauss Business)
This process/code replaces the former image/hero image uploads used on the 1.0 site. At the end of your posts you simply need to add the following code and then update the highlighted regions with the content applicable to your post.
1 Item
<hr class="c-hr--thick c-hr--jumbo">
<p><img height="112" width="200" alt="profile photo" src="URL of profile image here" class="c-img--left"><em>Biography text here.</em></p>
Example: https://www.sandiego.edu/news/business/detail.php?_focus=83003
2 Items
<hr class="c-hr--thick c-hr--jumbo">
<p><img height="112" width="200" alt="profile photo" src="URL of profile image here" class="c-img--left"><em>Biography text here.</em></p>
<hr style="clear: both;">
<p><img class="c-img--left" height="112" width="200" alt="profile photo" src="URL of profile image here"><em>Biography text here.</em>
</p>
Example: https://www.sandiego.edu/news/business/detail.php?_focus=83029
Images
To grab image URLs you can do the following. Please also see below for a reference point of images used in previous posts.
Visit the USD directory
Search for a USD employee (example: Tim Keane)
Click into that person’s entry in the list of results (example: Tim Keane)
To grab the image URL, right click on the profile photo and select Copy Image Address to copy the URL to your clipboard
Use this URL in the code structure above