Skip to content

Commit

Permalink
changes back to top icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Souradeephazra123 committed Oct 14, 2023
1 parent 1bf6f24 commit 1ba0267
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
5 changes: 3 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% assign t = site.data.locales[page.lang][page.lang] %}
<button id="scrollToTopButton" title="Go to top">Scroll to Top</button>
<a href="#C0"><img src="/circle-chevron-up-solid.svg" alt="No image" class="image" style="margin-bottom: 40px;"></a>

<footer class="bg-white border-top text-center pt-5">
<div class="container-lg p-responsive mx-auto">

Expand Down Expand Up @@ -94,4 +95,4 @@ <h3 class="h3-mktg mb-3">{{ t.footer.subscribe.heading }}</h3>
</div>
</div>
</div>
</footer>
</footer>
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% assign t = site.data.locales[page.lang][page.lang] %}
<nav class="main-nav">
<nav class="main-nav" id="C0">
<div class="container-lg mx-auto clearfix">
<div class="float-sm-right">
<ul
Expand Down
1 change: 1 addition & 0 deletions circle-chevron-up-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ba0267

Please sign in to comment.