Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
35 changes: 33 additions & 2 deletions src/frontend/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,45 @@
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%sveltekit.assets%/favicon.ico" />
<title>Internet Identity</title>
<title>
Internet Identity is the login service for the Internet Computer, a fully
decentralized, privacy-preserving, secure, passwordless, biometric
authentication service for ICP applications, powered by blockchain
cryptography.
</title>
<meta
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 modified src/frontend/src/lib/icons/ReCheck_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/frontend/src/lib/icons/boom-dao-logo.png
Binary file not shown.
Binary file modified src/frontend/src/lib/icons/cosmicrafts_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/src/lib/icons/daoventure_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/frontend/src/lib/icons/football-god_logo.webp
Binary file not shown.
Binary file modified src/frontend/src/lib/icons/fpdao_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/src/lib/icons/ictoolkit_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 modified src/frontend/src/lib/icons/virtuaseal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Diff not rendered.
Diff not rendered.
1 change: 0 additions & 1 deletion src/frontend/src/lib/legacy/assets/icons/blendsafe.svg
Diff not rendered.
Diff not rendered.
Diff not rendered.
Loading
Loading