minor UI/UX work

This commit is contained in:
msramalho
2024-10-30 17:21:58 +00:00
parent 42fa376f7d
commit b865148f4a
6 changed files with 49 additions and 39 deletions

View File

@@ -2,11 +2,6 @@
<v-container class="pane" fluid>
<v-row>
<v-col>
<v-alert color="#f2d97c" icon="mdi-alert">
This is a prototype demo service provided on a
best-effort basis. <br />Do not use for mission critical or sensitive
data.
</v-alert>
<v-alert color="orange" icon="mdi-information" v-if="user && !user.active">
To use this tool you need a Google account and <strong>permission from the Bellingcat team</strong>.<br />
You can do so HERE: TODO.
@@ -16,21 +11,17 @@
<v-card-title class="text-center">
Welcome to the Auto Archiver Setup Tool
</v-card-title>
<v-alert color="#f2d97c" icon="mdi-alert">
This is a prototype demo service provided on a
best-effort basis. <br />Do not use for mission critical or sensitive
data.
</v-alert>
<p>
This tool can be used to archive digital content via single <router-link to="/urls">URLs</router-link> or
<router-link to="/sheets">Google sheets</router-link>.
This tool can be used to archive digital content via single URL or Google Sheets, you can also <router-link to="/urls">search for archive content</router-link>.
</p>
<p v-if="!user || !user.active">
To use this tool you need a Google account and <strong>permission from the Bellingcat team</strong>.
</p>
<p>
This tool uses <a href="https://github.com/bellingcat/auto-archiver">Bellingcat's Auto Archiver</a> to
archive online content. For more information about the Auto Archiver see
<a href="https://github.com/bellingcat/auto-archiver">our Github repository</a>
and the <a
href="https://www.bellingcat.com/resources/2022/09/22/preserve-vital-online-content-with-bellingcats-auto-archiver-tool/">associated
article</a>.
</p>
</v-card-text>
</v-card>
</v-col>