Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Oct 30, 2023
1 parent dec0fb7 commit c1be7f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
File renamed without changes.
File renamed without changes
8 changes: 6 additions & 2 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,13 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
transform: rotate(-55.68deg);
flex-shrink: 0;
overflow: hidden;
background: linear-gradient(180deg, rgba(0, 179, 115, 0.00) 0%, rgba(0, 179, 159, 0.30) 100%);
background-image: linear-gradient(180deg, rgba(0, 179, 115, 0.00) 0%, rgba(0, 179, 159, 0.30) 100%);
position: absolute;
top: -18rem; right:-32rem;
z-index:-5;
background-clip: border-box;
background-clip: content-box;
-webkit-background-clip: padding-box;


}

Expand All @@ -282,6 +284,8 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
position: absolute;
top: 8rem;left:-24rem;
overflow: hidden;
background-clip: border-box;

z-index:-5;
}

Expand Down
2 changes: 1 addition & 1 deletion content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ title: Layer5
</a>
</div>

<div style="margin-top:25%;padding-top:25%"><a href="/cloud" class="dash">Expect More from Your Infrastructure</a> </div>
<div style="margin-top:25%;padding-top:25%"><a href="https://www.youtube.com/watch?v=034nVaQUyME&list=PL3A-A6hPO2IO_yzN83wSJJUNQActzCJvO&index=9" class="dash">Expect More from Your Infrastructure</a> </div>
<!-- <div class="taxonomy taxonomy-terms-cloud taxo-categories">
<h5 class="taxonomy-title">Cloud of Categories</h5>
<ul class="taxonomy-terms">
Expand Down

0 comments on commit c1be7f6

Please sign in to comment.