Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/asset_util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ pub enum ContentType {
PNG,
SVG,
WOFF2,
TXT,
XML,
}

impl ContentType {
Expand All @@ -375,6 +377,8 @@ impl ContentType {
ContentType::PNG => "image/png".to_string(),
ContentType::SVG => "image/svg+xml".to_string(),
ContentType::WOFF2 => "application/font-woff2".to_string(),
ContentType::TXT => "text/plain".to_string(),
ContentType::XML => "application/xml".to_string(),
}
}
}
Expand Down Expand Up @@ -505,6 +509,8 @@ fn content_type_and_encoding(asset_path: &Path) -> (ContentType, ContentEncoding
"svg" => ContentType::SVG,
"webp" => ContentType::WEBP,
"woff2" => ContentType::WOFF2,
"txt" => ContentType::TXT,
"xml" => ContentType::XML,
ext => panic!(
"Unknown asset type '{}' for asset '{}'",
ext,
Expand Down
28 changes: 27 additions & 1 deletion src/frontend/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,35 @@
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
<link rel="canonical" href="https://identity.internetcomputer.org/" />
<meta
name="description"
content="Internet Identity is the authentication service on ICP enabling real privacy, with quick, safe and hassle-free sign-in"
/>
<meta name="robots" content="index, follow" />
Comment thread
aterga marked this conversation as resolved.
<meta
name="keywords"
content="Internet Identity, Internet Computer, ICP, DFINITY, authentication, digital identity, blockchain identity, decentralized identity, Web3 authentication, passwordless login, biometric authentication, secure login, privacy-focused identity, decentralized authentication, blockchain security, Web3 identity, cryptographic identity"
/>
<meta property="og:title" content="Internet Identity" />
<meta
property="og:description"
content="Internet Identity is the authentication service on ICP enabling real privacy, with quick, safe and hassle-free sign-in"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://id.ai/" />
<meta property="og:image" content="https://id.ai/social-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://id.ai/social-image.png" />
<meta name="twitter:title" content="Internet Identity" />
<meta
name="twitter:description"
content="Internet Identity is the authentication service on ICP enabling real privacy, with quick, safe and hassle-free sign-in"
/>
<meta name="twitter:creator" content="@dfinity" />
<link rel="canonical" href="https://id.ai/" />
Comment thread
aterga marked this conversation as resolved.
%sveltekit.head%
</head>

<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
Expand Down
Binary file removed src/frontend/src/lib/icons/boom-dao-logo.png
Binary file not shown.
Binary file removed src/frontend/src/lib/icons/football-god_logo.webp
Binary file not shown.
Binary file removed src/frontend/src/lib/icons/openfpl_logo.png
Binary file not shown.
Binary file removed src/frontend/src/lib/icons/personal_dao_logo.png
Binary file not shown.
Binary file removed src/frontend/src/lib/icons/seers_logo.webp
Binary file not shown.
Binary file removed src/frontend/src/lib/icons/unfoldvr_logo.webp
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion src/frontend/src/lib/legacy/assets/icons/bink_logo.svg

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/frontend/src/lib/legacy/assets/icons/blendsafe.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading
Loading