Below is a collection of reusable components, guided by clear standards, that can be assembled together to build the PCC website. Components will provide examples and HTML code to copy to your project. Enjoy!
Font Family - Open Sans
Heading | Example |
---|---|
|
h1. Bootstrap heading |
|
h2. Bootstrap heading |
|
h3. Bootstrap heading |
|
h4. Bootstrap heading |
|
h5. Bootstrap heading |
|
h6. Bootstrap heading |
Here is some super cool content! Oh, and here is some more.
<div class="icon-header">
<div class="circle-icon bg-alternate">
<i class="fad fa-user-graduate text-light"></i>
</div>
<h4>Bible Alumni Spotlights</h4>
</div>
<a href="#" class="btn btn-primary">Primary</a>
<a href="#" class="btn btn-secondary">Secondary</a>
<a href="#" class="btn btn-alternate">Alternate</a>
<a href="#" class="btn btn-primary btn-icon apply">Apply</a>
<a href="#" class="btn btn-primary btn-icon request">Request Info</a>
<a href="#" class="btn btn-primary btn-icon visit">Visit Us</a>
<a href="#" class="cta-link">Check This Out</a>
This is the description of the card.
This is the description of the card.
<div class="card">
<div>
<img src="./images/card-img.jpg" alt="card">
</div>
<div class="card-body">
<a href="#" class="card-cta">The Card Title</a>
<p>This is the description of the card.</p>
</div>
</div>
Use .card-border-left class on the container div.
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth.
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse.
Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth.
Use the class .note to add emphasis to a section of small text.
You learn to work hard here. Then you see it pay off when you go out ready and prepared for where you’re going. My teaching internship is coming up, and this time, I’m excited! It’s because I feel prepared—I’ve always wanted to teach, and now I have the tools.
<blockquote class="blockquote">
<span class="quote-icon"></span>
You learn to work hard here. Then you see it pay off when you go out ready and prepared for where you’re going. My teaching internship is coming up, and this time, I’m excited! It’s because I feel prepared—I’ve always wanted to teach, and now I have the tools.
<footer class="blockquote-footer">John Doe</footer>
</blockquote>
Margin |
Margin: m-sm, m-md, m-lg Margin Top: m-top-sm, m-top-md, m-top-lg Margin Bottom: m-btm-sm, m-btm-md, m-btm-lg |
Padding |
Padding: p-sm, p-md, p-lg Padding Top: p-top-sm, p-top-md, p-top-lg Padding Bottom: p-btm-sm, p-btm-md, p-btm-lg |
Horizontal Ruler
|
one section of code/content
another section of code/content |
Note/Banner .note |
Use the class .note to add emphasis to a section of small text. |