diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 977080f..d7173b4 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -11,6 +11,14 @@
GitHub
Maven Central
+
diff --git a/docs/_sass/_footer.scss b/docs/_sass/_footer.scss
index 835ad6c..fd6d151 100644
--- a/docs/_sass/_footer.scss
+++ b/docs/_sass/_footer.scss
@@ -62,6 +62,38 @@
}
}
+.footer__author {
+ font-size: 0.85rem;
+ color: var(--color-text-muted);
+ margin-bottom: $space-md;
+ display: flex;
+ align-items: center;
+ gap: $space-xs;
+ flex-wrap: wrap;
+ justify-content: center;
+
+ a {
+ display: inline-flex;
+ align-items: center;
+ gap: $space-xs;
+ color: var(--color-text);
+ font-weight: 600;
+ transition: color $transition-fast;
+
+ &:hover {
+ color: var(--color-primary);
+ }
+ }
+}
+
+.footer__avatar {
+ width: 24px;
+ height: 24px;
+ border-radius: 50%;
+ vertical-align: middle;
+ border: 1px solid var(--color-border);
+}
+
.footer__copy {
font-size: 0.8rem;
color: var(--color-text-muted);
diff --git a/docs/index.html b/docs/index.html
index eef64ff..4a5c9e2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -318,7 +318,7 @@ Run & See the Trace 🐇
- Ready to track them all??
+ Ready to track them all?
Block tracking, custom thresholds, constructor tracking, and more — explore all features in the docs and start measuring Java method execution time the smart way.