Skip to content

Commit 799738b

Browse files
committed
added logo in homepage
1 parent e2a018b commit 799738b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

img/assets/logo.png

52.4 KB
Loading

src/aboutme.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1" />
55
<title>About me</title>
6+
<link rel="shortcut icon" type="image/jpg" href="../img/favicon/text861.png"/>
67
<style>
78
body,
89
html {

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- nav starting -->
2323
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
2424
<div class="container-fluid">
25-
<a class="navbar-brand" href="#">GitHub-CARD</a>
25+
<a class="navbar-brand" href="#"> <img src="../img/assets/logo.png" alt="G-Card" width="50px" height="50px"></a>
2626
<button
2727
class="navbar-toggler"
2828
type="button"

0 commit comments

Comments
 (0)