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 Nov 16, 2023
1 parent 36ad9ec commit 60f9005
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 5 additions & 6 deletions assets/scss/_landing_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
.handbook-section {
display: flex;
grid-column: span 2;
// flex-basis: 100%;
// flex: 2;
background: linear-gradient(112deg, #000 34.88%, rgba(0, 110, 88, 0.82) 92.89%, #000 159.16%);
flex-direction: row;
align-items: start;
Expand Down Expand Up @@ -103,16 +105,13 @@
.forum-section {
grid-row: span 3;
overflow: hidden;
justify-content: baseline;
align-content: baseline;
justify-self: baseline;
align-self: baseline;

img {
box-shadow: -8px 4px 25px 0px rgba(0, 211, 169, 0.50), 0px -8px 25px 0px rgba(0, 211, 169, 0.50);

border-radius: 8px;
width: 160%;
min-height: 26rem;
height: 18rem;
min-height: 70%;

}
@media (max-width: 1000px) {
Expand Down
2 changes: 2 additions & 0 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ title: Layer5
</div>
</a>

<a href="https://discuss.layer5.io">
<div class= "forum-section">
<div class="grid-card">
<span class="product-head">Discussion forum</span>
<p>Cloud Native Management of developer-defined infrastructure. Join the open source-first community of cloud native engineers.</p>
<img src="images/landing/discuss.png" />
</div>
</div>
</a>

<a href="https://layer5.io/community/handbook">
<div class= "handbook-section grid-card">
Expand Down

0 comments on commit 60f9005

Please sign in to comment.