Versions Compared

Key

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

...

Code Block
languagehtml
<figure class="wp-block-pullquote mx-0 my-4 text-start">
    <p class="fs-5">add quote here</p>
</figure>


Career Points (for T2L4)

Image RemovedImage Added

Just add the "career-points" class to any ul to get this styling.

...

Name Title Company (for T2L4)

Image RemovedImage Added

Where it says , img, just <img />, just use the Add Media button and add whatever photo you like, making sure it's within the name-title-company div. . You do not need to edit the default classes wordpress adds.

Don't skip the divider element! If you forget it, the image won't appear.

Code Block
languagehtml
titleName Title Company
collapsetrue
<div class="name-title-company">
   	<div class="text"><span-wrapper">
		<p>
			<span class="name">Name</span>
   			Title/Company
   Location<			Location
		</p>
	</div>
   	<div class="divider"></div>
   	<div class="image-wrapper">
		<img />
	</div>
</div>


Supporting Images

Staggered image collage

Mixed image collage

...