Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartegnian committed Oct 15, 2022
2 parents 1d13408 + 01043ff commit 67b738f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dartegnians-portfolio",
"version": "1.4.6",
"version": "1.4.7",
"scripts": {
"ng": "ng",
"start": "gulp compress && ng serve",
Expand Down
26 changes: 13 additions & 13 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
<meta name="twitter:description" content="Dartegnian Velarde's interactive portfolio website with Material You color schemes. Built with Angular, TypeScript, and uses Sass.">
<meta name="twitter:image" content="https://portfolio.dartegnian.com/assets/img/banner.jpg">

<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
<link rel="mask-icon" href="/assets/icons/safari-pinned-tab.svg" color="#006398">
<link rel="manifest" href="manifest.webmanifest">

<meta name="msapplication-TileColor" content="#CDE5FF">
<meta name="msapplication-TileImage" content="https://portfolio.dartegnian.com/assets/icons/mstile-144x144.png">
<meta name="msapplication-config" content="https://portfolio.dartegnian.com/assets/browserconfig.xml">
<meta name="theme-color" content="#CDE5FF">

<link rel="preload" href="/assets/css/material-you--secondary.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/assets/css/material-you--tertiary.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/assets/css/material-you--quaternary.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link href="/assets/css/material-you--primary.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="/assets/css/material-you--primary.css"></noscript>

<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin=""/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&amp;display=swap" rel="preload" as="style" onload="this.rel = 'stylesheet'" crossorigin=""/>
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&amp;display=swap"></noscript>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,700,0,0&amp;display=swap" rel="preload" as="style" onload="this.rel = 'stylesheet'" crossorigin=""/>
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,700,0,0&amp;display=swap"></noscript>

<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
<link rel="mask-icon" href="/assets/icons/safari-pinned-tab.svg" color="#006398">

<link href="/assets/css/material-you--secondary.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link href="/assets/css/material-you--tertiary.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link href="/assets/css/material-you--quaternary.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link href="/assets/css/material-you--primary.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="/assets/css/material-you--primary.css"></noscript>
<link rel="manifest" href="manifest.webmanifest">
</head>

<body class="material-theme">
Expand Down

1 comment on commit 67b738f

@vercel
Copy link

@vercel vercel bot commented on 67b738f Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portfolio – ./

portfolio-dartegnian.vercel.app
portfolio-git-main-dartegnian.vercel.app
portfolio.dartegnian.com

Please sign in to comment.