diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-20 01:15:15 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-20 01:15:15 +0200 |
commit | af9e5ef458b93ef2003905e1ccc5665e7266c242 (patch) | |
tree | 989ac25a8b75578788cd7157308f37b9b83cf8f5 /includes/projects/home.php | |
download | main-af9e5ef458b93ef2003905e1ccc5665e7266c242.tar.gz main-af9e5ef458b93ef2003905e1ccc5665e7266c242.tar.bz2 main-af9e5ef458b93ef2003905e1ccc5665e7266c242.zip |
Commit
Diffstat (limited to 'includes/projects/home.php')
-rw-r--r-- | includes/projects/home.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/projects/home.php b/includes/projects/home.php new file mode 100644 index 0000000..34fb3e1 --- /dev/null +++ b/includes/projects/home.php @@ -0,0 +1,5 @@ +<div class="list-group"> + <a href="/creations/dev/kartik" class="list-group-item list-group-item-action">Kartik <span class="badge bg-secondary rounded-pill">Development</span></a> + <a href="/creations/dev/neutron" class="list-group-item list-group-item-action">Neutron <span class="badge bg-secondary rounded-pill">Development</span></a> + <a href="/creations/video/gyrate-with-obliqueness" class="list-group-item list-group-item-action">Gyrate with Obliqueness <span class="badge bg-secondary rounded-pill">Multimedia</span></a> +</div>
\ No newline at end of file |