templates/vitrine/faq.html.twig line 1
{% extends 'vitrine/base.html.twig' %}
{# {% block title %}{{ title }} {% endblock %} #}
{% block stylesheets %}
{% endblock %}
{% block body %}
<!--bread-crumb-->
<div class="iq-breadcrumb" style="background-image: url('{{asset("vitrine/images/pages/01.webp")}}');">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-sm-12">
<nav aria-label="breadcrumb" class="text-center">
<h2 class="title">FAQ</h2>
<ol class="breadcrumb justify-content-center">
<li class="breadcrumb-item"><a href="{{path('web_vitrine')}}">Home</a></li>
<li class="breadcrumb-item active">FAQ</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<!--bread-crumb-->
<div class="section-padding">
<div class="container">
<div class="iq-accordian iq-accordian-square">
<div class="iq-accordian-block iq-active 1">
<div class="iq-accordian-title text-capitalize">
<div class="iq-icon-right">
<i aria-hidden="true" class="fas fa-minus active"></i>
<i aria-hidden="true" class="fas fa-plus inactive"></i>
</div>
<h4 class="mb-0 accordian-title">What is streamit?</h4>
</div>
<div class="iq-accordian-details" style="display: block;">
<p class="mb-0"> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. </p>
</div>
</div>
<div class="iq-accordian-block 2">
<div class="iq-accordian-title text-capitalize">
<div class="iq-icon-right">
<i aria-hidden="true" class="fa fa-minus active"></i>
<i aria-hidden="true" class="fa fa-plus inactive"></i>
</div>
<h4 class="mb-0 accordian-title">Will my account work outside my country?</h4>
</div>
<div class="iq-accordian-details" style="display: none;">
<p class="mb-0"> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. </p>
</div>
</div>
<div class="iq-accordian-block 3">
<div class="iq-accordian-title text-capitalize">
<div class="iq-icon-right">
<i aria-hidden="true" class="fa fa-minus active"></i>
<i aria-hidden="true" class="fa fa-plus inactive"></i>
</div>
<h4 class="mb-0 accordian-title text-capitalize">I am facing video playback issues. What do I do?</h4>
</div>
<div class="iq-accordian-details" style="display: none;">
<p class="mb-0"> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. </p>
</div>
</div>
<div class="iq-accordian-block 4">
<div class="iq-accordian-title">
<div class="iq-icon-right">
<i aria-hidden="true" class="fa fa-minus active"></i>
<i aria-hidden="true" class="fa fa-plus inactive"></i>
</div>
<h4 class="mb-0 accordian-title text-capitalize">How can I manage notifications?</h4>
</div>
<div class="iq-accordian-details" style="display: none;">
<p class="mb-0"> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. </p>
</div>
</div>
<div class="iq-accordian-block 5">
<div class="iq-accordian-title">
<div class="iq-icon-right">
<i aria-hidden="true" class="fa fa-minus active"></i>
<i aria-hidden="true" class="fa fa-plus inactive"></i>
</div>
<h4 class="mb-0 accordian-title text-capitalize">What benefits do I get with the packs?</h4>
</div>
<div class="iq-accordian-details" style="display: none;">
<p class="mb-0"> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. </p>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
{% endblock %}