85 lines
2.6 KiB
Smarty
85 lines
2.6 KiB
Smarty
<div class="container">
|
||
<div class="wthree-heading" style="padding-top: 4em;">
|
||
<h3 id="h4werte">Unsere Mittel</h3>
|
||
</div>
|
||
<div class="row" style="margin-top: 2em; margin-left: 15px; margin-right: 15px;">
|
||
<div class="col-md-5 col-xs-12">
|
||
<br><br>
|
||
<div class="row agile-services-left">${icons}</div>
|
||
</div>
|
||
<div class="col-md-7 col-xs-12" style="padding-top: 30px; text-align: justify; line-height: 1.42857143;">
|
||
<p>
|
||
<b style="font-family: 'TravelingTypewriter', serif;">${heisenberg_cite}</b>
|
||
–
|
||
<i>${heisenberg_name}</i>
|
||
</p>
|
||
<br>
|
||
<p>${wir_text}</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<style>
|
||
@media only screen and (max-width: 767px) {
|
||
#hcorrection{
|
||
height: 335px;
|
||
overflow: hidden;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 768px){
|
||
#hcorrection{
|
||
height: 190px;
|
||
overflow: hidden;
|
||
}
|
||
}
|
||
</style>
|
||
<!-- testimonial -->
|
||
<div class="testimonial jarallax" style="margin-top: 50px;">
|
||
<div class="container" id="hcorrection">
|
||
<div class="agileits-w3layouts-info">
|
||
<div class="testimonial-grid">
|
||
<div class="slider">
|
||
<div class="callbacks_container">
|
||
<ul class="rslides" id="slider3">${testimonials}</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- team -->
|
||
<div class="wthree-heading" style="padding-top: 4em;">
|
||
<h3>Das Team</h3>
|
||
</div>
|
||
<div class="container">
|
||
<div class="w3ls_team_grids row">
|
||
${team}
|
||
</div>
|
||
<div class="w3ls_team_grids row" style="margin-top: 15px;">
|
||
<div class="col-12">
|
||
<hr style="margin-bottom:0;">
|
||
</div>
|
||
</div>
|
||
<div class="w3ls_team_grids row" style="margin-top: 0;">
|
||
${contributors}
|
||
<div class="col-md-3 w3_agileits_team_grid">
|
||
<iframe src="https://discordapp.com/widget?id=372403545086885888&theme=light" width="100%" height="465" allowtransparency="true" frameborder="0"></iframe>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<style>
|
||
@media only screen and (max-width: 767px) {
|
||
#network{
|
||
padding-bottom: 0;
|
||
}
|
||
}
|
||
</style>
|
||
<div class="testimonial" style="margin-top: 100px" id="network">
|
||
<div class="container">
|
||
<div class="agileits-w3layouts-info">
|
||
<div class="testimonial-grid row" style="margin-left: 15px; margin-right: 15px;">
|
||
${network}
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div> |