Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Star Meshery Repository button #319

Merged
merged 5 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/_sass/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,26 @@ $blue-munsell-3: #4392a4ff;
z-index: -1px;
}

.star-meshery-button{

padding: 0.5rem;
background-color: #f3d112;
text-decoration: none;
color: black;
border-radius: 8px;
font-weight: 600;
}

.star-meshery-button:hover{
text-decoration: none;
background-color: #f0d644;
color: black;
}

.star-meshery{
margin-top: 2rem;
}

.docs-section{
min-height: 100vh;
&-logo-span{
Expand Down
4 changes: 3 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ <h1 class="desc-h1">Nighthawk and Meshery</h1>
three choices of load generator for
characterizing and managing the performance
of service meshes and their workloads.</p> -->

<div class="star-meshery"><a class="star-meshery-button" href="https://github.com/meshery/meshery" target="_blank"
"> ⭐️ Star Meshery Repository </a>
</div>
Copy link
Member

@Chadha93 Chadha93 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vednp Thanks for the PR, let's not create a button like this.
Please refer to the https://meshery.io/ site, we need to replicate it.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, Is the position correct or should I add it in the hero section like in meshery's website?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's correct.

</div>
</div>
</div>
Expand Down