diff --git a/.gitignore b/.gitignore
index 77c7b2e..74fc6b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
*.sublime-workspace
.DS_Store
-*.code-workspace
\ No newline at end of file
+*.code-workspace
+public
+rainloop
diff --git a/index.html b/index.html
index a18b2db..e5ef2da 100644
--- a/index.html
+++ b/index.html
@@ -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.
@@ -180,35 +180,6 @@
Education
-
- - to
- - Graduated from University of California, Irvine
- -
-
-
- - Bachelor of Science degree achieved in Biological Sciences, with a minor in Information and Computer Science.
- - GPA of 3.85 in Information and Computer Science minor.
-
-
-
-
-
-
-
-
-
- - Certified ScrumMaster Training
- -
-
-
-
-
-
-
- to
- Enrolled in Irvine Valley College
@@ -234,6 +205,35 @@
+
+
+
+
+
+ - Certified ScrumMaster Training
+ -
+
+
+
+
+
+
+
+ - to
+ - Graduated from University of California, Irvine
+ -
+
+
+ - Bachelor of Science degree achieved in Biological Sciences, with a minor in Information and Computer Science.
+ - GPA of 3.85 in Information and Computer Science minor.
+
+
+
+
@@ -256,7 +256,7 @@
@@ -275,10 +275,12 @@
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' : ''));
}
});