Updated site icons and added resume to about
This commit is contained in:
@ -67,29 +67,11 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||
className={`${space_grotesk.variable} scroll-smooth`}
|
||||
suppressHydrationWarning
|
||||
>
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="76x76"
|
||||
href={`${basePath}/static/favicons/apple-touch-icon.png`}
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href={`${basePath}/static/favicons/favicon-32x32.png`}
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href={`${basePath}/static/favicons/favicon-16x16.png`}
|
||||
/>
|
||||
<link rel="manifest" href={`${basePath}/static/favicons/site.webmanifest`} />
|
||||
<link
|
||||
rel="mask-icon"
|
||||
href={`${basePath}/static/favicons/safari-pinned-tab.svg`}
|
||||
color="#5bbad5"
|
||||
/>
|
||||
<link rel="icon" type="image/png" href="/static/favicons/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/static/favicons/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/static/favicons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/static/favicons/site.webmanifest" />
|
||||
<meta name="msapplication-TileColor" content="#000000" />
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#fff" />
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#000" />
|
||||
|
@ -1 +1,17 @@
|
||||
{"art":1,"store":1,"melis-sweetsimple":1,"visual-studio-code":1,"guide":4,"tailwind-nextjs-starter-blog":1,"disney":1,"github":1,"python":1,"projects":1,"code":1,"cygnus":1,"self-hosted":1,"server":1,"next-js":1}
|
||||
{
|
||||
"github": 1,
|
||||
"guide": 4,
|
||||
"next-js": 1,
|
||||
"visual-studio-code": 1,
|
||||
"tailwind-nextjs-starter-blog": 1,
|
||||
"cygnus": 1,
|
||||
"self-hosted": 1,
|
||||
"server": 1,
|
||||
"disney": 1,
|
||||
"art": 1,
|
||||
"store": 1,
|
||||
"melis-sweetsimple": 1,
|
||||
"python": 1,
|
||||
"projects": 1,
|
||||
"code": 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user