-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (74 loc) · 3.73 KB
/
Copy pathindex.html
File metadata and controls
82 lines (74 loc) · 3.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LuDe</title>
<!-- Google Fonts -->
<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=Cabin+Sketch:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,500;0,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,400;1,900&display=swap" rel="stylesheet">
<!-- /Google Fonts -->
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/bg-fx.css">
<link rel="stylesheet" href="css/bg-waves.css">
</head>
<body class="custom-cursor">
<noscript>You need to enable JavaScript for seamless experience.</noscript>
<div class="background"></div>
<!--Waves Container-->
<div>
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,255,0.7" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff" />
</g>
</svg>
</div>
<div class="content lato-regular">
<p><h3>these are</h3><div class="logo cabin-sketch-bold bouncy-text">luminous decibels</div></p>
<p>creating fun experiences...</p>
<div class="container">
<div class="card-container">
<div class="card custom-cursor-shorts-maker" id="image1" onclick="window.open('https://beta.lude.page', '_blank');">
<img src="img/logo-shorts-maker.png" alt="Generate Video Content" />
<div class="hover-info">Creates Short/Reels like Video from Audio.</div>
</div>
<div class="card custom-cursor-santa" id="image2" onclick="window.open('https://play.google.com/store/apps/details?id=app.abionic.santa_saves_xmas', '_blank');">
<img src="img/logo-santa-saves-xmas.png" alt="Santa Saves Xmas" />
<div class="hover-info">Santa Saves Xmas, a side scroller game</div>
</div>
<div class="card custom-cursor-math" id="image3" onclick="window.open('https://abionic.itch.io/my-mind-is-a-calculator', '_blank');">
<img src="img/logo-my-mind-is-a-calculator.png" alt="Mind, a Calculator" />
<div class="hover-info">My Mind is a Calculator, a mental math game</div>
</div>
</div>
</div>
<div class="score-circle">
<div class="score-label">Score: </div>
<span id="score-text" class="score-text">0</span>
</div>
</div>
<script src="js/bg-fx.js"></script>
<script src="js/index.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DJ2ZRYBHMK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DJ2ZRYBHMK');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3196876518619879"
crossorigin="anonymous"></script>
</body>
</html>