X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Projects%2FViews%2FHome%2FIndex.cshtml;h=2f60f3368bd5a8bc84afa2b2b1044d1c01d6c894;hb=ebce2754ea0c114789c3f5ff6494ba390f2492ab;hp=c939b7e2bac82aeaa5bb8d087b2fff124c74ae56;hpb=5e0fe0cb10f848f46dd875350ca51198e28e0c74;p=wsti_pai.git diff --git a/Projects/Views/Home/Index.cshtml b/Projects/Views/Home/Index.cshtml index c939b7e..2f60f33 100644 --- a/Projects/Views/Home/Index.cshtml +++ b/Projects/Views/Home/Index.cshtml @@ -1,31 +1,39 @@ @{ - ViewBag.Title = "Home Page"; + ViewBag.Title = "Strona główna"; }
-

ASP.NET

-

ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.

-

Learn more »

+

Strona do prowadzenia projektów

+

Strona do prowadzenia projektów pisana na zaliczenie przedmiotu "Projektowanie Aplikacji Internetowych"

-
-

Getting started

-

- ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that - enables a clean separation of concerns and gives you full control over markup - for enjoyable, agile development. -

-

Learn more »

+
+

Ostatnio edytowany projekt

+ + @if (ViewBag.recentProject != null) + { +

@Html.ActionLink((string)ViewBag.recentProject.name, "Details", "Projects")

+ @ViewBag.recentProject.description + przez: @ViewBag.recentProject.User.login + } + else { +

Brak

+ } +

Pełna lista projektów »

-
-

Get more libraries

-

NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.

-

Learn more »

-
-
-

Web Hosting

-

You can easily find a web hosting company that offers the right mix of features and price for your applications.

-

Learn more »

+
+

Ostatnio edytowane zadanie

+ + @if (ViewBag.recentProject != null) + { +

@Html.ActionLink((string)ViewBag.recentTask.name, "Details", "ProjectTasks")

+ @ViewBag.recentTask.description + przez: @ViewBag.recentTask.User.login + } + else { +

Brak

+ } +

Pełna lista zadań »

\ No newline at end of file