Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update links to redirect to wallet, update branding #1

Merged
merged 3 commits into from
Dec 26, 2023
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
Binary file modified android-chrome-192x192.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 android-chrome-512x512.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 apple-touch-icon.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 added background.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 evm_logo.png
Binary file not shown.
Binary file modified favicon-16x16.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 favicon-32x32.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 favicon.ico
Binary file not shown.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 31 additions & 36 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,61 +4,52 @@

<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Revoking Permissions</title>
<meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<script src="js/redirect.js"></script>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Revoking Token Allowance Approvals</title>
<meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/ico" sizes="16x16" href="favicon.png">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="manifest" href="/site.webmanifest">
</head>

<body>
<div class="container"">
<div class="title-icon">
<img src="favicon-32x32.png" alt="telos-evm"/>
<h4>Revoking Permissions</h4>
<div class="title-header">
<img height="24" src="favicon.png" alt="telos-evm"/>
<h4>Revoking Approvals</h4>
</div>
<div> We are working on a revoke tool that better supports Telos.</div>
<p>
In the meantime if you would like to revoke permissions for an application in MetaMask, follow these steps:
<ol>
<li>Click the kebab menu (three dots) next to your username.</li>
<li>Select 'connected sites'.</li>
<li>Click 'disconnect' for each app you wish to revoke permissions.</li>
</ol>
<p>Keep in mind that unlike a revoke tool, this will revoke <i>all</i> permissions.
Once the tool is live, you'll be able to revoke only those permissions which grant direct access to your assets.
</p>
<p><a href="https://teloscan.io">Click here to visit Teloscan</a>.</p>
<div> Users can now view, edit, and revoke token allowance approvals by connecting to the <a href="https://wallet.telos.net/evm">Telos Web Wallet</a> at <a href="https://wallet.telos.net/evm">wallet.telos.net/evm</a> and selecting the 'Approvals' tab. </div>
<p>Visit our <a href="https://docs.telos.net/knowledge-base/limit-unlimited-token-allowances/">documentation</a> to find out more.</p>

</div>

</body>

<style>
html, body{
height: 100%;
width: 100%;
}
body {
margin: 0;
min-height: 100%;
background-color: transparent;
background-image: url("https://assets-global.website-files.com/60abb689ce5c94972a5f808a/60b0f92689d9d924a91448c0_GRADIENT%20v2.svg");
background-position: 0 0;
background-size: auto;
background-image: url('background.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: lighten;
font-family: Silka, sans-serif;
color: #cbcaf9;
font-size: 22px;
color: #404041;
font-size: 24px;
line-height: 180%;
}

li{
font-size: 20px;
}

a {
color: white;
color: #3393cd;
text-decoration: none;
}

Expand All @@ -78,6 +69,10 @@ <h4>Revoking Permissions</h4>
position: absolute;
}

.title-header{
white-space: nowrap;
}

@font-face {
font-family: 'Silka';
font-style: normal;
Expand Down
1 change: 1 addition & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}