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 @@
@@ -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' : '')); } }); - \ No newline at end of file +