Skip to content

Commit 6b41a4f

Browse files
committed
readme updates
1 parent ef3d4a1 commit 6b41a4f

File tree

1 file changed

+24
-34
lines changed
  • AspNetCoreHero.Boilerplate.Web/Areas/Dashboard/Views/Home

1 file changed

+24
-34
lines changed

AspNetCoreHero.Boilerplate.Web/Areas/Dashboard/Views/Home/Index.cshtml

Lines changed: 24 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="container z-depth-1" style=" margin-top: 30px;">
1919
<section class="p-md-3 mx-md-5">
2020
<div class="row d-flex justify-content-between align-items-center">
21-
<div class="col-md-6 mb-4">
21+
<div class="col-md-12">
2222
<h2 class="mb-3">The Vision</h2>
2323
<p class="text-muted pt-3">
2424
An idea to bring together the best and essential practices / pacakges of ASP.NET Core 5.0 along with Clean Hexagonal Architecture that can be a right fit for small/mid and enterprise level solutions. How easy would it be if you are able to run a single line of CLI command on your Console and you get a complete implementation in no time? That's the exact vision I had while building this full fledged Boilerplate template.
@@ -31,7 +31,7 @@
3131
<i class="far fa-paper-plane indigo-text pr-2"></i> Clean Architecture
3232
</h5>
3333
<p class="text-muted mb-lg-0">
34-
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
34+
Incorporating the best practices, this Solution Template offers you great flexibility in terms of features and scalability.
3535
</p>
3636
</div>
3737
<div class="col-lg-3 col-md-6 mb-5">
@@ -47,48 +47,38 @@
4747
<i class="fas fa-user amber-text pr-2"></i> User Management
4848
</h5>
4949
<p class="text-muted mb-md-0">
50-
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
50+
A fully implemented User Management Module that includes Login , Registration, JWT Authenication (WebAPI), User Profiles, Permissions Management, Role Management and much more is available out of the box.
5151
</p>
5252
</div>
5353
<div class="col-lg-3 col-md-6 mb-5">
5454
<h5 class="mb-3">
5555
<i class="fas fa-rocket red-text pr-2"></i> CRUD Implementation
5656
</h5>
5757
<p class="text-muted mb-md-0">
58-
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
58+
A Sample CRUD Implementation is included out of the box that loads blazing fast. Based on AJAX / View Rendering / jQueryTables / Cached Data. This gives you a Single Page Application Feel and Response times.
5959
</p>
6060
</div>
61-
<div class="col-lg-3 col-md-6 mb-5">
62-
<h5 class="mb-3">
63-
<i class="fas fa-rocket red-text pr-2"></i> CRUD Implementation
64-
</h5>
65-
<p class="text-muted mb-md-0">
66-
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
67-
</p>
68-
</div>
69-
<div class="col-lg-3 col-md-6 mb-5">
70-
<h5 class="mb-3">
71-
<i class="fas fa-rocket red-text pr-2"></i> CRUD Implementation
72-
</h5>
73-
<p class="text-muted mb-md-0">
74-
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
75-
</p>
76-
</div>
77-
<div class="col-lg-3 col-md-6 mb-5">
78-
<h5 class="mb-3">
79-
<i class="fas fa-rocket red-text pr-2"></i> CRUD Implementation
80-
</h5>
81-
<p class="text-muted mb-md-0">
82-
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
83-
</p>
84-
</div>
85-
<div class="col-lg-3 col-md-6 mb-5">
86-
<h5 class="mb-3">
87-
<i class="fas fa-rocket red-text pr-2"></i> CRUD Implementation
88-
</h5>
89-
<p class="text-muted mb-md-0">
90-
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
61+
</div>
62+
<div class="row d-flex justify-content-between align-items-center">
63+
<div class="col-md-12">
64+
<h2 class="mb-3">Documentation</h2>
65+
<p class="text-muted pt-3">
66+
Coming Soon. New Articles and Tutorials will be posted on my <a href="https://www.codewithmukesh.com">blog.</a>
67+
</p></div>
68+
</div>
69+
<div class="row d-flex justify-content-between align-items-center">
70+
<div class="col-md-12">
71+
<h2 class="mb-3">Support</h2>
72+
<p class="text-muted pt-3">
73+
Has this Project helped you learn something New? or Helped you at work? Do Consider Supporting. Here are a few ways by which you can support.
9174
</p>
75+
<ul>
76+
<li>Leave a star! - <a href="https://github.com/aspnetcorehero/Boilerplate">Repository</a> </li>
77+
<li>Recommend this awesome project to your colleages.</li>
78+
<li>Do consider endorsing me on LinkedIn for ASP.NET Core - <a href="https://www.linkedin.com/in/iammukeshm/"> Connect via LinkedIn</a></li>
79+
<li>Or, If you want to support this project on the long run, consider buying me a coffee.</li>
80+
</ul>
81+
<script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="codewithmukesh" data-color="#FFDD00" data-emoji="" data-font="Cookie" data-text="Buy me a coffee" data-outline-color="#000000" data-font-color="#000000" data-coffee-color="#ffffff"></script>
9282
</div>
9383
</div>
9484
</section>

0 commit comments

Comments
 (0)