Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartegnian committed Jul 24, 2024
2 parents 5e273fe + c0ac710 commit 085e440
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/app/components/hero-banner/hero-banner.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<article class="hero-banner" id="hero-banner">
<section class="hero-banner__text-container">
<h1 class="hero-banner__header">{{ siteTitle }}</h1>
<p class="hero-banner__subheader"></p>
<p class="hero-banner__subheader">{{ siteDescription }}</p>
<accent-switcher></accent-switcher>

<section class="hero-banner__external-icons">
Expand Down
12 changes: 4 additions & 8 deletions src/app/components/hero-banner/hero-banner.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,12 @@
filter: blur(10px);
// min-height: 50vh;

&--first-image-disabled {
opacity: 0;
}

&--second-image-disabled {
opacity: 0;
}

&--first-image-disabled,
&--second-image-disabled,
&--custom-image-disabled {
opacity: 0;
user-select: none;
pointer-events: none;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/assets/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<square150x150logo src="/assets/icons/mstile-150x150.png"/>
<square310x310logo src="/assets/icons/mstile-310x310.png"/>
<wide310x150logo src="/assets/icons/mstile-310x150.png"/>
<TileColor>#cde5ff</TileColor>
<TileColor>#cee5ff</TileColor>
</tile>
</msapplication>
</browserconfig>
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
<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-TileColor" content="#cee5ff">
<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">
<meta name="theme-color" content="#cee5ff">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Dartegnian's Portfolio",
"short_name": "Dartegnian's Portfolio",
"theme_color": "#1976d2",
"background_color": "#cde5ff",
"theme_color": "#00639a",
"background_color": "#cee5ff",
"display": "standalone",
"scope": "./",
"start_url": "./",
Expand Down

0 comments on commit 085e440

Please sign in to comment.