forked from kusl/avaloniaui.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
showcase.html
288 lines (271 loc) · 15.9 KB
/
showcase.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600&display=swap');
</style>
<title>Showcase | Avalonia UI</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous">
<link href="styles.css" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="shortcut icon" type="image/x-icon" href="favicons/favicon.ico" />
<link rel="manifest" href="favicons/manifest.json">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#ffffff">
<meta name="msapplication-config" content="favicons/browserconfig.xml" />
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="Thousands of apps use Avalonia to create stunning cross-platform apps. Here’s a few of our favourites.">
</head>
<body class="av-bg-dark text-light showcase">
<div class="container-fluid px-0 fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark py-3 av-bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="https://www.avaloniaui.net/">
<img src="assets/Logo.svg" alt="" width="30" height="24" class="d-inline-block align-text-top">
Avalonia
</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="collapse navbar-collapse pb-3 pb-lg-0" id="navbarNavAltMarkup">
<div class="navbar-nav mx-md-auto">
<a class="nav-link px-2 px-lg-5" aria-current="page" href="index.html">Home</a>
<a class="nav-link px-2 px-lg-5" href="support.html">Support</a>
<a class="nav-link px-2 px-lg-5 active" href="showcase.html">Showcase</a>
<a class="nav-link px-2 px-lg-5" href="https://docs.avaloniaui.net/">Documentation</a>
</div>
<div class="float-end">
<a class="btn btn-primary mt-2 mt-sm-0 me-2 px-4" href="https://t.me/Avalonia" target="_blank"
role="button">
<img src="assets/telegram-light.svg" class="me-2 color-white" style="width: 17px; height: 17px; position: relative; top: -1px" alt="Telegram"/>
Telegram
</a>
<a class="btn btn-primary mt-2 mt-sm-0" href="https://github.com/AvaloniaUI/Avalonia" target="_blank"
role="button">
<div class="container">
<div class="row">
<div class="col-1">
<img src="assets/gh-social-light.svg" alt="Github Logo" />
</div>
<div class="col">Source Code</div>
</div>
</div>
</a>
</div>
</div>
</div>
</nav>
</div>
<div class="container-fluid px-0 pb-5 text-dark">
<div class="container mt-5">
<div class="row">
<div class="col-sm-9 mx-auto mt-5">
<div class="p-4 text-center mt-5">
<h1>Showcase</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-5 mx-auto text-center">
<h4 class="mb-5 pb text-secondary">Thousands of apps use Avalonia to create stunning cross-platform apps. Here’s a
few of our favourites.</h4>
</div>
</div>
</div>
<div class="background-container">
<div class="background bg-light"></div>
<div class="background bg-light curve"></div>
</div>
</div>
<div class="container-fluid px-0 text-dark mt-5 pt-5 mb-5 pb-2">
<div class="container">
<div class="col-lg-10 offset-lg-1 mb-5">
<h3 class="text-white fw-bolder">Graphics & Media</h3>
<div class="card mb-3 border-0 rounded-3">
<div class="row g-0">
<div class="col-md-6">
<div class="card-body pt-lg-5 px-lg-5 pb-lg-4 h-100 d-flex flex-column">
<h4 class="card-title fw-bold text-dark">GritGene</h4>
<p class="card-text text-muted">GritGene is a new digital engine that is currently being built by GridWorld. The UI, written using Avalonia, houses a real-time digital graphics engine that can scale from low-end hardware to high-end GPU clusters running in the cloud. </p>
<hr class="bg-home mt-auto">
<div class="row">
<a href="#" class="w-auto"><img src="assets/win-dark.png" aria-label="windows" /></a>
<a href="#" class="w-auto"><img src="assets/Apple-dark.svg" aria-label="apple" /></a>
<a href="#" class="w-auto"><img src="assets/linux-dark.svg" aria-label="linux" /></a>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-center">
<img src="assets/showcase/GritGene.png" alt="GritGene" class="w-100">
</div>
</div>
</div>
</div>
<div class="col-lg-10 offset-lg-1 mb-5">
<h3 class="text-white fw-bolder">Finance</h3>
<div class="card mb-3 border-0 rounded-3">
<div class="row g-0">
<div class="col-md-6 order-md-2">
<div class="card-body pt-lg-5 px-lg-5 pb-lg-4 h-100 d-flex flex-column">
<h4 class="card-title fw-bold text-dark">Wasabi Wallet</h4>
<p class="card-text text-muted">blah blah blah....</p>
<hr class="bg-home mt-auto">
<div class="row">
<a href="#" class="w-auto"><img src="assets/win-dark.png" aria-label="windows" /></a>
<a href="#" class="w-auto"><img src="assets/Apple-dark.svg" aria-label="apple" /></a>
<a href="#" class="w-auto"><img src="assets/linux-dark.svg" aria-label="linux" /></a>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-center order-md-1">
<img src="assets/showcase/Wasabi.png" alt="Wasabi" class="w-100">
</div>
</div>
</div>
</div>
<div class="col-lg-10 offset-lg-1 mb-5">
<h3 class="text-white fw-bolder">Manufacturing</h3>
<div class="card mb-3 border-0 rounded-3">
<div class="row g-0">
<div class="col-md-6">
<div class="card-body pt-lg-5 px-lg-5 pb-lg-4 h-100 d-flex flex-column">
<h4 class="card-title fw-bold text-dark">GritGene</h4>
<p class="card-text text-muted">GritGene is a new digital engine that is currently being built by GridWorld. The UI, written using Avalonia, houses a real-time digital graphics engine that can scale from low-end hardware to high-end GPU clusters running in the cloud. </p>
<hr class="bg-home mt-auto">
<div class="row">
<a href="#" class="w-auto"><img src="assets/win-dark.png" aria-label="windows" /></a>
<a href="#" class="w-auto"><img src="assets/Apple-dark.svg" aria-label="apple" /></a>
<a href="#" class="w-auto"><img src="assets/linux-dark.svg" aria-label="linux" /></a>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-center">
<img src="assets/showcase/GritGene.png" alt="GritGene" class="w-100">
</div>
</div>
</div>
</div>
<div class="col-lg-10 offset-lg-1 mb-5">
<h3 class="text-white fw-bolder">Technology</h3>
<div class="card mb-3 border-0 rounded-3">
<div class="row g-0">
<div class="col-md-6">
<div class="card-body pt-lg-5 px-lg-5 pb-lg-4 h-100 d-flex flex-column">
<h4 class="card-title fw-bold text-dark">GritGene</h4>
<p class="card-text text-muted">GritGene is a new digital engine that is currently being built by GridWorld. The UI, written using Avalonia, houses a real-time digital graphics engine that can scale from low-end hardware to high-end GPU clusters running in the cloud. </p>
<hr class="bg-home mt-auto">
<div class="row">
<a href="#" class="w-auto"><img src="assets/win-dark.png" aria-label="windows" /></a>
<a href="#" class="w-auto"><img src="assets/Apple-dark.svg" aria-label="apple" /></a>
<a href="#" class="w-auto"><img src="assets/linux-dark.svg" aria-label="linux" /></a>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-center">
<img src="assets/showcase/GritGene.png" alt="GritGene" class="w-100">
</div>
</div>
</div>
</div>
<div class="col-lg-10 offset-lg-1 mb-5">
<h3 class="text-white fw-bolder">Sports</h3>
<div class="card mb-3 border-0 rounded-3">
<div class="row g-0">
<div class="col-md-6">
<div class="card-body pt-lg-5 px-lg-5 pb-lg-4 h-100 d-flex flex-column">
<h4 class="card-title fw-bold text-dark">GritGene</h4>
<p class="card-text text-muted">GritGene is a new digital engine that is currently being built by GridWorld. The UI, written using Avalonia, houses a real-time digital graphics engine that can scale from low-end hardware to high-end GPU clusters running in the cloud. </p>
<hr class="bg-home mt-auto">
<div class="row">
<a href="#" class="w-auto"><img src="assets/win-dark.png" aria-label="windows" /></a>
<a href="#" class="w-auto"><img src="assets/Apple-dark.svg" aria-label="apple" /></a>
<a href="#" class="w-auto"><img src="assets/linux-dark.svg" aria-label="linux" /></a>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-center">
<img src="assets/showcase/GritGene.png" alt="GritGene" class="w-100">
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="container-fluid footer">
<div class="container mt-5 pt-5">
<div class="row pb-5">
<div class="col-md-6 col-lg-4">
<div class="row">
<h4><b>Avalonia</b></h4>
<p>The .NET XAML framework</p>
</div>
<div class="row">
<div class="d-flex mb-4 mb-md-0">
<a href="https://github.com/avaloniaui/avalonia" target="_blank" class="me-3">
<img src="assets/gh-social.svg" alt="Github Logo" />
</a>
<a href="https://twitter.com/avaloniaui" target="_blank" class="me-3">
<img src="assets/twitter-social.svg" alt="Twitter Logo" />
</a>
<a href="https://www.youtube.com/watch?v=kZCIporjJ70" target="_blank" class="me-3">
<img src="assets/youtube-social.svg" alt="Youtube Logo" />
</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-2">
<h6>Projects</h6>
<a href="https://github.com/avaloniaui/avalonia" target="_blank">
<p>Avalonia</p>
</a>
<a href="https://github.com/avaloniaui/avaloniavs" target="_blank">
<p>Avalonia for VS</p>
</a>
<a href="https://github.com/ForNeVeR/AvaloniaRider" target="_blank">
<p>Avalonia for Rider</p>
</a>
<a href="https://github.com/avaloniaui/avalonia-dotnet-templates" target="_blank">
<p>dotnet Templates</p>
</a>
</div>
<div class="col-md-6 col-lg-2">
<h6>Support</h6>
<a href="https://docs.avaloniaui.net/">
<p>Documentation</p>
</a>
<a href="support.html">
<p>Consulting Services</p>
</a>
<a href="support.html">
<p>Commercial Support</p>
</a>
</div>
<div class="col-md-6 col-lg-2">
<h6>Join the community</h6>
<a href="https://t.me/Avalonia">
<p>Telegram</p>
</a>
</div>
<div class="col-md-6 col-lg-2">
<div class="foundation d-flex">
<a class="ms-lg-auto" href="https://dotnetfoundation.org/">
<img src="./assets/foundation.svg" alt=".NET Foundation">
</a>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"></script>
</body>
</html>