Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Dec 25, 2020
1 parent ef3d4a1 commit 6b41a4f
Showing 1 changed file with 24 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="container z-depth-1" style=" margin-top: 30px;">
<section class="p-md-3 mx-md-5">
<div class="row d-flex justify-content-between align-items-center">
<div class="col-md-6 mb-4">
<div class="col-md-12">
<h2 class="mb-3">The Vision</h2>
<p class="text-muted pt-3">
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.
Expand All @@ -31,7 +31,7 @@
<i class="far fa-paper-plane indigo-text pr-2"></i> Clean Architecture
</h5>
<p class="text-muted mb-lg-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Incorporating the best practices, this Solution Template offers you great flexibility in terms of features and scalability.
</p>
</div>
<div class="col-lg-3 col-md-6 mb-5">
Expand All @@ -47,48 +47,38 @@
<i class="fas fa-user amber-text pr-2"></i> User Management
</h5>
<p class="text-muted mb-md-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
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.
</p>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h5 class="mb-3">
<i class="fas fa-rocket red-text pr-2"></i> CRUD Implementation
</h5>
<p class="text-muted mb-md-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
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.
</p>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h5 class="mb-3">
<i class="fas fa-rocket red-text pr-2"></i> CRUD Implementation
</h5>
<p class="text-muted mb-md-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h5 class="mb-3">
<i class="fas fa-rocket red-text pr-2"></i> CRUD Implementation
</h5>
<p class="text-muted mb-md-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h5 class="mb-3">
<i class="fas fa-rocket red-text pr-2"></i> CRUD Implementation
</h5>
<p class="text-muted mb-md-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h5 class="mb-3">
<i class="fas fa-rocket red-text pr-2"></i> CRUD Implementation
</h5>
<p class="text-muted mb-md-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div>
<div class="row d-flex justify-content-between align-items-center">
<div class="col-md-12">
<h2 class="mb-3">Documentation</h2>
<p class="text-muted pt-3">
Coming Soon. New Articles and Tutorials will be posted on my <a href="https://www.codewithmukesh.com">blog.</a>
</p></div>
</div>
<div class="row d-flex justify-content-between align-items-center">
<div class="col-md-12">
<h2 class="mb-3">Support</h2>
<p class="text-muted pt-3">
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.
</p>
<ul>
<li>Leave a star! - <a href="https://github.com/aspnetcorehero/Boilerplate">Repository</a> </li>
<li>Recommend this awesome project to your colleages.</li>
<li>Do consider endorsing me on LinkedIn for ASP.NET Core - <a href="https://www.linkedin.com/in/iammukeshm/"> Connect via LinkedIn</a></li>
<li>Or, If you want to support this project on the long run, consider buying me a coffee.</li>
</ul>
<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>
</div>
</div>
</section>
Expand Down

0 comments on commit 6b41a4f

Please sign in to comment.