Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7e8027

Browse files
committedNov 2, 2021
header/footer
1 parent 8260642 commit d7e8027

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed
 

‎_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
33
<div class="col-md-6 d-flex align-items-left">
44
<a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
5-
<img src="/assets/img/Swolfpy-Icon.png" width="60" height="60" preserveAspectRatio="xMidYMid slice" focusable="false">
5+
<img src="/assets/img/SwolfPy-Icon.png" width="60" height="60" preserveAspectRatio="xMidYMid slice" focusable="false">
66
</a>
77
<div>
88
<div><span class="text-muted"> Solid Waste Optimization Life-cycle Framework in Python(SwolfPy)</span></div>

‎_includes/header.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="container">
44
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
55
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
6-
<img src="/assets/img/Swolfpy-Icon.png" width="50" height="50" preserveAspectRatio="xMidYMid slice" focusable="false">
6+
<img src="/assets/img/SwolfPy-Icon.png" width="50" height="50" preserveAspectRatio="xMidYMid slice" focusable="false">
77
<span class="fs-1 fw-bolder"> SwolfPy</span>
88
</a>
99

@@ -19,15 +19,3 @@
1919
</div>
2020

2121
</header>
22-
23-
<ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
24-
<li class="nav-item">
25-
<a class="nav-link active" id="pills-home-tab" data-toggle="pill" href="{{ site.baseurl }}/people" role="tab" aria-controls="pills-home" aria-selected="true">Home</a>
26-
</li>
27-
<li class="nav-item">
28-
<a class="nav-link" id="pills-profile-tab" data-toggle="pill" href="{{ site.baseurl }}/publications" role="tab" aria-controls="pills-profile" aria-selected="false">Profile</a>
29-
</li>
30-
<li class="nav-item">
31-
<a class="nav-link" id="pills-contact-tab" data-toggle="pill" href="#pills-contact" role="tab" aria-controls="pills-contact" aria-selected="false">Contact</a>
32-
</li>
33-
</ul>

0 commit comments

Comments
 (0)
Please sign in to comment.