-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
52 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,54 @@ | ||
<section class="testimonial"> | ||
<div class="testimonial__container container"> | ||
<h2 class="testimonial__title">Testimonial</h2> | ||
<p class="testimonial__subtitle">What They Say About Us ?</p> | ||
<ul class="testimonial__list"> | ||
<li class="testimonial__item">item1</li> | ||
<li class="testimonial__item ">item2</li> | ||
<li class="testimonial__item">item3</li> | ||
<section class='testimonial'> | ||
<div class='testimonial__container container'> | ||
<h2 class='testimonial__title'>Testimonial</h2> | ||
<p class='testimonial__subtitle'>What They Say About Us ?</p> | ||
<ul class='testimonial__list'> | ||
<li class='testimonial__item t-item'> | ||
<div class='t-item__img'> | ||
<img class='_img' src='./images/testimonial/calvin.jpg' alt='Direct Web Calvin Upton' width='242'> | ||
</div> | ||
<div class='t-item__content'> | ||
<div class='t-item__rates'> | ||
<p class='t-item_rate'>5</p> | ||
<div class='t-item__stars'></div> | ||
</div> | ||
<p class='t-item__position'>Li Europan lingues es membres del sam familie. Lor separat existentie es un | ||
myth. </p> | ||
<p>Calvin Upton</p> | ||
<p lang='en'>Direct Web Agent</p> | ||
</div> | ||
</li> | ||
<li class='testimonial__item t-item'> | ||
<div class='t-item__img'> | ||
<img class='_img' src='./images/testimonial/erica.jpg' alt='Senior Intranet Agent Erica Gleason' width='242'> | ||
</div> | ||
<div class='t-item__content'> | ||
<div class='t-item__rates'> | ||
<p class='t-item_rate'>5</p> | ||
<div class='t-item__stars'></div> | ||
</div> | ||
<p class='t-item__position'>Li Europan lingues es membres del sam familie. Lor separat existentie es un | ||
myth. </p> | ||
<p>Erica Gleason</p> | ||
<p lang='en'>Senior Intranet Agent</p> | ||
</div> | ||
</li> | ||
<li class='testimonial__item t-item'> | ||
<div class='t-item__img'> | ||
<img class='_img' src='./images/testimonial/robin.jpg' alt='Internal Creative Officer Robin Dickens' | ||
width='242'> | ||
</div> | ||
<div class='t-item__content'> | ||
<div class='t-item__rates'> | ||
<p class='t-item_rate'>5</p> | ||
<div class='t-item__stars'></div> | ||
</div> | ||
<p class='t-item__position'>Li Europan lingues es membres del sam familie. Lor separat existentie es un | ||
myth. </p> | ||
<p>Robin Dickens</p> | ||
<p lang='en'>Internal Creative Officer</p> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters