-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
30 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+667 KB
...6d69b5a-f1e3-473f-b374-cd6f362771b0.vsidx → ...9e8b5c9-34ba-438d-b96d-a337a3380118.vsidx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/BussinessLayer/bin/Debug/net6.0/BussinessLayer.dll
Binary file not shown.
Binary file modified
BIN
-44 Bytes
(100%)
CoreDemo/BussinessLayer/bin/Debug/net6.0/BussinessLayer.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/BussinessLayer/bin/Debug/net6.0/DataAccessLayer.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/BussinessLayer/bin/Debug/net6.0/DataAccessLayer.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/BussinessLayer/obj/Debug/net6.0/BussinessLayer.csproj.AssemblyReference.cache
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/BussinessLayer/obj/Debug/net6.0/BussinessLayer.dll
Binary file not shown.
Binary file modified
BIN
-44 Bytes
(100%)
CoreDemo/BussinessLayer/obj/Debug/net6.0/BussinessLayer.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,54 @@ | ||
@using EntityLayer.Concrete | ||
|
||
@model List<Blog> | ||
@{ | ||
Layout = "~/Views/Shared/UserLayout.cshtml"; | ||
} | ||
|
||
<section class="main-content-w3layouts-agileits"> | ||
<div class="container"> | ||
<h3 class="tittle">Blog Posts</h3> | ||
<div class="inner-sec"> | ||
<!--left--> | ||
<div class="left-blog-info-w3layouts-agileits text-left"> | ||
<div class="row"> | ||
@foreach(var item in Model){ | ||
<div class="col-lg-4 card"> | ||
<a href="single.html"> | ||
<img src="images/7.jpg" class="card-img-top img-fluid" alt=""> | ||
</a> | ||
<div class="card-body"> | ||
<ul class="blog-icons my-4"> | ||
<li> | ||
<a href="#"> | ||
<i class="far fa-calendar-alt"></i> @item.BlogCreateDate | ||
</a> | ||
</li> | ||
<li class="mx-2"> | ||
<a href="#"> | ||
<i class="far fa-comment"></i> 21 | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<i class="fas fa-eye"></i> @*@item.Category.CategoryName*@ | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
<h5 class="card-title"> | ||
<a href="single.html">@item.BlogTitle</a> | ||
</h5> | ||
<p class="card-text mb-3">Lorem ipsum dolor sit amet consectetur adipisicing elit sedc dnmo eiusmod tempor incididunt.. </p> | ||
<a href="single.html" class="btn btn-primary read-m">Read More</a> | ||
</div> | ||
</div> | ||
|
||
} | ||
</div> | ||
|
||
<!--//left--> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/CoreDemo/obj/Debug/net6.0/CoreDemo.csproj.AssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/DataAccessLayer/bin/Debug/net6.0/DataAccessLayer.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/DataAccessLayer/bin/Debug/net6.0/DataAccessLayer.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/DataAccessLayer/obj/Debug/net6.0/DataAccessLayer.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/DataAccessLayer/obj/Debug/net6.0/DataAccessLayer.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/DataAccessLayer/obj/Debug/net6.0/ref/DataAccessLayer.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
CoreDemo/DataAccessLayer/obj/Debug/net6.0/refint/DataAccessLayer.dll
Binary file not shown.