We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a018b commit 799738bCopy full SHA for 799738b
img/assets/logo.png
52.4 KB
src/aboutme.html
@@ -3,6 +3,7 @@
3
<head>
4
<meta name="viewport" content="width=device-width, initial-scale=1" />
5
<title>About me</title>
6
+ <link rel="shortcut icon" type="image/jpg" href="../img/favicon/text861.png"/>
7
<style>
8
body,
9
html {
src/index.html
@@ -22,7 +22,7 @@
22
<!-- nav starting -->
23
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
24
<div class="container-fluid">
25
- <a class="navbar-brand" href="#">GitHub-CARD</a>
+ <a class="navbar-brand" href="#"> <img src="../img/assets/logo.png" alt="G-Card" width="50px" height="50px"></a>
26
<button
27
class="navbar-toggler"
28
type="button"
0 commit comments