Skip to content

Commit

Permalink
added small chagnes
Browse files Browse the repository at this point in the history
  • Loading branch information
nirajprakash committed Oct 23, 2022
1 parent 3bcd468 commit 1298e09
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 10 deletions.
Binary file modified images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/ui/pages/home/home-about/home-about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ <h5 class="current-typo--h5 tb-color--white">Flutter</h5>

<div [@transitionText]="{value:_mTriggerAnim, params:{animDelay:600}}" fxLayout="row"
fxLayoutAlign="start center" fxLayoutGap="32">
<div class="btn-area-cv">
<a class="btn-area-cv" href="https://drive.google.com/file/d/1jFFc7Af7clmWZ1cfcVVP78AuTmMO4Q_4/view?usp=sharing" target="_blank">
<button mat-raised-button color="primary"><span class="current-typo--button-medium">Download
CV.</span></button>

</div>
</a>

<!-- <div class="btn-area-hire">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@


<!-- card junkielabs -->
<div [@transitionText]="{value:_mTriggerAnim, params:{animDelay:200}}" class="tb-position--relative card tb-color-bg--black-4">
<a [@transitionText]="{value:_mTriggerAnim, params:{animDelay:200}}" class="tb-position--relative card tb-color-bg--black-4 unlink"
href="https://junkielabs.in" target="_blank">


<div class="ribbon ribbon-top-right"><span class="current-typo--h5">Open Source</span></div>
Expand All @@ -34,7 +35,7 @@
</div>
<div class="tb-height--12"></div>

<h3 class="current-typo--h4">JunkieLabs</h3>
<h3 class="current-typo--h4 tb-color--black">JunkieLabs</h3>
<div class="tb-height--12"></div>
<p class="current-typo--body1 tb-color--black-54">An Open Source Initiative to help those who
need a good and common pattern to make app from scratch</p>
Expand All @@ -57,12 +58,13 @@ <h3 class="current-typo--h4">JunkieLabs</h3>

</div>

</div>
</a>

<div ngClass.gt-xs="tb-height--32" ngClass.xs="tb-height--20"></div>

<!-- card thedroid -->
<div [@transitionText]="{value:_mTriggerAnim, params:{animDelay:300}}" class="tb-position--relative card tb-color-bg--white current-elevation--2">
<a [@transitionText]="{value:_mTriggerAnim, params:{animDelay:300}}" class="tb-position--relative card tb-color-bg--white current-elevation--2 unlink"
href="https://thedroid.io" target="_blank">
<div class="card-backgrond tb-position--absolute tb-height--full tb-width--full" fxLayout="row" fxLayout.xs="column">

<div class="overlay"></div>
Expand All @@ -84,7 +86,7 @@ <h3 class="current-typo--h4">JunkieLabs</h3>
</div>
<div class="tb-height--12"></div>

<h3 class="current-typo--h4">Thedroid.io</h3>
<h3 class="current-typo--h4 tb-color--black">Thedroid.io</h3>
<div class="tb-height--12"></div>
<p class="current-typo--body1 tb-color--black-54">Freelance platform for app designing and
Development</p>
Expand All @@ -107,7 +109,7 @@ <h3 class="current-typo--h4">Thedroid.io</h3>

</div>

</div>
</a>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@
transform: rotate(45deg);
}
}

.unlink{
text-decoration: unset;
}


// .ribbon-top-right::before,
// .ribbon-top-right::after {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="main tb-position--relative" ngClass.xs="xs" ngClass.sm="sm"
<a class="main tb-position--relative unlink" ngClass.xs="xs" ngClass.sm="sm" [href]="_mAppUrl" target="_blank"
fxLayout="column" #animRefView>
<div class="background" ></div>

Expand All @@ -13,4 +13,4 @@ <h4 class="current-typo--h5 tb-text-align--center tb-color--black" ngClass.xs="c
</div>

</div>
</div>
</a>
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
}
}




&.sm {
.content {
// padding: 24px 24px;
Expand Down Expand Up @@ -82,3 +85,7 @@
}
}
}

.unlink{
text-decoration: unset;
}

0 comments on commit 1298e09

Please sign in to comment.