diff --git a/public/resume.png b/public/resume.png new file mode 100644 index 0000000..29fec0b Binary files /dev/null and b/public/resume.png differ diff --git a/resources/views/Resume.vue b/resources/views/Resume.vue index 3dfab44..eebdd2b 100644 --- a/resources/views/Resume.vue +++ b/resources/views/Resume.vue @@ -1,31 +1,85 @@ @@ -52,4 +106,13 @@ export default { } } +.main-sheet-bg { + background-color: #424242; + color: #E0E0E0; +} + +.image-gradient { + mask-image: linear-gradient( to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%); +} +