mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
- Add two designs and methods for Alerts with custom styling - Comment out the icon on links CSS - for use when needed/Wanted - Begin creation of FAQ tempalte
192 lines
12 KiB
HTML
192 lines
12 KiB
HTML
<!-- Do not edit this file - it is a template. Please edit the faq.yml file -->
|
|
<p class="fs-3 fw-500" align="center">Welcome to our FAQ!</p>
|
|
|
|
{% for member in site.data.people.keymembers.key_members %}
|
|
{% if member.name != null and member.name != "" %} - {{ member.name }} {% endif %}{% if member.github != null and
|
|
member.github != "" %} [](https://github.com/{{ member.github }}){:target="_blank"} {% endif %} {% if
|
|
member.linkedin != null and member.linkedin != "" %}
|
|
[](https://www.linkedin.com/in/{{
|
|
member.linkedin }}/){:target="_blank"} {% endif %} {% if member.twitter != null and member.twitter != "" %}
|
|
[](https://twitter.com/{{member.twitter}}){:target="_blank"}{%
|
|
endif %} {% if member.description != null and member.description != "" %} - {{ member.description }} {% endif %}
|
|
{% endfor %}
|
|
|
|
<div class="panel-group" id="accordion">
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="noCrossRef accordion-toggle" data-toggle="collapse" data-parent="#accordion"
|
|
href="#collapseOne">Lorem ipsum dolor sit amet, consectetur adipiscing elit?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseOne" class="panel-collapse collapse noCrossRef">
|
|
<div class="panel-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
|
|
moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
|
|
Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
|
|
shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea
|
|
proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim
|
|
aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /.panel -->
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="noCrossRef accordion-toggle" data-toggle="collapse" data-parent="#accordion"
|
|
href="#collapseTwo">Curabitur eget leo at velit imperdiet varius. In eu ipsum vitae velit congue
|
|
iaculis vitae at risus?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseTwo" class="panel-collapse collapse noCrossRef">
|
|
<div class="panel-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
|
|
moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
|
|
Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
|
|
shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea
|
|
proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim
|
|
aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /.panel -->
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="noCrossRef accordion-toggle" data-toggle="collapse" data-parent="#accordion"
|
|
href="#collapseThree">Aenean consequat lorem ut felis ullamcorper?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseThree" class="panel-collapse collapse noCrossRef">
|
|
<div class="panel-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
|
|
moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
|
|
Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
|
|
shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea
|
|
proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim
|
|
aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /.panel -->
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="noCrossRef accordion-toggle" data-toggle="collapse" data-parent="#accordion"
|
|
href="#collapseFour">Lorem ipsum dolor sit amet, consectetur adipiscing elit?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseFour" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
|
|
moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
|
|
Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
|
|
shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea
|
|
proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim
|
|
aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /.panel -->
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="noCrossRef accordion-toggle" data-toggle="collapse" data-parent="#accordion"
|
|
href="#collapseFive">Curabitur eget leo at velit imperdiet varius. In eu ipsum vitae velit congue
|
|
iaculis vitae at risus?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseFive" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
|
|
moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
|
|
Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
|
|
shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea
|
|
proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim
|
|
aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /.panel -->
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="noCrossRef accordion-toggle" data-toggle="collapse" data-parent="#accordion"
|
|
href="#collapseSix">Aenean consequat lorem ut felis ullamcorper?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseSix" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
|
|
moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
|
|
Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
|
|
shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea
|
|
proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim
|
|
aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /.panel -->
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="noCrossRef accordion-toggle" data-toggle="collapse" data-parent="#accordion"
|
|
href="#collapseSeven">Lorem ipsum dolor sit amet, consectetur adipiscing elit?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseSeven" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
|
|
moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
|
|
Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
|
|
shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea
|
|
proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim
|
|
aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /.panel -->
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="noCrossRef accordion-toggle" data-toggle="collapse" data-parent="#accordion"
|
|
href="#collapseEight">Curabitur eget leo at velit imperdiet varius. In eu ipsum vitae velit congue
|
|
iaculis vitae at risus?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseEight" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
|
|
moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
|
|
Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
|
|
shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea
|
|
proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim
|
|
aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /.panel -->
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<a class="noCrossRef accordion-toggle" data-toggle="collapse" data-parent="#accordion"
|
|
href="#collapseNine">Aenean consequat lorem ut felis ullamcorper?</a>
|
|
</h4>
|
|
</div>
|
|
<div id="collapseNine" class="panel-collapse collapse">
|
|
<div class="panel-body">
|
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
|
|
moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
|
|
Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
|
|
shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea
|
|
proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim
|
|
aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /.panel -->
|
|
</div>
|
|
<!-- /.panel-group --> |