Skip to content

Commit

Permalink
Changed year in experience
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSuworof committed Oct 29, 2023
1 parent 23073e0 commit 0375f93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/salat/resume/TomSuworof.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public String getEducation() {
* @return
* <ul>
* <li>
* <b>August 2021 — now.</b> Sigur, Nizhniy Novgorod. I am working on client server installable app for access
* <b>August 2022 — now.</b> Sigur, Nizhniy Novgorod. I am working on client server installable app for access
* security management.
* Tech stack: Spring, H2, Java Swing (desktop UI), C++, Maven, Ant, Gradle.
* </li>
Expand All @@ -118,7 +118,7 @@ public String getExperience() {
return """
<ul>
<li>
<b>August 2021 — now.</b> Sigur, Nizhniy Novgorod. I am working on client server installable app for access
<b>August 2022 — now.</b> Sigur, Nizhniy Novgorod. I am working on client server installable app for access
security management.
Tech stack: Spring, H2, Java Swing (desktop UI), C++, Maven, Ant, Gradle.
</li>
Expand All @@ -137,4 +137,4 @@ on binarysearch.io platform(Codewars analog): binarysearch.io/@/tom_suworof
</ul>
""";
}
}
}

0 comments on commit 0375f93

Please sign in to comment.