diff --git a/index.html b/index.html
index 7a51a9e..e5ef2da 100644
--- a/index.html
+++ b/index.html
@@ -59,7 +59,7 @@
- 15 years+ of programming compliant HTML, CSS , and Javascript, with best practices and utilizing frameworks such as jQuery , Bootstrap , and FontAwesome .
+ At least 16 years of programming compliant HTML, CSS , and Javascript, with best practices and utilizing frameworks such as jQuery , Bootstrap , and FontAwesome .
At least 3 years of basic database administration using Microsoft SQL Server (2008, 2012, 2014, 2016) and configuring IIS (7, 7.5, 8).
Ongoing learning of implementing Sitecore with RazorHTML, C# / .NET frameworks (4.0, 4.5, 4.6), Visual Studio , Team Foundation Server , and ReSharper .
At least 4 years of creating, updating, deploying NuGet .NET 4.5 / standard packages to provide dependencies to the main application.
@@ -109,13 +109,13 @@
- Maintain and develop new features for the Toastmasters website using .NET / C# with the Sitecore CMS framework and SQL Server database layer.
+ Maintained and developed new features for the Toastmasters website using .NET / C# with the Sitecore CMS framework and SQL Server database layer.
Co-lead SOA initiatives, implementing WCF and Web API services.
- Introduce automated testing along with continuous integration.
- Build robust applications with unit testing.
- Introduce loosely coupled designs with dependency injection.
- Create and manage common custom Toastmasters utilities and domain objects as .NET NuGet packages.
- Transition legacy ERP to Dynamics CRM and Dynamics Finance and Operations , connecting over OData RESTful APIs.
+ Introduced automated testing along with continuous integration.
+ Built robust applications with unit testing.
+ Introduced loosely coupled designs with dependency injection.
+ Created and managed common custom Toastmasters utilities and domain objects as .NET NuGet packages.
+ Transitioned legacy ERP to Dynamics CRM and Dynamics Finance and Operations , connecting over OData RESTful APIs.
@@ -256,7 +256,7 @@
- Last updated 2023-01-09
+ Last updated 2023-01-10
© Lani Aung
@@ -275,7 +275,9 @@
var started = $(this).attr("data-start");
var difference = thisYear - started;
- if (difference > 0) {
+ if (difference > 15)
+ $(this).text("15+ years");
+ else if (difference > 0) {
$(this).text(difference + ' year' + (difference != 1 ? 's' : ''));
}
});