diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-06-18 08:31:18 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-06-18 08:31:18 +0100 |
| commit | 7504e85d8e13a447ede38919359e632670174bac (patch) | |
| tree | 3be91f1711489d536f4f7873447db20a6938ca1e /website/src/pages/cv.astro | |
| parent | f7b859be716da9f1e7cb77d21c8000013df854e8 (diff) | |
Soft skills in CV
Diffstat (limited to 'website/src/pages/cv.astro')
| -rw-r--r-- | website/src/pages/cv.astro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/website/src/pages/cv.astro b/website/src/pages/cv.astro index 4341cfa..6786fd9 100644 --- a/website/src/pages/cv.astro +++ b/website/src/pages/cv.astro @@ -16,6 +16,16 @@ import Page from '../layouts/Page.astro'; <p><a href="https://joeac.net">joeac.net</a></p> </header> + <section> + <h2>Soft skills</h2> + + <ul> + <li>Thinks critically with precision</li> + <li>Communicates clearly, especially in prepared presentations</li> + <li>Listens, reflects and then acts</li> + </ul> + </section> + <section class="technical-skills"> <h2>Technical skills</h2> |
