Quote Box

Meaningful quotes can be featured on the website to engage visitors and 'show off' accomplishments.

Available in: Gateway, Universal, Department and News Article pages.


Rendered HTML


I've had more hands-on experience as a sophomore at N.C. A&T than I would've had in all four years at another school.

Student Name, Elementary Education Major, Class of 2020

HTML Source

Click the copy icon button to copy the HTML example code.


<div class="columnWrap">
  <div aria-label="Quote Box" class="columns quotes contentSection yellow" role="region">
      <div class="wrapper">
          <div class="icon top"></div>
          <div class="quoteText">
             <p>I've had more hands-on experience as a sophomore at N.C. A&T than I would've had in all four years at another school.</p>
          </div>
          <div class="icon bottom"></div>
          <div class="quoteCredit">Student Name, Elementary Education Major, Class of 2020</div>
      </div>
  </div>
</div>