diff options
Diffstat (limited to 'website')
| -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> |
