Getting started

Below are the available pre-built Testimonials Section Components. More components are added overtime.

Testimonials 1

Link the following stylesheet to your html for this component to display properly:

<link type="text/css" rel="stylesheet" href="css/index.css">

You should also remove any other Testimonials Sections related stylesheets.


 <!-- TESTIMONIALS SECTION -->
  <section class="section_wrapper" id="testimonials">
    <div class="pricing_mini_heading_container">
      <span class="pricing_mini_heading">Testimonials</span>
    </div>
    <h1 class="testimonials_section_heading">What FasterNode <span>Users Say</span></h1>
    <p class="testimonials_section_subheading">some text some text sdfvasome text some text somavve teadvaxt some text some text some text some text some texsdvst some text some text avvvsome text </p>
    <div class="testimonials_wrapper">
      <div class="testimonial_container">
        <h4 class="t_heading">Nice heading</h4>
        <p class="t_text">"some text some text sdfvasome text some text somavve teadvaxt some text some text some text some text some texsdvst some text some text avvvsome textsome text some text sdfvasome text some text somavve teadvaxt some text some text some text"</p>
        <div class="testimonial_details_container">
          <img src="img/313320_Volvo_EX30_exterior.jpeg">
          <div class="testimonial_name_container">
            <h5 class="t_username">User Name</h5>
            <p class="t_username_sub">user position or something</p>
          </div>
        </div>
      </div>
      <div class="testimonial_container">
        <h4 class="t_heading">Nice heading</h4>
        <p class="t_text">"some text some text sdfvasome text some text somavve teadvaxt some text some text some text some text some texsdvst some text some text avvvsome textsome text some text sdfvasome text some text "</p>
        <div class="testimonial_details_container">
          <img src="img/313320_Volvo_EX30_exterior.jpeg">
          <div class="testimonial_name_container">
            <h5 class="t_username">User Name</h5>
            <p class="t_username_sub">user position or something</p>
          </div>
        </div>
      </div>
      <div class="testimonial_container">
        <h4 class="t_heading">Nice heading</h4>
        <p class="t_text">"some text some text sdfvasome text some text somavve teadvaxt some text some text some text some text some texsdvst some text some text avvvsome "</p>
        <div class="testimonial_details_container">
          <img src="img/313320_Volvo_EX30_exterior.jpeg">
          <div class="testimonial_name_container">
            <h5 class="t_username">User Name</h5>
            <p class="t_username_sub">user position or something</p>
          </div>
        </div>
      </div>
    </div>
  </section>