Skip to content

Commit

Permalink
udpate intro
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseottofy committed Sep 23, 2023
1 parent 85ec2f3 commit 60aa4e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/images/svg/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<meta property="og:url" content="https://chaseottofy.github.io/Portfolio">
<meta name="robots" content="index, follow">
<link type="image/png" href="./images/favicon/favicon-32x32.png" rel="icon" sizes="32x32">
<link rel="icon" href="./images/svg/favicon.svg" sizes="any" type="image/svg+xml">
<!-- <link type="image/png" href="./images/favicon/favicon-32x32.png" rel="icon" sizes="32x32"> -->
<link href="style.scss" rel="stylesheet">
<script src="index.js" defer="defer"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/sections/intro.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
position: absolute;
z-index:-1;
bottom: .25rem;
background-color: green;
/* background-color: green; */
left: 0;
width: 100%;
height: var(--header-height);
Expand Down

0 comments on commit 60aa4e3

Please sign in to comment.