From 3d17f53eac420f6477c98c3e794ab937af62440a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C4=9Fan=20=C3=9Cnl=C3=BC?= <36102404+armgnunlu@users.noreply.github.com> Date: Thu, 24 Sep 2020 15:40:41 +0300 Subject: [PATCH] Resolved #3223 --- .../Pages/Index.cshtml | 162 ++++++++++++++++-- 1 file changed, 150 insertions(+), 12 deletions(-) diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml index 532aa810c4..d01781f24b 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml @@ -15,17 +15,155 @@ } -
-

@L["Welcome"]

-
-
-

@L["LongWelcomeMessage"]

-
+
+
+ +

@L["Welcome"] to Abp.io

+ +

@L["LongWelcomeMessage"]

+ + abp.io + @if (!CurrentUser.IsAuthenticated) + { + @L["Login"] + } +
- abp.io - @if (!CurrentUser.IsAuthenticated) - { - @L["Login"] - } -
\ No newline at end of file +
+

Let's improve your application!

+

Here are some links to help you get started:

+
+
+
+
+
+
+
Learn Abp.io
+

The easiest way to start a new web application with the ABP Framework.

+ See Documents +
+
+
+
+
Support
+

See answers to previously asked questions or ask a new one.

+ Questions +
+
+
+
+
ABP Community
+

Get involved with a vibrant community and become a contributor.

+ Community + Contribute +
+
+
+
+
+
+
ABP Blog
+

Take a look at our recently published articles.

+ See Blog +
+
+
+
+
Github
+

Do you love Abp.io?

+

+ Star + Issue + Fork +

+ Feature Requests +
+
+
+
+
Stackoverflow
+

See answers to previously asked questions or ask a new one.

+ Questions + Ask a Question +
+
+
+
+
+ + +
+

Meet the Abp Commercial

+

A Complete Web Application Platform Built-on Abp Framework

+
+ +
+
+

+ ABP Commercial is a platform based on the open source ABP framework. It provides pre-built application modules, + rapid application development tooling, professional UI themes, premium support and more. +

+ +
+
+
+
+ Startup Templates + Details +
+
+
+
+
+
+ Application Modules + Details +
+
+
+
+
+
+ Developer
Tools + Details +
+
+
+
+
+
+ UI
Themes + Details +
+
+
+
+
+
+ Additional Services + Details +
+
+
+
+
+
+ Premium Support + Details +
+
+
+
+
+
+ +
+ \ No newline at end of file