Initial commit: open-source release of atakanozban.com
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@{
|
||||
ViewBag.Title = "index";
|
||||
Layout = "~/Views/Shared/_PortfolioLayout.cshtml";
|
||||
}
|
||||
|
||||
<main class="px-3">
|
||||
<h1 class="index-title">@atakanozbancom.App_GlobalResources.Resource.MainH1</h1>
|
||||
<div class="wrapper fs-5">
|
||||
@atakanozbancom.App_GlobalResources.Resource.MainDiv
|
||||
</div>
|
||||
</main>
|
||||
@@ -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>
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<style>
|
||||
.background-image {
|
||||
background-image: url('@ViewBag.WallpaperUrl');
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user