Skip to content

Commit

Permalink
Merge pull request #10 from lyes-s/8-full-address-location
Browse files Browse the repository at this point in the history
Lyes Sefiane | Professional Profile Update
  • Loading branch information
lyes-sefiane committed Mar 6, 2024
2 parents 735f13e + 2ed0609 commit 772e712
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/github-actions-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: set env
run: echo "NOW=$(date +'%y-%m-%d_%H-%M-%SS')" >> $GITHUB_ENV <<<<
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:${{ secrets.IMAGE_TAG }}
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:${{ secrets.IMAGE_TAG }}
${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:${{ env.NOW }}

# Deplo the static website to Firebase.
firebase_deploy:
Expand Down
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ <h2 class="h2 fw-light mb-4">Contact</h2>
</div>
<div class="col-sm-7">
<div class="pb-2">Up to 25%</div>
</div>
<div class="col-sm-5">
<div class="pb-2 fw-bolder"><i class="fas fa-address-card pe-2 text-muted" style="width:24px;opacity:0.85;"></i> Address</div>
</div>
<div class="col-sm-7">
<div class="pb-2">315-1071 Ambleside Dr<br/>OTTAWA ON K2B 6V4<br/>CANADA <img src="images/canada-flag.png" class="text-center" width="24" height="24"/></div>
</div>
</div>

Expand Down Expand Up @@ -745,7 +751,7 @@ <h2 class="h2 fw-light text mb-4">Contact Me</h2>
</div>
</div>
<div class="text-small">
<div class="mb-1">&copy; 2024 Lyes Sefiane. All rights reserved.</div>
<div class="mb-1"><i class="far fa-copyright"></i> 2024 Lyes Sefiane. All rights reserved.</div>
<div><a href="https://templateflip.com/" target="_blank">TemplateFlip</a></div>
</div>
</div>
Expand Down

0 comments on commit 772e712

Please sign in to comment.