-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
102 lines (101 loc) · 6.06 KB
/
Copy pathtest.html
File metadata and controls
102 lines (101 loc) · 6.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ site.description }}">
<title>{{ page.title | default: site.title }}</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7" crossorigin="anonymous">
<link rel="icon" href="https://raw.githubusercontent.com/MobileUO/MobileUO/refs/heads/master/docs/images/mobile-uo-logo.png" />
<link rel="stylesheet" href="/assets/css/style.css">
<style>
.icon-square {
width: 3rem;
height: 3rem;
border-radius: .75rem;
}
</style>
</head>
<body>
<header class="p-3 text-bg-dark">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a href="https://github.com/MobileUO/MobileUO/wiki" class="nav-link px-2 text-white">Wiki</a></li>
<li><a href="https://discord.gg/d6NQsj3" class="nav-link px-2 text-white">Discord</a></li>
<li><a href="https://github.com/MobileUO/MobileUO/" class="nav-link px-2 text-white">GitHub</a></li>
</ul>
<div class="text-end">
<a href="https://github.com/MobileUO/MobileUO/issues" class="btn btn-warning">
Report a bug or request a feature
</a>
</div>
</div>
</div>
</header>
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-8">
<img src="https://raw.githubusercontent.com/MobileUO/MobileUO/refs/heads/master/docs/images/MobileUOGitHubCover.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-4">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">MobileUO</h1>
<p class="lead">Ultima Online on your phone and tablet.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="https://play.google.com/store/apps/details?id=com.mobileuo.mobileuo"><img style="height:60px;" src="https://raw.githubusercontent.com/MobileUO/MobileUO/refs/heads/master/docs/images/playStoreBadge.png" alt="Get it on Google Play" /></a>
<a href="https://apps.apple.com/us/app/id1511721667"><img style="height:60px;" src="https://raw.githubusercontent.com/MobileUO/MobileUO/refs/heads/master/docs/images/appStoreBadge.png" alt="Download on the App Store" /></a>
</div>
</div>
</div>
</div>
<div class="container px-4" id="hanging-icons">
<!--<h2 class="pb-2 border-bottom">Learn more:</h2>-->
<div class="row g-4 pt-5 row-cols-1 row-cols-lg-3">
<div class="col d-flex align-items-start">
<div class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<i class="fa-solid fa-video"></i>
</div>
<div>
<h3 class="fs-2 text-body-emphasis">See it in action</h3>
<p>Click the video below to see how MobileUO works!</p>
<a href="http://www.youtube.com/watch?v=fT_gdb_X9oc"><img style="width:260px;" src="https://raw.githubusercontent.com/MobileUO/MobileUO/refs/heads/master/docs/images/MobileUORenaissanceCaptureVideoThumbnail.png" alt="Watch MobileUO on the UO Renaissance shard" /></a>
<br /><br />
<a href="http://www.youtube.com/watch?v=fT_gdb_X9oc" class="btn btn-primary">
Watch the video
</a>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<i class="fa-solid fa-gamepad"></i>
</div>
<div>
<h3 class="fs-2 text-body-emphasis">How to Play?</h3>
<p>Follow the instructions on the Wiki to install and configure MobileUO for your mobile device.</p>
<a href="https://github.com/MobileUO/MobileUO/wiki" class="btn btn-primary">
View the Wiki
</a>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<i class="fa-solid fa-comment"></i>
</div>
<div>
<h3 class="fs-2 text-body-emphasis">Join the Community</h3>
<p>Need help? Have a bug report or feature request? Join our Discord server!</p>
<a href="https://discord.gg/d6NQsj3"><img src="https://img.shields.io/discord/687638336482836481?logo=discord" alt="Chat on Discord" /></a>
<br /><br />
<a href="https://discord.gg/d6NQsj3" class="btn btn-primary">
Join our Discord
</a>
<br /><br />
</div>
</div>
</div>
</div>
<br/>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5/dist/js/bootstrap.bundle.min.js" integrity="sha384-k6d4wzSIapyDyv1kpU366/PK5hCdSbCRGRCMv+eplOQJWyd1fbcAu9OCUj5zNLiq" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/c144ff0256.js" crossorigin="anonymous"></script>
</body>
</html>