Skip to content

Commit c2e978c

Browse files
committed
Update import instructions & update favicon
1 parent d6c1394 commit c2e978c

File tree

3 files changed

+73
-50
lines changed

3 files changed

+73
-50
lines changed

pages/import/index.vue

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
<ol class="list-decimal list-inside">
88
<li>Copy the server address below</li>
99
<li>
10-
Click on run shortcut if you have not installed the shortcut or click
11-
on open shortcut if you have already installed it
12-
</li>
13-
<li>
14-
Run the shortcut it will import whatever you selected from the App
10+
Click on 'Import and Run Shortcut' if you have not installed the
11+
shortcut or click on 'Run Shortcut' if you have already installed it
1512
</li>
13+
<li>Shortcut will import whatever you selected from the App</li>
1614
</ol>
1715
</div>
1816
<div

pages/index.vue

Lines changed: 70 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,71 @@
1-
<template>HELLOO</template>
2-
<style>
3-
/* * {
4-
margin: 0;
5-
padding: 0;
6-
box-sizing: border-box;
7-
}
1+
<template>
2+
<div class="flex flex-col">
3+
<div class="flex flex-col items-center justify-center gap-2">
4+
<h1 class="text-3xl font-bold">iDescriptor</h1>
5+
<span
6+
>A free, open-source, and cross-platform iDevice management tool
7+
</span>
8+
</div>
9+
<img
10+
src="https://github.com/iDescriptor/iDescriptor/blob/main/resources/repo/crossplatform.png?raw=true"
11+
/>
812

9-
body {
10-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
11-
Ubuntu, Cantarell, sans-serif;
12-
min-height: 100vh;
13-
display: flex;
14-
align-items: center;
15-
justify-content: center;
16-
background-color: #242424;
17-
}
18-
19-
:root {
20-
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
21-
line-height: 1.5;
22-
font-weight: 400;
23-
24-
color-scheme: light dark;
25-
color: rgba(255, 255, 255, 0.87);
26-
background-color: #242424;
27-
28-
font-synthesis: none;
29-
text-rendering: optimizeLegibility;
30-
-webkit-font-smoothing: antialiased;
31-
-moz-osx-font-smoothing: grayscale;
32-
}
33-
34-
@media (prefers-color-scheme: light) {
35-
:root {
36-
color: #213547;
37-
background-color: #ffffff;
38-
}
39-
a:hover {
40-
color: #747bff;
41-
}
42-
button {
43-
background-color: #f9f9f9;
44-
}
45-
} */
46-
</style>
13+
<div class="flex flex-wrap justify-center gap-2 mt-4">
14+
<a href="https://github.com/iDescriptor/iDescriptor/blob/main/LICENSE">
15+
<img
16+
alt="GitHub"
17+
src="https://img.shields.io/github/license/iDescriptor/iDescriptor"
18+
/>
19+
</a>
20+
<a href="https://github.com/iDescriptor/iDescriptor/issues">
21+
<img
22+
src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat"
23+
alt="CodeFactor"
24+
/>
25+
</a>
26+
<a
27+
href="https://github.com/iDescriptor/iDescriptor/actions/workflows/build.yml"
28+
rel="nofollow"
29+
>
30+
<img
31+
src="https://img.shields.io/github/actions/workflow/status/iDescriptor/iDescriptor/build-linux.yml?branch=main&logo=Github"
32+
alt="Build"
33+
/>
34+
</a>
35+
<a href="https://github.com/iDescriptor/iDescriptor/tags" rel="nofollow">
36+
<img
37+
alt="GitHub tag (latest SemVer pre-release)"
38+
src="https://img.shields.io/github/v/tag/iDescriptor/iDescriptor?include_prereleases&label=version"
39+
/>
40+
</a>
41+
<img
42+
alt="Platform"
43+
src="https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-blue.svg"
44+
/>
45+
<img
46+
alt="Language"
47+
src="https://img.shields.io/badge/C++-20-hotpink.svg"
48+
/>
49+
<img alt="Qt" src="https://img.shields.io/badge/Qt-6-brightgreen.svg" />
50+
<a href="https://github.com/iDescriptor/iDescriptor/releases">
51+
<img
52+
src="https://img.shields.io/badge/AppImage-available-brightgreen"
53+
alt="AppImage"
54+
/>
55+
</a>
56+
<a href="https://aur.archlinux.org/packages/idescriptor-git">
57+
<img
58+
src="https://img.shields.io/badge/Arch_AUR-available-brightgreen"
59+
alt="AppImage"
60+
/>
61+
</a>
62+
</div>
63+
<a
64+
href="https://github.com/iDescriptor/iDescriptor/releases/latest"
65+
class="inline-block px-6 py-3 m-4 text-base text-white no-underline transition-colors duration-200 bg-blue-500 border-none rounded-lg cursor-pointer hover:bg-blue-700"
66+
>Get iDescriptor</a
67+
>
68+
<div class="mt-[30rem]">//TODO</div>
69+
</div>
70+
</template>
71+
<style></style>

public/favicon.ico

71.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)