Skip to content

Commit

Permalink
CV updated for selise
Browse files Browse the repository at this point in the history
  • Loading branch information
towfiq-bK committed Nov 8, 2021
1 parent c7eb4ac commit b262cbf
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 23 deletions.
File renamed without changes.
File renamed without changes.
Binary file modified Towfiqul_Islam.docx
Binary file not shown.
Binary file modified Towfiqul_Islam.pdf
Binary file not shown.
46 changes: 24 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,33 +178,35 @@ <h1><em>Towfiqul Islam</em></h1>
<h2 class="w3-text-black"><i
class="fa fa-suitcase fa-fw w3-margin-right w3-xxlarge w3-text-indigo"></i>Work Experience
(<span style="color: #1c7430" id="totalExperience">0</span>)</h2>
<!-- <div class="w3-container">-->
<!-- <h5 class="w3-opacity-min"><b>Software Engineer @-->
<!-- <a href="http://selise.ch" target="_blank"><em>SELISE</em></a></b></h5>-->
<!-- <h6 class="w3-text-indigo"><i class="fa fa-calendar fa-fw w3-margin-right"></i>November 2021 - -->
<!-- <span class="w3-tag w3-indigo w3-round">Current</span></h6>-->
<!-- <p>-->
<!-- <b><em>SELISE</em></b> (Secure Link Service) which headquarter is situated in Zurich,-->
<!-- Switzerland. It is a software company that works on big-scale private projects which provides-->
<!-- standard high-level-->
<!-- software solutions worldwide depending on customer need.-->
<!-- <br>-->
<!--&lt;!&ndash; <b>Key Responsibilities</b>&ndash;&gt;-->
<!--&lt;!&ndash; <br>&ndash;&gt;-->
<!--&lt;!&ndash; ● Developed various Govt and Private Web Application and Services.&ndash;&gt;-->
<!--&lt;!&ndash; <br>&ndash;&gt;-->
<!--&lt;!&ndash; ● Planned development cycle and collected requirements for developing software.&ndash;&gt;-->
<!--&lt;!&ndash; <br>&ndash;&gt;-->
<!-- </p>-->
<!-- <hr>-->
<!-- </div>-->
<div class="w3-container">
<h5 class="w3-opacity-min"><b>Software Engineer @
<a href="http://selise.ch" target="_blank"><em>SELISE</em></a></b></h5>
<h6 class="w3-text-indigo"><i class="fa fa-calendar fa-fw w3-margin-right"></i>November 2021 -
<span class="w3-tag w3-indigo w3-round">Current</span></h6>
<p>
<b><em>SELISE</em></b> (Secure Link Service) which headquarter is situated in
Zurich, Switzerland. It is a software company that works on big-scale private
projects which provides standard high-level software solutions worldwide
depending on customer need. SELISE is a software company, works for the
betterment of people and makes life easier, already operating in four countries.
<br>
<b>Key Responsibilities</b>
<br>
1) Responsible for defining & developing software for tasks associated.<br>
2) Develop enhancements to existing products.<br>
3) Collaborate in a team environment to share best practices.<br>
4) Implement process improvements.<br>
5) Ensure software quality.<br>
<br>
</p>
<hr>
</div>

<div class="w3-container">
<h5 class="w3-opacity-min"><b>Software Engineer @
<a href="http://exabyting.com" target="_blank"><em>Exabyting</em></a></b></h5>
<h6 class="w3-text-indigo"><i class="fa fa-calendar fa-fw w3-margin-right"></i>December 2019 -
<!-- November 2021</h6>-->
<span class="w3-tag w3-indigo w3-round">Current</span></h6>
November 2021</h6>
<p>
<b><em>Exabyting</em></b>, a software consultancy company works both on big scale government &
private
Expand Down
2 changes: 1 addition & 1 deletion js/towfiq.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $(document).ready(function () {

var currentYear = new Date().getFullYear();
var yearOfExp = parseInt(DateDiff.inMonths(careerStarted, today) / 12);
var monthOfExp = parseInt(DateDiff.inMonths(careerStarted, today) % 12);
var monthOfExp = parseInt((DateDiff.inMonths(careerStarted, today) + 1) % 12);
var daysOfExp = parseInt(DateDiff.inDays(careerStarted, today) % 30);
monthOfExp = daysOfExp < 15 ? (monthOfExp + 1) : monthOfExp;
yearOfExp += monthOfExp/12;
Expand Down

0 comments on commit b262cbf

Please sign in to comment.