Skip to content

Commit

Permalink
update button
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Jan 13, 2024
1 parent 1340e08 commit 969fe9a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 21 additions & 1 deletion material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,25 @@
margin: 0 auto;
}

.github-button {
display: inline-block;
padding: 10px 20px;
margin-top: 20px;
background-color: #333; /* GitHub's dark gray */
color: white;
text-decoration: none;
font-weight: bold;
border-radius: 5px;
transition: background-color 0.3s;
}

.github-button:hover,
.github-button:focus {
background-color: #2c2f33; /* Slightly lighter gray for hover effect */
color: #ffffff;
text-decoration: none;
}

.projects,
.learn-more,
.featured {
Expand Down Expand Up @@ -258,8 +277,9 @@
</style>

<div class="hero">
<h1>Welcome to eunomia-bpf project!</h1>
<h1>Welcome to eunomia-bpf lab!</h1>
<p>Unlock the full potential of eBPF with our cutting-edge toolchains and runtimes.</p>
<a href="https://github.com/eunomia-bpf" class="github-button">View on GitHub</a>
</div>

<div class="section projects">
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/eunomia-bpf
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
generator: false
alternate:
- name: English
Expand Down

0 comments on commit 969fe9a

Please sign in to comment.