-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (65 loc) · 3.22 KB
/
index.html
File metadata and controls
68 lines (65 loc) · 3.22 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
<!doctype html>
<html lang="en">
<head>
<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=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="stylesheet" type="text/css" href="main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/webp" href="static/favicon.png">
<title>The best client for MCPE - Atlas Client</title>
<!--%sveltekit.head%-->
</head>
<body data-sveltekit-preload-data="hover" class="relative bg-white flex flex-col min-h-screen text-white" style="background-color: #10152E;">
<div class="inset-o opacity-5 absolute z-[-1] bgGrid"></div>
<div style="display: contents">
<main>
<!-- hero + header -->
<!--<div class="ellipse1"></div>-->
<header class="mx-auto my-10 flex-col relative z-20">
<div class="navbar mx-auto w-full flex items-center justify-center md:justify-between p-10 py-4">
<div class="flex items-center gap-4">
<img class="size-10 rounded-full" alt="Atlas Logo" src="static/atlas.webp">
<a href="/">
<h3 class="navitem" style="color: #516dff">Atlas Client</h3>
</a>
</div>
<!--<a href="#" data-activates="nav-mobile">
<i class="navitem md:hidden fa-solid fa-bars"></i>
</a>-->
<nav class="navitem hidden md:flex items-center lg:gap-20 md:gap-10">
<a class="duration-200 hover:text-slate-300" href="https://github.com/atlasclientmc">GitHub</a>
<a class="duration-200 hover:text-slate-300" href="https://discord.com/invite/gb687D9M8V">Discord</a>
</nav>
</div>
</header>
<section>
<div class="hero">
<div class="flex-col md:flex-row hero-content" style="justify-content:center; align-items:center">
<div class="hero-text-dir flex flex-col">
<h1 class="mx-auto w-full text-3xl md:text-4xl">
Enhance your Minecraft: PE experience
</h1>
<p class="mx-auto w-full">
Atlas is best client for MCPE, containing many unique, fully-customizable features ranging from PVP utility to world and map-making tools and cinematics.
</p>
<div class="md:flex-row text-center md:text-start" >
<a target="_blank" rel="noopener noreferrer" href="https://cdn.atlasclient.net/download/prod/latest/">
<button class="primary-button"><i class="fa-solid fa-download"></i> DOWNLOAD FOR ANDROID</button>
</a>
<a target="_blank" rel="noopener noreferrer" href="discord.html">
<button class="secondaryBtn mt-4 md:ml-1 lg:mt-0">JOIN OUR DISCORD</button>
</a>
</div>
</div>
<img alt="Atlas MCPE Client Mod Menu" src="static/atlasmenu.webp">
</div>
</div>
</section>
</main>
</div>
</body>
</html>