Skip to content

Commit

Permalink
Building a new page
Browse files Browse the repository at this point in the history
  • Loading branch information
bucinskasj committed Oct 20, 2023
1 parent 4450791 commit 302cb2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions public/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
<a href="../" class="text-decoration-none">
<img id="home-image" class="rounded-circle"


src="../images/avataras.png"

src="../images/avatar.png"

/>
</a>
Expand Down
6 changes: 2 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Jonas Bučinskas</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Your meta description" />
<meta name="description" content="Jonas Bučinskas" />



Expand All @@ -25,9 +25,7 @@
<a href="./" class="text-decoration-none">
<img id="home-image" class="rounded-circle"


src="./images/avataras.png"

src="./images/avatar.png"

/>
</a>
Expand Down
4 changes: 1 addition & 3 deletions public/tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
<a href="../" class="text-decoration-none">
<img id="home-image" class="rounded-circle"


src="../images/avataras.png"

src="../images/avatar.png"

/>
</a>
Expand Down

0 comments on commit 302cb2a

Please sign in to comment.