Skip to content

Commit

Permalink
Merge pull request #1 from pirjademl/update-favicon
Browse files Browse the repository at this point in the history
Add fade-in animation to hero section
  • Loading branch information
pirjademl authored Dec 3, 2023
2 parents 3f9c202 + 68e9d14 commit 6192365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Magdum Portfolio</title>
<link rel="icon" type="assets/image-x" href="/assets/favicon.png">
<link rel="stylesheet" href="styles.css">
<script defer src="index.js"></script>
<script src="https://kit.fontawesome.com/3b161c540c.js" crossorigin="anonymous"></script>
Expand Down Expand Up @@ -41,7 +42,7 @@
<main>
<article>
<section class="flex info-wrapper " id="about">
<div class="intro">
<div class="intro hidden">
<h1>Web Developer | MERN Stack Enthusiast</h1>
<p>I'm Magdum, a passionate web developer skilled in the MERN stack. I specialize in creating
dynamic
Expand Down

0 comments on commit 6192365

Please sign in to comment.