Skip to content

Commit bfe4a47

Browse files
committed
Add GitHub button to header and update footer with team attribution
- Add GitHub icon button to header navigation for repository access - Replace single maintainer attribution with team-based footer message - Add copyright notice with links to GitHub repository and Apache 2.0 license - Include Font Awesome GitHub icon in header controls
1 parent ce67563 commit bfe4a47

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

_layouts/default.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@
227227
<body>
228228
<header class="page-header">
229229
<div class="header-controls">
230+
<a href="https://github.com/radinhamidi/QueryGym" class="header-btn" title="View on GitHub">
231+
<i class="fab fa-github"></i>
232+
</a>
230233
<button class="header-btn" id="themeToggle" title="Toggle dark mode">
231234
<i class="fas fa-moon"></i>
232235
</button>
@@ -240,7 +243,9 @@ <h2 class="project-tagline">{{ site.description | default: "A lightweight, repro
240243
</main>
241244

242245
<footer class="site-footer">
243-
<span>QueryGym is maintained by <a href="https://github.com/radinhamidi">radinhamidi</a></span>
246+
<span>Made with ❤️ by the QueryGym Team</span>
247+
<br>
248+
<span style="font-size: 0.8rem; margin-top: 0.5rem; display: inline-block;">© 2024-2025 QueryGym Contributors · <a href="https://github.com/radinhamidi/QueryGym">GitHub</a> · <a href="https://opensource.org/licenses/Apache-2.0">Apache 2.0</a></span>
244249
</footer>
245250

246251
<script>

0 commit comments

Comments
 (0)