Skip to content

Latest commit

 

History

History
107 lines (99 loc) · 5.32 KB

index.md

File metadata and controls

107 lines (99 loc) · 5.32 KB
<script src="https://kit.fontawesome.com/72c07d4b2a.js" crossorigin="anonymous"></script>

Plateforme

{% for plateform in site.data.plateforms %} {{plateform}} {%endfor%} Tout
<h2> Sujet </h2>
<div class="button-group filter-button-group" data-filter-group='categories' >
    {% for categorie in site.data.categories %}
    <button class='button button_tags' data-filter=".{{categorie}}">{{categorie}}</button>
    {%endfor%}
    <button class='button button_tags button_categorie'  data-filter="*">Tout</button>
</div>
Recherche
Aléatoire

Les créateurs répondants correspondants aux critères sélectionnés

{% for creators in site.data.creators %} {% if creators.condition_card %}

{% if creators.youtube_profil_image_url != '' %} {% else %} {% endif %} @{{ creators.global_name }}

{% if creators.youtube_description != '' %} {{ creators.youtube_description | newline_to_br}} {% else %} {{ creators.twitch_description | newline_to_br}} {% endif %}

{% if creators.twitter_account_name != '' and creators.twitter_followers != '' %} twitter {{ creators.twitter_followers }} {% endif %} {% if creators.youtube_channel_name != '' and creators.condition_youtube %} youtube {{ creators.youtube_subscriber_count}} {% endif %} {% if creators.twitch_channel_name != '' and creators.condition_twitch %} twitch {{ creators.twitch_followers}} {% endif %} {% endif %} {% endfor %}
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script> <script src="https://unpkg.com/isotope-layout@3.0/dist/isotope.pkgd.js"></script> <script src="/assets/js/script.js"></script> <script src='/assets/js/filterAndSearch.js'></script>