Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaA08 committed Apr 26, 2024
1 parent 7698ddf commit 48e9ce7
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 3 deletions.
Binary file added css/images/favicon_io/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/favicon_io/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/favicon_io/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/favicon_io/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/favicon_io/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/favicon_io/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions css/images/favicon_io/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
<title>Isha's Portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Styling -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/animations.css">
<link rel="stylesheet" type="text/css" href="css/main.css">

<!-- Favicon -->
<link rel="icon" href="/css/images/favicon_io/favicon.ico">

<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -206,7 +211,8 @@ <h1>Hi, I'm Isha.</h1>
<h1>About Me</h1>
<div class="row">
<div class="col-lg-9 col-md-9 col-sm-12">
<p> Hello! I'm a software developer based out of Calgary, AB passionate about
<p> <br>
Hello! I'm a software developer based out of Calgary, AB passionate about
building elegant solutions through code and creativity. With over two years of
hands-on experience in full-stack development, I bring a well-rounded mix
of technical and soft skills alongside a keen eye for details to every project I
Expand All @@ -228,7 +234,8 @@ <h1>About Me</h1>
<img src="css/images/about-portrait-2.png" class="img-fluid about-portrait">
</div>
<div class="col-lg-9 col-md-9 col-sm-12">
<p> I prioritize clean and efficient code practices, test-driven
<p> <br>
I prioritize clean and efficient code practices, test-driven
development,
and agile methodologies to deliver high-quality software solutions. I specialize in
building web applications, APIs, and user interfaces using technologies such as
Expand Down Expand Up @@ -685,7 +692,7 @@ <h5>Whether it's for work or chatting about tech, feel free to reach out to me!<
README file
</a>
of this project's GitHub repository for full details on every image's source (author, website,
license) alongside all tutorials and materials referred to or learned from when creating this
license, etc.) alongside all tutorials and materials referred to or learned from when creating this
project.
</p>
</footer>
Expand Down

0 comments on commit 48e9ce7

Please sign in to comment.