Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 committed Oct 31, 2024
1 parent 082f94b commit cce41af
Show file tree
Hide file tree
Showing 12 changed files with 90 additions and 53 deletions.
Binary file added android-chrome-192x192.webp
Binary file not shown.
Binary file added android-chrome-512x512.webp
Binary file not shown.
Binary file added apple-touch-icon.webp
Binary file not shown.
1 change: 0 additions & 1 deletion assets/index-BBMXL7mR.css

This file was deleted.

96 changes: 48 additions & 48 deletions assets/index-DnNweWMC.js → assets/index-Btr9Qalq.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-BwQwQc7r.css

Large diffs are not rendered by default.

Binary file removed banner.png
Binary file not shown.
Binary file added banner.webp
Binary file not shown.
Binary file added favicon-16x16.webp
Binary file not shown.
Binary file added favicon-32x32.webp
Binary file not shown.
Binary file modified favicon.ico
Binary file not shown.
45 changes: 41 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ghian Carlos Tan</title>
<meta
name="description"
content="This serves as my portfolio, featuring a compilation of my background, education, experiences and various projects including apps, web apps, websites, and more."
Expand All @@ -16,6 +14,45 @@
<meta name="author" content="Ghian Carlos Tan" />
<meta name="robots" content="index, follow" />

<!-- Favicon & Icons -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link
rel="icon"
type="image/webp"
sizes="16x16"
href="/favicon-16x16.webp"
/>
<link
rel="icon"
type="image/webp"
sizes="32x32"
href="/favicon-32x32.webp"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.webp"
/>
<link
rel="icon"
type="image/webp"
sizes="192x192"
href="/android-chrome-192x192.webp"
/>
<link
rel="icon"
type="image/webp"
sizes="512x512"
href="/android-chrome-512x512.webp"
/>

<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"
rel="stylesheet"
/>

<title>Ghian Carlos Tan</title>

<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
Expand Down Expand Up @@ -46,8 +83,8 @@
})(window.location);
</script>
<!-- End Single Page Apps for GitHub Pages -->
<script type="module" crossorigin src="/assets/index-DnNweWMC.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BBMXL7mR.css">
<script type="module" crossorigin src="/assets/index-Btr9Qalq.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BwQwQc7r.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit cce41af

Please sign in to comment.