Untitled

 avatar
unknown
html
2 years ago
3.2 kB
4
Indexable
<div class="col-md-12"><div id="text-carousel" class="carousel slide" data-ride="carousel">
    <!-- Wrapper for slides -->
    <div class="row">
        <div class="col-xs-12">
            <div class="carousel-inner">
                <div class="item">
                    <div class="carousel-content">
                        <div>
                            <p style="font-style: normal; font-weight: 300; font-size: 24px; line-height: 38px; text-align: center; color: rgb(33, 32, 58);">I am thrilled to have participated in this leadership &amp; team management course! It was remarkable how the group coach fostered an atmosphere where all participants collaborated and viewed the topics addressed from unique perspectives. Stimulating discussions cultivated strong bonding among the team. Excellent experience - with international standards.</p>
                          <p style="font-weight: 700;font-size: 16px;line-height: 20px;text-align: center;color: #6A6F8A;"> N. Papanotas, <br> <span style="font-weight: 400;">CEO Greekbot</span></p>
                        </div>
                    </div>
                </div>
                <div class="item">
                    <div class="carousel-content">
                        <div>
                            <p style="font-style: normal; font-weight: 300; font-size: 24px; line-height: 38px; text-align: center; color: rgb(33, 32, 58);">Our Coach led the group in productive discussions that resulted in meaningful conclusions. He created the ideal learning environment for the group! The high-quality training materials were very helpful as well. A rewarding experience that I enthusiastically endorse.</p>
                          <p style="font-weight: 700;font-size: 16px;line-height: 20px;text-align: center;color: #6A6F8A;"> N. Diamantopoulos, <br> <span style="font-weight: 400;">CEO Marketing Greece</span></p>
                        </div>
                    </div>
                </div>
                <div class="item active">
                    <div class="carousel-content">
                        <div>                          
                            <p style="font-style: normal; font-weight: 300; font-size: 24px; line-height: 38px; text-align: center; color: rgb(33, 32, 58);">Dimitris led our team in productive discussions that resulted in understanding important leadership aspects and connecting them with real challenges. Sessions were interactive with practical examples, supported by the high-quality training materials.</p>
                          <p style="font-weight: 700;font-size: 16px;line-height: 20px;text-align: center;color: #6A6F8A;"> S. Patrikis,  <br> <span style="font-weight: 400;">Head of People CubeRM</span></p>
                        </div>
                    </div>
                </div>
                
            </div>
        </div>
    </div>
    <!-- Controls --> <a class="left carousel-control" href="#text-carousel" data-slide="prev">
    <span class="glyphicon glyphicon-chevron-left"></span>
  </a>
 <a class="right carousel-control" href="#text-carousel" data-slide="next">
    <span class="glyphicon glyphicon-chevron-right"></span>
  </a>

</div></div>
Editor is loading...