-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (121 loc) · 9.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Téléchargez vos applications macOS en un clin d'œil">
<title>Corundum Quick</title>
<!-- Appel des CSS et de la favicon -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" href="assets/img/logo.png">
<!-- Appel de Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<!-- Appel de Bootstrap Icon -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" integrity="sha384-tViUnnbYAV00FLIhhi3v/dWt3Jxw4gZQcNoSCxCIFNJVCx7/D55/wXsrNIRANwdD" crossorigin="anonymous">
<!-- Open Graph -->
<meta property="og:title" content="Téléchargez vos applications avec Quick">
<meta property="og:description" content="Téléchargez vos applications macOS en un clin d'œil et en une seule commande. Rapide. Simple. Efficace.">
<meta property="og:image" content="assets/img/logo.png">
<meta property="og:url" content="https://corundumproject.github.io/quick">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Corundum Quick">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Corundum Quick">
<meta name="twitter:description" content="Téléchargez vos applications macOS en un clin d'œil et en une seule commande. Rapide. Simple. Efficace.">
<meta name="twitter:image" content="assets/img/logo.png">
<meta name="twitter:url" content="https://corundumproject.github.io/quick">
</head>
<body>
<div class="modal fade" id="installModal" tabindex="-1" aria-labelledby="installModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5">Installer des applications</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Copiez cette ligne de commande dans votre Terminal.</p>
<code class="command d-block p-2 bg-light border rounded" data-bs-toggle="tooltip" data-bs-title="Cliquez pour copier !">
Aucune sélection
</code>
<p class="status mt-2"></p>
<p class="text-muted mt-4">Cliquez sur la ligne de commande pour la copier dans le presse-papier !</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary help">Aide</button>
<button type="button" class="btn btn-primary" data-bs-dismiss="modal">Terminer</button>
</div>
</div>
</div>
</div>
<section class="container-fluid bg-dark text-white py-3 pt-4">
<div class="container d-flex align-items-center justify-content-center">
<img src="assets/img/logo.png" alt="Logo de Quick" class="me-3" style="width: 64px;">
<h1 class="mb-0">Corundum Quick</h1>
</div>
</section>
<div class="container">
<div id="search" class="mt-4 mb-4 input-group">
<input type="text" id="search-input" class="form-control" placeholder="Rechercher..." aria-label="Rechercher" aria-describedby="search-button">
<button class="btn btn-primary" type="button" id="search-button">Rechercher</button>
</div>
<div class="alert alert-primary error" role="alert">
Veuillez sélectionner une application
</div>
<div id="welcome-alert" class="alert alert-primary d-flex flex-row align-items-center justify-content-between" role="alert">
<p class="d-flex align-items-center flex-wrap mb-0 text-start">
<i class="bi bi-stars me-2"></i>
<span>Bienvenue ! Si c'est votre première fois,</span>
<a href="https://corundum.gitbook.io/quick" target="_blank" class="alert-link ms-1">suivez notre tutoriel</a>.
<span class="ms-1">Pas de panique ! Vous retrouverez la documentation en appuyant sur A.</span>
</p>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
<section id="applications-container" class="row row-cols-1 row-cols-md-4 g-4"></section>
<section id="application-detail" class="mt-4">
</section>
</div>
<footer class="container d-flex flex-wrap justify-content-between align-items-center py-3 my-4 mt-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<a href="index.html" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1">
<img src="assets/img/logo.png" alt="Logo de Quick" height="24">
</a>
<span class="mb-3 mb-md-0 text-body-secondary">© 2025 Corundum</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3"><a href="https://corundum.gitbook.io/quick" class="text-body-secondary" data-bs-toggle="tooltip" data-bs-title="Documentation">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-question-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247m2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z"/>
</svg>
</a></li>
<li class="ms-3"><a class="text-body-secondary" href="https://github.com./CorundumProject" target="_blank" data-bs-toggle="tooltip" data-bs-title="Profil GitHub">
<svg width="24" height="24" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="bi">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38
0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52
-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2
-3.64-.89-3.64-3.95 0-.87.31-1.58.82-2.14-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18
1.32-.27 2-.27s1.36.09 2 .27c1.53-1.03 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82
1.27.82 2.14 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2
0 .21.15.46.55.38A8.01 8.01 0 0016 8c0-4.42-3.58-8-8-8z"></path>
</svg>
</a></li>
<li class="ms-3">
<a href="https://discord.gg/2zX67vqh6b" class="text-body-secondary" target="_blank" data-bs-toggle="tooltip" data-bs-title="Serveur Discord">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-discord" viewBox="0 0 16 16">
<path d="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0 8 8 0 0 0-.412-.833.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085 8 8 0 0 1-1.249.594.05.05 0 0 0-.03.03.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.2 13.2 0 0 0 4.001-2.02.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612"></path>
</svg>
</a>
</li>
</ul>
</footer>
<!-- Appel des fichiers JavaScript -->
<script src="assets/js/applications.js"></script>
<script src="assets/js/theme.js"></script>
<script src="assets/js/welcome.js"></script>
<script src="assets/js/shortcuts.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>