-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (110 loc) · 6.91 KB
/
index.html
File metadata and controls
111 lines (110 loc) · 6.91 KB
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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Alidade - Navigate and explore your Minecraft Java worlds</title>
<meta property="og:site_name" content="Alidade">
<meta property="og:type" content="website">
<meta property="og:title" content="Alidade">
<meta property="og:description" content="Navigate and explore your Minecraft Java worlds on Mac, iPhone, and iPad.">
<meta property="og:url" content="https://alidade.dev/">
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link href="./bootstrap.min.css" rel="stylesheet">
<script src="./bootstrap.bundle.min.js"></script>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet">
</head>
<body class="bg-yellow-200">
<nav class="navbar navbar-expand-lg bg-yellow-200" data-bs-theme="light">
<div class="container container-fluid">
<a class="navbar" href="#">
<img src="./logomark.svg" alt="Alidade" class="navbar-logomark"/>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="d-flex">
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link active" aria-current="page" href="#">Home</a>
<a class="nav-link" href="https://source.marquiskurt.net/AlidadeMC/alidade">Source Code</a>
<a class="nav-link" href="https://docs.alidade.dev">Docs</a>
<a class="nav-link" href="./support.html">Support</a>
</div>
</div>
</div>
</div>
</nav>
<main class="bg-yellow-200">
<div class="container-fluid py-5">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 class="fw-bold fs-2 fg-red-600">Your world maps, at your fingertips</h1>
<p class="fs-5">
Navigate and explore your Minecraft Java worlds across Mac, iPhone, and iPad. Quickly locate nearby structures and biomes with a search.
And pin your favorite or most memorable locations with photos, descriptions, and more.
</p>
<a href="https://apps.apple.com/us/app/alidade/id6741483898"><img class="btn btn-app-store" src="appstore.svg" alt="Download on the App Store"/></a>
<a class="btn btn-brand btn-lg" href="https://marquiskurt.itch.io/alidade">Download on Itch</a>
<p class="text-secondary mt-2">
<small>
Available for macOS Sequoia, iOS 18, and iPadOS 18 or later.
</small>
</p>
</div>
<div class="col-md-6">
<img src="jumbo.png" class="img-fluid" alt="Screenshot of the Alidade app on Mac"/>
</div>
<div>
</div>
</div>
<div class="container px-4 py-5" id="featured-3">
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3">
<svg class="bi" width="2em" height="2em" fill="var(--red-600)"><use xlink:href="bootstrap-icons.svg#apple"/></svg>
</div>
<h3 class="fs-2 text-body-emphasis">A fully native experience</h3>
<p>Alidade is designed to be a fully native app that works well across your Mac, iPhone, and iPad. Use Continuity to pick up where you left off, leverage your Photos library, and enjoy a blazingly fast experience.</p>
</div>
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3">
<svg class="bi" width="2em" height="2em" fill="var(--red-600)"><use xlink:href="bootstrap-icons.svg#file-earmark"/></svg>
</div>
<h3 class="fs-2 text-body-emphasis">File support</h3>
<p>Alidade stores your Minecraft worlds as files that you can easily work with. Save them to your device, move them to iCloud Drive, or place them wherever you like. And even share them with your friends easily.</p>
</div>
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3">
<svg class="bi" width="2em" height="2em" fill="var(--red-600)"><use xlink:href="bootstrap-icons.svg#geo"/></svg>
</div>
<h3 class="fs-2 text-body-emphasis">Customizable pins</h3>
<p>Pin your favorite or frequently visited locations easily. Give them a color and name, add screenshots from your world, and write descriptions that best work for you.</p>
</div>
</div>
</div>
<div class="container-fluid py-2">
</div>
</main>
<footer class="px-5 py-4 bg-yellow-200">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<li class="nav-item"><a href="https://alidade.dev" class="nav-link px-2 text-body-secondary">Home</a></li>
<li class="nav-item"><a href="https://source.marquiskurt.net/AlidadeMC/alidade" class="nav-link px-2 text-body-secondary">Source Code</a></li>
<li class="nav-item"><a href="https://youtrack.marquiskurt.net/youtrack/newIssue?project=ALD&c=add+Board+Alidade+Kanban+Board" class="nav-link px-2 text-body-secondary">Report a Bug</a></li>
<li class="nav-item"><a href="privacy.html" class="nav-link px-2 text-body-secondary">Privacy Policy</a></li>
<li class="nav-item"><a href="https://matrix.to/#/#aliade:one.ems.host" class="nav-link px-2 text-body-secondary">Matrix</a></li>
</ul>
<p class="text-center text-body-secondary">© 2025 Marquis Kurt | Made with love in Bear, DE ❤️</p>
<p class="text-center text-secondary"><small>Alidade is not affiliated with or endorsed by Mojang AB and/or Microsoft, and it is not an official Minecraft product. Minecraft is a registered trademark of Mojang AB and Microsoft Corporation. iCloud, Mac, iPhone, iPad, and iCloud Drive are registered trademarks of Apple Inc.</small></p>
</footer>
</body>
</html>