-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
155 lines (131 loc) · 6.29 KB
/
index.html
File metadata and controls
155 lines (131 loc) · 6.29 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<title>AlphaWave</title>
<meta name="description" content="AlphaWave specializes in software development, 3D models, artificial intelligence (AI), and local AI systems." />
<meta name="keywords" content="AlphaWave, programming, 3D models, artificial intelligence, AI systems, software development" />
<meta name="author" content="AlphaWave" />
<meta property="og:title" content="AlphaWave - Software Development and Artificial Intelligence" />
<meta property="og:description" content="AlphaWave provides innovative solutions in programming, 3D modeling, and artificial intelligence." />
<meta property="og:image" content="images/AlphaWave.png" />
<meta property="og:url" content="https://alphawave.hr" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="AlphaWave - Software Development and Artificial Intelligence" />
<meta name="twitter:description" content="AlphaWave is an innovative company focused on programming, 3D modeling, AI systems, and advanced technologies." />
<meta name="twitter:image" content="images/android-chrome-512x512.png" />
<link rel="icon" href="images/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
<link rel="icon" sizes="192x192" href="images/android-chrome-512x512.png" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<canvas id="matrix"></canvas>
<button id="togglePanel" class="panel-toggle" aria-controls="wavePanel" aria-expanded="true" aria-label="Toggle Wave Controls" title="Toggle Wave Controls">
<svg class="icon icon-open" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<line x1="3" y1="6" x2="21" y2="6"/>
<circle cx="9" cy="6" r="2"/>
<line x1="3" y1="12" x2="21" y2="12"/>
<circle cx="15" cy="12" r="2"/>
<line x1="3" y1="18" x2="21" y2="18"/>
<circle cx="7" cy="18" r="2"/>
</svg>
<svg class="icon icon-close" viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<line x1="5" y1="5" x2="19" y2="19"/>
<line x1="19" y1="5" x2="5" y2="19"/>
</svg>
<span class="sr-only">Toggle Wave Controls</span>
</button>
<aside class="wave-panel" id="wavePanel" role="region" aria-labelledby="wavePanelTitle">
<h3 id="wavePanelTitle">Wave Controls</h3>
<div class="ctrl">
<div class="label">
<span>Start Y (Left)</span>
<span class="val" id="valStrength">60%</span>
</div>
<small class="hint" id="hint-startY">Start position on the left side</small>
<input id="strength" type="range" min="0" max="1" step="0.01" value="0.60" aria-describedby="hint-startY">
</div>
<div class="ctrl">
<div class="label">
<span>Wave Cycles</span>
<span class="val" id="valCycles">1.0</span>
</div>
<small class="hint" id="hint-cycles">Number of wave cycles</small>
<input id="cycles" type="range" min="1" max="6" step="0.1" value="1.0" aria-describedby="hint-cycles">
</div>
<div class="ctrl">
<div class="label">
<span>Bend Strength</span>
<span class="val" id="valBend">0.95</span>
</div>
<small class="hint" id="hint-bend">Localized bend intensity</small>
<input id="bend" type="range" min="0" max="3" step="0.05" value="0.95" aria-describedby="hint-bend">
</div>
<div class="ctrl">
<div class="label">
<span>Code Density</span>
<span class="val" id="valDensity">1.00</span>
</div>
<small class="hint" id="hint-density">Controls amount of characters</small>
<input id="density" type="range" min="0.60" max="1.80" step="0.05" value="1.00" aria-describedby="hint-density">
</div>
<div class="ctrl">
<div class="label">
<span>Speed</span>
<span class="val" id="valSpeed">1.00</span>
</div>
<small class="hint" id="hint-speed">Animation speed multiplier</small>
<input id="speed" type="range" min="0.20" max="2.00" step="0.05" value="0.35" aria-describedby="hint-speed">
</div>
<div class="ctrl">
<div class="label">
<span>Frame Rate</span>
<span class="val" id="valFps">30</span>
</div>
<small class="hint" id="hint-fps">Target frames per second</small>
<input id="fps" type="range" min="15" max="60" step="1" value="40" aria-describedby="hint-fps">
</div>
<div class="ctrl">
<div class="label">
<span>Scatter Start</span>
<span class="val" id="valScatterStart">0.78</span>
</div>
<small class="hint" id="hint-scatterStart">Horizontal position</small>
<input id="scatterStart" type="range" min="0.60" max="0.95" step="0.01" value="0.78" aria-describedby="hint-scatterStart">
</div>
<div class="ctrl">
<div class="label">
<span>Scatter Amount</span>
<span class="val" id="valScatterAmt">0.85</span>
</div>
<small class="hint" id="hint-scatterAmt">Vertical scatter strength</small>
<input id="scatterAmt" type="range" min="0" max="1" step="0.05" value="0.85" aria-describedby="hint-scatterAmt">
</div>
<div class="ctrl">
<div class="label">
<span>Streams</span>
<span class="val" id="valStreams">2.0×</span>
</div>
<small class="hint" id="hint-streams">Matrix code density</small>
<input id="streams" type="range" min="1" max="6" step="0.5" value="2" aria-describedby="hint-streams">
</div>
<div class="note" aria-live="polite"></div>
</aside>
<main class="coming-soon-container">
<div class="text-background">
<img src="images/AlphaWave.png" alt="AlphaWave logo" class="logo-img" />
<div id="text-slider" aria-live="polite">
<span class="subtitle"></span><span class="cursor">|</span>
</div>
<p class="we-are-text">WE ARE</p>
<h1 class="main-heading">COMING SOON</h1>
</div>
</main>
<a class="contact-button" href="mailto:ivan@alphawave.hr">Contact Us</a>
<script src="script.js"></script>
</body>
</html>