diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index afbcc7f..c18ed71 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -29,6 +29,9 @@ a { color: #15202C; } +.-underline { + text-decoration: underline; +} .-pad-h { padding-left: 20px; padding-right: 20px; diff --git a/src/templates/index.hbs b/src/templates/index.hbs index e51f008..5a76efa 100644 --- a/src/templates/index.hbs +++ b/src/templates/index.hbs @@ -40,7 +40,7 @@ - Resume + Resume @@ -54,7 +54,7 @@ - {{this.name}} + {{this.name}}
{{this.description}}