Skip to content

Commit c1be7f6

Browse files
committed
update
Signed-off-by: Lee Calcote <[email protected]>
1 parent dec0fb7 commit c1be7f6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
File renamed without changes.

assets/scss/_styles_project.scss

+6-2
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,13 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
268268
transform: rotate(-55.68deg);
269269
flex-shrink: 0;
270270
overflow: hidden;
271-
background: linear-gradient(180deg, rgba(0, 179, 115, 0.00) 0%, rgba(0, 179, 159, 0.30) 100%);
271+
background-image: linear-gradient(180deg, rgba(0, 179, 115, 0.00) 0%, rgba(0, 179, 159, 0.30) 100%);
272272
position: absolute;
273273
top: -18rem; right:-32rem;
274274
z-index:-5;
275-
background-clip: border-box;
275+
background-clip: content-box;
276+
-webkit-background-clip: padding-box;
277+
276278

277279
}
278280

@@ -282,6 +284,8 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
282284
position: absolute;
283285
top: 8rem;left:-24rem;
284286
overflow: hidden;
287+
background-clip: border-box;
288+
285289
z-index:-5;
286290
}
287291

content/en/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ title: Layer5
2222
</a>
2323
</div>
2424

25-
<div style="margin-top:25%;padding-top:25%"><a href="/cloud" class="dash">Expect More from Your Infrastructure</a> </div>
25+
<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>
2626
<!-- <div class="taxonomy taxonomy-terms-cloud taxo-categories">
2727
<h5 class="taxonomy-title">Cloud of Categories</h5>
2828
<ul class="taxonomy-terms">

0 commit comments

Comments
 (0)