forked from pytgcalls/pytgcalls.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (48 loc) · 2.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/src/lib/prism.css">
<link rel="stylesheet" href="/src/style/main.css">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://raw.githubusercontent.com">
<link rel="preload" as="image" href="src/assets/hero-background.jpg" type="image/jpg">
<link rel="preload" as="image" href="src/assets/hero-background-lg.webp" type="image/webp">
</head>
<body>
<div class="splash">
<div class="animated-icon" style="--pos-x: -300%; --pos-y: -210%; --pos-xm: -150%; --pos-ym: -230%;">
<img src="/src/assets/splash/go.svg" alt="Language: GO">
</div>
<div class="animated-icon" style="--pos-x: 290%; --pos-y: 130%; --pos-xm: 110%; --pos-ym: 185%;">
<img src="/src/assets/splash/c++.svg" alt="Language: C++">
</div>
<div class="animated-icon" style="--pos-x: 190%; --pos-y: -330%; --pos-xm: 110%; --pos-ym: -339%;">
<img src="/src/assets/splash/python.svg" alt="Language: Python">
</div>
<div class="animated-icon" style="--pos-x: -310%; --pos-y: 270%; --pos-xm: -210%; --pos-ym: 230%;">
<img src="/src/assets/splash/c.svg" alt="Language: C">
</div>
<div class="text">
<div class="audio-shader">
<div class="shader" data-id="video">
<img src="/src/assets/splash/video.svg" alt="Icon: videocall">
<div class="description">video</div>
</div>
<div class="shader" data-id="microphone">
<img src="/src/assets/splash/microphone.svg" alt="Icon: microphone">
</div>
<div class="shader" data-id="quit">
<img src="/src/assets/splash/close.svg" alt="Icon: close call">
<div class="description">leave</div>
</div>
</div>
</div>
</div>
</body>
<script src="/src/app/main.base.js" type="module"></script>
</html>