4.49.7
Some checks failed
Build-Release-Image / Build-Image (linux/arm64) (push) Successful in 3m21s
Build-Release-Image / Build-Image (linux/amd64) (push) Has been cancelled
Build-Release-Image / Merge-Images (push) Has been cancelled
Build-Release-Image / Create-Release (push) Has been cancelled
Build-Release-Image / Notify (push) Has been cancelled
Some checks failed
Build-Release-Image / Build-Image (linux/arm64) (push) Successful in 3m21s
Build-Release-Image / Build-Image (linux/amd64) (push) Has been cancelled
Build-Release-Image / Merge-Images (push) Has been cancelled
Build-Release-Image / Create-Release (push) Has been cancelled
Build-Release-Image / Notify (push) Has been cancelled
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<div class="flex-fill align-items-center mt-8">
|
||||
<!-- Image container -->
|
||||
<div class="mt-4 mb-4 text-center" style="display:block;">
|
||||
<a href="{{ url_for('dashboard.index') }}">
|
||||
<a href="{{ url_for("dashboard.index") }}">
|
||||
<picture>
|
||||
<source media="(max-width: 650px)" srcset="/static/logo.svg">
|
||||
<img src="/static/logo.svg" style="width: 12rem" alt="logo">
|
||||
@ -23,10 +23,8 @@
|
||||
style="background:black;
|
||||
color:white;
|
||||
display:block;
|
||||
width:50%;"
|
||||
href="{{ extension_link }}">
|
||||
Install {{ browser_name }} extension
|
||||
</a>
|
||||
width:50%"
|
||||
href="{{ extension_link }}">Install {{ browser_name }} extension</a>
|
||||
</div>
|
||||
<hr style="margin-top: 75px">
|
||||
<div style="margin-top: 75px">
|
||||
@ -37,10 +35,8 @@
|
||||
border-radius: 2px;
|
||||
border:1px solid black;
|
||||
display:block;
|
||||
width:50%;"
|
||||
href="{{ url_for('dashboard.index') }}">
|
||||
Continue to our web app
|
||||
</a>
|
||||
width:50%"
|
||||
href="{{ url_for("dashboard.index") }}">Continue to our web app</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="flex-fill align-items-center mt-8">
|
||||
<!-- Image container -->
|
||||
<div class="mt-4 mb-4 text-center" style="display:block;">
|
||||
<a href="{{ url_for('dashboard.index') }}">
|
||||
<a href="{{ url_for("dashboard.index") }}">
|
||||
<picture>
|
||||
<source media="(max-width: 650px)" srcset="/static/logo.svg">
|
||||
<img src="/static/logo.svg" style="width: 12rem" alt="logo">
|
||||
@ -22,17 +22,17 @@
|
||||
place-items:center;
|
||||
width:1024px;
|
||||
margin:auto;
|
||||
position:relative;">
|
||||
position:relative">
|
||||
<img src="/static/images/onboarding-click-icon.svg"
|
||||
style="width:400px;
|
||||
position:absolute;
|
||||
right:-70px;
|
||||
top:-90px;"/>
|
||||
top:-90px" />
|
||||
<img src="/static/images/onboarding-right-click.svg"
|
||||
style="position:absolute;
|
||||
width:440px;
|
||||
right:-20px;
|
||||
top:25px;"/>
|
||||
top:25px" />
|
||||
<div style="width: 25rem; display: block">
|
||||
<form method="post">
|
||||
{{ form.csrf_token }}
|
||||
@ -40,9 +40,10 @@
|
||||
{{ render_field_errors(form.email) }}
|
||||
<button type="submit"
|
||||
class="p-4 mt-2 text-decoration-none"
|
||||
style="background:black;color:white; width:10rem; border-radius: 4px">
|
||||
Send me an email
|
||||
</button>
|
||||
style="background:black;
|
||||
color:white;
|
||||
width:10rem;
|
||||
border-radius: 4px">Send me an email</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
@ -53,7 +54,7 @@
|
||||
</p>
|
||||
<p id="extension-version-text"
|
||||
class="font-weight-light"
|
||||
style="display:none;"></p>
|
||||
style="display:none"></p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="flex-fill align-items-center mt-8">
|
||||
<!-- Image container -->
|
||||
<div class="mt-4 mb-4 text-center" style="display:block;">
|
||||
<a href="{{ url_for('dashboard.index') }}">
|
||||
<a href="{{ url_for("dashboard.index") }}">
|
||||
<picture>
|
||||
<source media="(max-width: 650px)" srcset="/static/logo.svg">
|
||||
<img src="/static/logo.svg" style="width: 12rem" alt="logo">
|
||||
@ -26,18 +26,14 @@
|
||||
{% else %}
|
||||
<a class="mx-6 p-4 text-decoration-none"
|
||||
style="background:black;
|
||||
color:white;"
|
||||
href="{{ url_for('auth.register', next=url_for('onboarding.setup_done')) }}">
|
||||
Create a new account
|
||||
</a>
|
||||
color:white"
|
||||
href="{{ url_for('auth.register', next=url_for('onboarding.setup_done') ) }}">Create a new account</a>
|
||||
<a class="mx-6 p-4 text-decoration-none"
|
||||
style="background:white;
|
||||
color:black;
|
||||
border-radius: 2px;
|
||||
border:1px solid black;"
|
||||
href="{{ url_for('auth.login', next=url_for('onboarding.setup_done')) }}">
|
||||
I already have an account
|
||||
</a>
|
||||
border:1px solid black"
|
||||
href="{{ url_for('auth.login', next=url_for('onboarding.setup_done') ) }}">I already have an account</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="flex-fill align-items-center mt-8">
|
||||
<!-- Image container -->
|
||||
<div class="mt-4 mb-4 text-center" style="display:block;">
|
||||
<a href="{{ url_for('dashboard.index') }}">
|
||||
<a href="{{ url_for("dashboard.index") }}">
|
||||
<picture>
|
||||
<source media="(max-width: 650px)" srcset="/static/logo.svg">
|
||||
<img src="/static/logo.svg" style="width: 24rem" alt="logo">
|
||||
|
Reference in New Issue
Block a user