diff --git a/data/en/sections/about.toml b/data/en/sections/about.toml index ec1ff88..45a2e26 100644 --- a/data/en/sections/about.toml +++ b/data/en/sections/about.toml @@ -10,9 +10,9 @@ weight = 1 showOnNavbar = true template = "sections/about.html" -#[company] -#name = "Rossum Oy" -#url = "https://rossum.fi/etusivu_rossum-copy_en/" +[company] +name = "NetForecast" +url = "https://www.netforecast.com/" [[socialLinks]] name = "Email" diff --git a/data/en/sections/experience.toml b/data/en/sections/experience.toml index 8a0e839..7e86101 100644 --- a/data/en/sections/experience.toml +++ b/data/en/sections/experience.toml @@ -7,6 +7,21 @@ showOnNavbar = true [[experiences]] +[experiences.company] +name = "NetForecast" +url = "https://www.netforecast.com/" +location = "Charlottesville, Virginia, United States of America" +overview = "NetForecast independently measures and assesses end-to-end network performance" + +[[experiences.positions]] +designation = "Software Engineer" +start = "April 2025" +responsibilities = [ + "Full-stack software development (JavaScript, Python)" +] + +[[experiences]] + [experiences.company] name = "Rossum Oy" url = "https://rossum.fi/etusivu_rossum-copy_en/" diff --git a/data/fi/sections/about.toml b/data/fi/sections/about.toml index 53a0955..728bc2e 100644 --- a/data/fi/sections/about.toml +++ b/data/fi/sections/about.toml @@ -10,9 +10,9 @@ weight = 1 showOnNavbar = true template = "sections/about.html" -#[company] -#name = "Rossum Oy" -#url = "https://rossum.fi" +[company] +name = "NetForecast" +url = "https://www.netforecast.com/" [[socialLinks]] name = "Sähköposti" diff --git a/data/fi/sections/experience.toml b/data/fi/sections/experience.toml index 31d68e7..5730d43 100644 --- a/data/fi/sections/experience.toml +++ b/data/fi/sections/experience.toml @@ -7,6 +7,21 @@ showOnNavbar = true [[experiences]] +[experiences.company] +name = "NetForecast" +url = "https://www.netforecast.com/" +location = "Charlottesville, Virginia, Yhdysvallat" +overview = "NetForecast mittaa ja arvioi verkon päästä päähän -suorituskykyä riippumattomasti" + +[[experiences.positions]] +designation = "Ohjelmistokehittäjä" +start = "Huhti 2025" +responsibilities = [ + "Full-stack-ohjelmistokehitys (JavaScript, Python)" +] + +[[experiences]] + [experiences.company] name = "Rossum Oy" url = "https://rossum.fi/etusivu" diff --git a/go.sum b/go.sum index 5dd8b7c..2699c0c 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,2 @@ -github.com/hugo-toha/toha/v4 v4.6.0 h1:u+9KiGyTsC54sHld8HEvLEJBnKjkuuasHwair1wJM2Y= -github.com/hugo-toha/toha/v4 v4.6.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g= -github.com/hugo-toha/toha/v4 v4.7.0 h1:XmMLJRXoYKd8UmM3RTh0Kwe6+7l9/JnUi51c86h+GzU= -github.com/hugo-toha/toha/v4 v4.7.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g= -github.com/hugo-toha/toha/v4 v4.8.0 h1:TYNqOsr01q73R5Sgz7lonXoX39dIl22lZhQy/V421so= -github.com/hugo-toha/toha/v4 v4.8.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g= github.com/hugo-toha/toha/v4 v4.9.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA= github.com/hugo-toha/toha/v4 v4.9.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=