Skip to content

Commit

Permalink
added logo in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
code-reaper08 committed May 24, 2021
1 parent e2a018b commit 799738b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added img/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/aboutme.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>About me</title>
<link rel="shortcut icon" type="image/jpg" href="../img/favicon/text861.png"/>
<style>
body,
html {
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- nav starting -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<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>
<button
class="navbar-toggler"
type="button"
Expand Down

0 comments on commit 799738b

Please sign in to comment.