diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-01-02 17:44:46 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-01-02 17:50:53 +0100 |
| commit | cbd092f5d020dbebda7a364606b26dc5aef0e72e (patch) | |
| tree | f303d6044ba7352f57a25c61d199b3431f19948b /_i18n/en/cv.md | |
| parent | c81b869ac732d09f0e3584bd83702f934b480b2d (diff) | |
| download | jo.mssola.com-cbd092f5d020dbebda7a364606b26dc5aef0e72e.tar.gz jo.mssola.com-cbd092f5d020dbebda7a364606b26dc5aef0e72e.zip | |
Fixed html-proofer errors
Basically an option that now accepts a hash instead of a mere string,
and some HTTPS errors that can be easily avoided.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '_i18n/en/cv.md')
| -rw-r--r-- | _i18n/en/cv.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/_i18n/en/cv.md b/_i18n/en/cv.md index b2660ed..c9860c5 100644 --- a/_i18n/en/cv.md +++ b/_i18n/en/cv.md @@ -4,7 +4,7 @@ <div class="info"> <a href="mailto:mikisabate@gmail.com"><i class="fa fa-envelope"></i> mikisabate@gmail.com</a> - - <a href="http://jo.mssola.com/"><i class="fa fa-home"></i> jo.mssola.com</a> - + <a href="http://jo.mssola.com/" data-proofer-ignore><i class="fa fa-home"></i> jo.mssola.com</a> - <a href="https://github.com/mssola"><i class="fa fa-github"></i> @mssola</a> - <a href="https://twitter.com/miquelssola"><i class="fa fa-twitter"></i> @miquelssola</a> </div> @@ -38,7 +38,7 @@ Currently maintaining, inside of the [SCC](https://scc.suse.com) team, all those tools that make possible the interactions between customers and SUSE's software through subscriptions. `October 2020 - Present` -**Councilor** at **[Consell Comarcal de l'Anoia](http://www.anoia.cat/)**<br/> +**Councilor** at **[Consell Comarcal de l'Anoia](https://www.anoia.cat/)**<br/> Taking this position from representatives that left office early, in october 2020 I took the office of Councilor and spokesman of the CUP party. `June 2019 - Present` @@ -58,7 +58,9 @@ Full-stack developer at Saifor. In there I developed a set of internal web appli `January 2011 - March 2015` **Developer** at **[KDE](https://kde.org/)**<br/> -I was involved with the KDE free software project. I was mainly focused on [KDevelop](http://kdevelop.org), where I was the maintainer for its Ruby support, and [Kate](https://kate-editor.org). +I was involved with the KDE free software project. I was mainly focused on +[KDevelop](https://www.kdevelop.org), where I was the maintainer for its Ruby +support, and [Kate](https://kate-editor.org). `April 2012 - August 2012` **Student** at **[Google Summer of Code](https://summerofcode.withgoogle.com/)**<br/> |
