1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

fix date errors

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2023-09-26 20:19:31 +05:30
parent c7da3e3388
commit 222be5e44d
2 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ type alias Model =
init : () -> ( Model, Effect Msg ) init : () -> ( Model, Effect Msg )
init () = init () =
( {} ( {}
, Effect.pushRoute { path = Route.Path.NotFound_, query = Dict.empty, hash = Nothing } , Effect.replaceRoute { path = Route.Path.NotFound_, query = Dict.empty, hash = Nothing }
) )
+19 -19
View File
@@ -49,62 +49,62 @@ jobList : List (Job msg)
jobList = jobList =
[ { title = "Associate Software Engineer" [ { title = "Associate Software Engineer"
, company = "Red Hat" , company = "Red Hat"
, from = "2022-07-01 10:10" , from = "2022-07-01T10:10:00"
, to = "Present" , to = "Present"
, body = Html.div [] [ Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Working on Tekton Results and Pipeline Service." ] ] , body = Html.div [] [ Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Working on Tekton Results and Pipeline Service." ] ]
} }
, { title = "Google Summer of Code Mentor" , { title = "Google Summer of Code Mentor"
, company = "FOSSology" , company = "FOSSology"
, from = "2022-05-01 10:10" , from = "2022-05-01T10:10:00"
, to = "Present" , to = "Parent"
, body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Mentoring Google Summer of Code contributors for The FOSSology Project." ] , body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Mentoring Google Summer of Code contributors for The FOSSology Project." ]
} }
, { title = "Software Engineering Intern" , { title = "Software Engineering Intern"
, company = "Red Hat" , company = "Red Hat"
, from = "2022-01-05 10:10" , from = "2022-01-05T10:10:00"
, to = "2022-06-30 10:10" , to = "2022-06-30T10:10:00"
, body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Worked on Pipeline Service and Minimal Tekton Server." ] , body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Worked on Pipeline Service and Minimal Tekton Server." ]
} }
, { title = "Technical Writer" , { title = "Technical Writer"
, company = "API7.ai" , company = "API7.ai"
, from = "2022-02-01 10:10" , from = "2022-02-01T10:10:00"
, to = "2022-07-31 10:10" , to = "2022-07-31T10:10:00"
, body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Created Katacoda tutorials for Apache APISIX, a cloud-native API gateway." ] , body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Created Katacoda tutorials for Apache APISIX, a cloud-native API gateway." ]
} }
, { title = "Open Source Contributor" , { title = "Open Source Contributor"
, company = "FOSSology" , company = "FOSSology"
, from = "2021-05-15 10:10" , from = "2021-05-15T10:10:00"
, to = "2021-09-23 10:10" , to = "2021-09-23T10:10:00"
, body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Upgraded old build system to CMake and improved tests and CI/CD for FOSSology." ] , body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Upgraded old build system to CMake and improved tests and CI/CD for FOSSology." ]
} }
, { title = "Java Developer Intern" , { title = "Java Developer Intern"
, company = "XResearch" , company = "XResearch"
, from = "2021-03-01 10:10" , from = "2021-03-01T10:10:00"
, to = "2021-05-15 10:10" , to = "2021-05-15T10:10:00"
, body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "" ] , body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "" ]
} }
, { title = "Technical Writer" , { title = "Technical Writer"
, company = "VideoLAN" , company = "VideoLAN"
, from = "2020-09-15 10:10" , from = "2020-09-15T10:10:00"
, to = "2020-11-30 10:10" , to = "2020-11-30T10:10:00"
, body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Created Mobile App user documentation for VLC Media Player." ] , body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [ Html.text "Created Mobile App user documentation for VLC Media Player." ]
} }
, { title = "Hindi Editor" , { title = "Hindi Editor"
, company = "SRIJAN, NIT Hamirpur" , company = "SRIJAN, NIT Hamirpur"
, from = "2018-11-01 10:10" , from = "2018-11-01T10:10:00"
, to = "2022-09-30 10:10" , to = "2022-09-30T10:10:00"
, body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [] , body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] []
} }
, { title = "Member" , { title = "Member"
, company = "Computer Science Engineers' Society, NIT Hamirpur" , company = "Computer Science Engineers' Society, NIT Hamirpur"
, from = "2019-01-07 10:10" , from = "2019-01-07T10:10:00"
, to = "2022-06-30 10:10" , to = "2022-06-30T10:10:00"
, body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [] , body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] []
} }
, { title = "Computer Science and Engineering" , { title = "Computer Science and Engineering"
, company = "National Institute of Technology Hamirpur" , company = "National Institute of Technology Hamirpur"
, from = "2018-06-20 10:10" , from = "2018-06-20T10:10:00"
, to = "2022-05-31 10:10" , to = "2022-05-31T10:10:00"
, body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] [] , body = Html.p [ class "mb-4 text-base font-normal text-gray-400" ] []
} }
] ]