Versions Compared

Key

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

...

Code Block
languagehtml
titleExample code for photo
collapsetrue
<div class="image mt-4 mt-lg-0 ">
   <img src="https://update-wisc-business.pantheonsite.io/wp-content/uploads/2026/05/RequirED_masthead_2400_1600-512x341.avif" alt="Professor Milt Hwang speaks to a group of students about AI during his class" width="300" height="200" class="aligncenter brand-border-radius size-medium wp-image-166081" />
</div>

...


Testimonial/pullquote

  • Use "wsb-pullquote" class on a figure element 
  • Copy a one of the code snippet snippets below and add your content
Code Block
languagehtml
titleTestimonial Pullquote w/o headshot
collapsetrue
<figure class="wsb-pullquote text-center col-lg-9 mx-auto my-4">
   <blockquote>"ADD QUOTE"</blockquote>
   <figcaption>
     <p class="author">ADD NAME</p>
     <p>ADD TITLE AND COMPANY</p>
   </figcaption>
</figure>
Code Block
languagehtml
titleTestimonial Pullquote w/ headshot
collapsetrue
ADD HEADSHOT CODE HERE

<figure class="wsb-pullquote text-center col-lg-9 mx-auto my-4">
   <blockquote>"ADD QUOTE"</blockquote>
   <figcaption>
     <p class="author">ADD NAME</p>
     <p>ADD TITLE AND COMPANY</p>
   </figcaption>
</figure>

...