Initial commit: open-source release of atakanozban.com
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@using atakanozbancom.Models.classes
|
||||
@model List<socialicon>
|
||||
|
||||
@foreach (var x in Model)
|
||||
{
|
||||
<a href="@x.url" class="text-decoration-none text-white-50">
|
||||
<i class="@x.icon"></i>
|
||||
</a>
|
||||
}
|
||||
Reference in New Issue
Block a user