aboutsummaryrefslogtreecommitdiff
path: root/includes/projects/home.php
blob: 244bfb889cde395cfa787491c1c3cfbef32e3e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="list-group">
    <a href="/creations/kartik" class="list-group-item list-group-item-action"><img src="/static/genericProjectIcon.png"
                                                                                    alt="" width="24px"> Kartik <span
                class="badge bg-secondary rounded-pill"><?= l("Development", "Programmation") ?></span></a>
    <a href="/creations/neutron" class="list-group-item list-group-item-action"><img
                src="/static/genericProjectIcon.png" alt="" width="24px"> Neutron <span
                class="badge bg-secondary rounded-pill"><?= l("Development", "Programmation") ?></span></a>
    <a href="/creations/gyrate-with-obliqueness" class="list-group-item list-group-item-action"><img
                src="/static/genericProjectIcon.png" alt="" width="24px"> Gyrate with Obliqueness <span
                class="badge bg-secondary rounded-pill"><?= l("Multimedia", "Multimédia") ?></span></a>
</div>