diff --git a/assets/CSMCertificate.pdf b/assets/CSMCertificate.pdf
index 4d30d49..9cb96de 100644
Binary files a/assets/CSMCertificate.pdf and b/assets/CSMCertificate.pdf differ
diff --git a/index.html b/index.html
index 22964f2..018130e 100644
--- a/index.html
+++ b/index.html
@@ -8,8 +8,8 @@
-
-
+
+
@@ -46,8 +46,8 @@
http://flavoredorange.org
-
Social
-
http://bit.ly/feminaexlux
+
Social
+
https://plus.google.com/+LaniAung
@@ -64,6 +64,8 @@
At least 4 years of comfortable familiarity with Tomcat, Hibernate, Spring Projects, Maven, SOAP/WSDL, SVN/GIT, JUnit, and Mockito.
At least 2 years of ongoing learning of the Play 2.0 Framework, Lighttpd, Ruby, Twitter Bootstrap and FontAwesome.
About 1 year of templating with Thymeleaf and AngularJS.
+ About 1 year of basic database administration using Microsoft SQL Server (2008, 2012, 2014).
+ Ongoing learning of RazorHTML, C# and .NET frameworks with Sitecore.
4 years (2010-2014) of backend development with Struts 2.
2 years (2012-2014) of using RabbitMQ AMQP implementation for asynchronous event handling.
@@ -89,12 +91,27 @@
-
+
+ - Programmer / Application Developer (Sitecore) at Toastmasters International
+ -
+
+
+ - Maintain and develop new features for the Toastmasters website using .NET / C# with the Sitecore CMS framework and SQL Server database layer.
+
+
+
+
+
+
+
+
+
- Java Developer at Kronos Incorporated
-
- - Maintain and develop new features for a core product, Workforce TeleStaff™.
+ - Maintain and develop new features for a core product, Workforce TeleStaff™ with Java 7 / 8 and Spring Framework.
+ - Updated reporting tools to export to Excel for higher usability.
@@ -194,7 +211,7 @@
@@ -214,7 +231,9 @@
var started = $(this).attr("data-start");
var difference = thisYear - started;
- $(this).text(difference + ' year' + (difference != 1 ? 's' : ''));
+ if (difference > 0) {
+ $(this).text(difference + ' year' + (difference != 1 ? 's' : ''));
+ }
});