diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2024-09-15 21:22:42 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2024-09-15 21:22:42 -0300 |
commit | 80d677c18e3525dd762a7f94661a97c838a96951 (patch) | |
tree | 8843f3e9434746e4c3657a88e7a84c94d22f88b7 | |
parent | 82ae2263c0e0ef6009e521e90bf593d6943ea12d (diff) | |
download | ndato.com-80d677c18e3525dd762a7f94661a97c838a96951.tar.gz ndato.com-80d677c18e3525dd762a7f94661a97c838a96951.tar.bz2 |
updating link to resume
-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> |