Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
hsenbassam committed Oct 6, 2023
1 parent 19a3ad7 commit 0f823ea
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ img {

img {
height: auto;
max-width: 100%;
width: 100%;
}


Expand Down
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@
}

.img-profile .name-profile{
left: -22%;
left: -23%;
position: absolute;
top: 16.7%;
top: 20.7%;
-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
Expand Down
Binary file modified img/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 14 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1149,13 +1149,23 @@ <h1>experience</h1>

<!--Experience holder-->
<div class="exp-holder margTop">
<!--Experience-->
<div class="exp">
<div class="hgroup">
<h4>Senior Frontend Engineer - Linkurious</h4>
<h6><i class="icon-calendar"></i>Dec 2022 - <span class="current">Current</span></h6>
</div>
<p>As an integral member of a three-person Frontend development team, I've actively contributed to the development of a graph visualization and case management software.</p>
<p>My involvement spans the entire development life cycle: from comprehending business requirements, actively participating in ideation sessions, formulating and evaluating suitable solutions, drafting technical specif ications, executing the implementation, writing tests, and handling releases at the end of each sprint.</p>
Tech Stack: Angular/Typescript, NodeJS, CodeceptJS, GIT.
</div>
<!-- Experience -->
<div class="exp">
<div class="hgroup">
<h4>Software Engineer - Sword Group</h4>
<h6><i class="icon-calendar"></i>Jun 2018 - <span class="current">Current</span></h6>
<h6><i class="icon-calendar"></i>Jun 2018 - Nov 2022</span></h6>
</div>
<div>As a Software Developer at Sword Group, I work mainly with "Migros Online" client (aka LeShop), the leading Swiss Online Supermarket.
<div>As a Software Developer at Sword Group, I worked mainly with "Migros Online" client (aka LeShop), the leading Swiss Online Supermarket.
Being a Front End enthusiast, working in an Agile environment, my responsibilities include:
<ul>
<li>- Gathering and analyzing user requirements.</li>
Expand Down Expand Up @@ -1576,7 +1586,7 @@ <h1>contact info</h1>
<!--Address info-->
<div class="address-info">
<i class="icon-location"></i>
<p>Beirut - Lebanon</p><br>
<p>Paris - France</p><br>
</div>
<!--End address info-->

Expand All @@ -1590,7 +1600,7 @@ <h1>contact info</h1>
</li>
<li>
<div class="ico"><i class="icon-phone"></i></div>
<p>+ 961 71 177 528</p>
<p>+ 33 7 49 80 18 00</p>
</li>
<li>
<div class="ico"><i class="icon-link"></i></div>
Expand Down

0 comments on commit 0f823ea

Please sign in to comment.