Skip to content

Commit

Permalink
dash
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Oct 29, 2023
1 parent 385cf7d commit af68c69
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
// Dashboard

.l5btn {
padding: 1.25rem;
border-radius: 0.75rem;
border: 4px solid rgba(0, 179, 159, 0.40);
background: #000;
Expand All @@ -184,7 +185,11 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
}
& :hover {
color: white !important;
> img {
filter: grayscale(100%);
}
}

& :focus {
color: white;
}
Expand Down
6 changes: 5 additions & 1 deletion content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ title: Layer5

<!-- <h1 style="font-weight:800;margin-bottom: 4rem;font-size:5rem;">Expect More from Your Infrastructure</h1> -->
<div>
<a class="btn btn-lg btn-primary me-3 mb-4 l5btn"
<a class="btn btn-lg btn-primary me-3 mb-4 l5btn"
href="/cloud">
<img src="images/5-light-no-trim.svg"
style="width: 2rem; margin-right: .5rem;" />
Cloud Docs
<i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4 l5btn"
href="/meshmap">
<img src="images/meshmap-alt.svg"
style="width: 2rem; margin-right: .5rem;" />
MeshMap Docs
<i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
Expand Down
1 change: 1 addition & 0 deletions static/images/5-light-no-trim.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/meshmap-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af68c69

Please sign in to comment.