Skip to content

Commit 8385864

Browse files
committed
placing hint down the header and stylizing games dropdown
1 parent f58535c commit 8385864

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

_includes/elements/dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<span class="{{ include.menu_class }}">
2-
<button class="btn btn-secondary dropdown-toggle" type="button" id="{{ include.id }}" data-bs-toggle="dropdown" aria-expanded="false" style="padding: 0.125rem 0.3rem;">
2+
<button class="btn btn-secondary dropdown-toggle" type="button" id="{{ include.id }}" data-bs-toggle="dropdown" aria-expanded="false" style="padding: 0.125rem 0.3rem; background: linear-gradient(to right, rgba(131, 131, 131, 0.9), rgba(153, 153, 153, 0.9));">
33
{{ include.label }}
44
</button>
55
<ul class="dropdown-menu dropdown-menu-dark" aria-labelledby="{{ include.id }}">

_includes/footer.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@
66

77
{% include social.html %}
88

9-
<div class="d-flex justify-content-center align-items-center mt-3">
10-
<a href="https://hits.sh/agarnung.github.io/">
11-
<img alt="Hits" src="https://hits.sh/agarnung.github.io.svg?style=plastic&label=visits&extraCount=20&color=5dd032&labelColor=605656&logo=githubpages"/>
12-
</a>
13-
</div>
14-
159
</footer>

_includes/navbar.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<nav class="navbar navbar-expand-lg navbar-themed">
22

3-
<a class="navbar-brand " href="{{ site.baseurl }}/"><h5><b>{{ site.title }}</b></h5></a>
3+
<a>
4+
<div class="d-flex align-items-center m-0">
5+
<a class="navbar-brand" href="{{ site.baseurl }}/" style="text-align:center; padding-bottom: 12.5px;">
6+
<h5><b>{{ site.title }}</b></h5>
7+
</a>
8+
<a href="https://hits.sh/agarnung.github.io/">
9+
<img alt="Hits" src="https://hits.sh/agarnung.github.io.svg?style=plastic&label=visits&extraCount=20&color=5dd032&labelColor=605656&logo=githubpages"/>
10+
</a>
11+
</div>
12+
</a>
413

514
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
615
<i class="fas fa-1x fa-bars text-themed"></i>

0 commit comments

Comments
 (0)