diff options
Diffstat (limited to 'zola')
-rw-r--r-- | zola/content/_index.md | 2 | ||||
-rw-r--r-- | zola/templates/base.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/zola/content/_index.md b/zola/content/_index.md index d3c7940..a27f4ce 100644 --- a/zola/content/_index.md +++ b/zola/content/_index.md @@ -20,7 +20,7 @@ To easily add content to this website, I use the [Zola static site generator](ht *Swimming, Coffee, and Heavy Metal.* -My name is Nicolás Dato, born in Argentina in 1991, and you can read more detailed information [in the Resume/CV section](/cv). +My name is Nicolás Dato, born in Argentina in 1991, and you can read more detailed information [in my Resume/CV](/cv-dato.pdf). Long story short, my professional career is +10 years of C experience and +3 years of Java experience. Also +10 years of experience with Bash, Perl, Linux, etc. Excluding Java, all other experience is in the broadcast industry, developing software at [3Way Solutions](https://3way.com.ar/en/inicio-en/). We produce systems to receive, monitor, analize, and transmit video/audio content, such as TV and radio. I'm also a freelancer for [Boreal IT](https://it.borealtech.com/en/), working with Java, .NET, React, and whatever they need. diff --git a/zola/templates/base.html b/zola/templates/base.html index 8b5a182..41c5e10 100644 --- a/zola/templates/base.html +++ b/zola/templates/base.html @@ -22,7 +22,7 @@ <li><a href="/">Home</a></li> <li><a href="/articles">Articles</a></li> <li><a href="https://git.ndato.com/">Git</a></li> - <li><a href="/cv">CV / Resume</a></li> + <li><a href="/cv-dato.pdf">CV / Resume</a></li> <li><a href="/contact">Contact</a></li> </menu> </nav> |