cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 9bcc778ba0cab4f5354243e37a152923dfb12b3e
parent 1098bafa150d34a0893cc83faa6fed35b5b85cf3
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Tue, 30 Nov 2021 21:58:47 +0100

update intro

Diffstat:
M_includes/intro.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/intro.html b/_includes/intro.html @@ -1,5 +1,5 @@ <section class="intro"> <div class="container"> - <p class="lead">Hi, I'm John Doe. I do stuffs with computer and sometimes write about it here. I'm from Penang, MY and I ship code at <a href="#">Microsoft</a>.</p> + <p class="lead">Hi, my name is Andreas Gruhler. I work as an engineer at <a href="https://adfinis.com">Adfinis</a> in Zurich, Switzerland.</p> </div> </section>