-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (88 loc) · 3.92 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
<!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" />
<link rel="stylesheet" href="./styles/generic.css" />
<link rel="stylesheet" href="./styles/index.css" />
<link rel="shortcut icon"
href="https://raw.githubusercontent.com/lumaa-dev/lumaa.fr/main/src/assets/hero/full_black.jpg"
type="image/x-icon">
<link rel="me" href="https://techhub.social/@lumaa">
<link rel="me" href="https://mastodon.online/@Bubble">
<!-- Primary Meta Tags -->
<title>Lumaa's Apps</title>
<meta name="title" content="Lumaa's Apps" />
<meta name="description"
content="Find all iOS and iPadOS apps made by Lumaa! You can also have sneak peeks of future apps. There are also more informations about Lumaa's current released apps like TicTac. " />
<meta name="theme-color" content="#2094fa" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://apps.lumaa.fr/" />
<meta property="og:title" content="Lumaa's Apps" />
<meta property="og:description"
content="Find all iOS and iPadOS apps made by Lumaa! You can also have sneak peeks of future apps. There are also more informations about Lumaa's current released apps like TicTac. " />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://apps.lumaa.fr/" />
<meta property="twitter:title" content="Lumaa's Apps" />
<meta property="twitter:description"
content="Find all iOS and iPadOS apps made by Lumaa! You can also have sneak peeks of future apps. There are also more informations about Lumaa's current released apps like TicTac. " />
<!-- Meta Tags Generated with https://metatags.io -->
</head>
<body>
<div class="present">
<img src="https://lumaa.fr/static/hero_lumaa_white.svg" draggable="false">
<p><a href="https://lumaa.fr/">Lumaa</a> presents</p>
</div>
<div class="apps">
<div class="app">
<img class="icon" src="./assets/images/bubble/HeroIcon_black.jpg" alt="Bubble Icon" draggable="false" />
<p class="name">Bubble</p>
<a href="./app/bubble">Learn more!</a>
</div>
<div class="app">
<img class="icon" src="./assets/images/fraca.jpg" alt="Fraca Icon" draggable="false" />
<p class="name">Fraca</p>
<a href="https://d.lumaa.fr/fraca">App Store</a>
</div>
<div class="app">
<img class="icon" src="./assets/images/app_icon_missing.png" alt="WidgAround Icon" draggable="false" />
<p class="name">WidgAround</p>
<a href="https://techhub.social/@lumaa/113214624051110745">Sneak peek</a>
</div>
<div class="app">
<img class="icon" src="./assets/images/app_icon_missing.png" alt="Secret Icon" draggable="false" />
<p class="name">👀</p>
<a href="./app/secret">Discover...</a>
</div>
<div class="app">
<img class="icon" src="./assets/images/tictac/icon.png" alt="TicTac Icon" draggable="false" />
<p class="name">TicTac</p>
<a href="./app/tictac">Learn more...</a>
</div>
<div class="app">
<img class="icon" src="./assets/images/nummemory.png" alt="NumMemory Icon" draggable="false" />
<p class="name">NumMemory</p>
<a href="https://d.lumaa.fr/nummemory">App Store</a>
</div>
<div class="app">
<img class="icon" src="./assets/images/artisticly/icon.jpg" alt="Artistcly Icon" draggable="false" />
<p class="name">Artisticly</p>
<a href="./app/artisticly">Learn more...</a>
</div>
<div class="app">
<img class="icon" src="./assets/images/byheart/hero-icon.png" alt="ByHeart Icon" draggable="false" />
<p class="name">ByHeart</p>
<a href="./app/byheart">Temporarily discontinued.</a>
</div>
</div>
<div class="footer">
<p>All rights reserved. Lumaa is not affiliated with Apple Inc.</p>
<a href="./legal/privacy">Privacy Policy</a>
<a href="./legal/copyrights">Copyrights</a>
<a href="./legal/ai">Artificial Intelligence</a>
</div>
</body>
</html>