Description
The logo row was designed specifically to showcase the awards and honors that Claflin has received. Each logo should appear on a white background or be transparent and needs to adhere to image guidelines. Short descriptions detail the recognition.
This component is designed to be used in the Components content area of the templates.
Adding and Editing
- Add a Content block widget to the Components content area
- At the bottom of the content block editor, select the HTML option
- Copy and paste the code template below into the editor
<section class="row logos">
<div class="inner">
<ul class="logos">
<li>
<div class="image">
[image 1]
</div>
<div class="content">
<p>[description 1]</p>
</div>
</li>
<li>
<div class="image">
[image 2]
</div>
<div class="content">
<p>[description 2]</p>
</div>
</li>
<li>
<div class="image">
[image 3]
</div>
<div class="content">
<p>[description 3]</p>
</div>
</li>
<li>
<div class="image">
[image 4]
</div>
<div class="content">
<p>[description 4]</p>
</div>
</li>
<li>
<div class="image">
[image 5]
</div>
<div class="content">
<p>[description 5]</p>
</div>
</li>
</ul>
</div>
</section>
- Click the Design option to switch back to the Design editor
- Replace/remove the content as necessary
Example