|
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 | + /> |
8 | 12 |
|
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> |
0 commit comments