-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathindex.html
90 lines (82 loc) · 4.29 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="ppxZTHRrC1v2bdcO8Vfnzm179nr-l3kV0pjnX6y5ZLs" />
<title>DNSveil (A Secure DNS Client)</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./bg.css">
</head>
<body>
<div class="container">
<!-- Background Effect -->
<div class="particle-container">
<!--
x = position y = position
xt = horizontal movement speed
yt = vertical movement speed
xd = horizontal movement distance
yd = vertical movement distance
w = width & height
d = animation delay
-->
<span style="--x:50; --y:0; --xt:13; --yt:12; --xd:2; --yd:2; --w:25; --d:1; --o:.9;" class="pt"><b></b></span>
<span style="--x:16; --y:0; --xt:17; --yt:10; --xd:3; --yd:1; --w:39; --d:6; --o:.5;" class="pt"><b></b></span>
<span style="--x:16; --y:0; --xt:17; --yt:10; --xd:3; --yd:3; --w:28; --d:4; --o:.9;" class="pt"><b></b></span>
<span style="--x:66; --y:0; --xt:11; --yt:13; --xd:3; --yd:2; --w:38; --d:2; --o:.9;" class="pt"><b></b></span>
<span style="--x:56; --y:-3; --xt:11; --yt:10; --xd:3; --yd:1; --w:58; --d:0; --o:.9;" class="pt"><b></b></span>
<span style="--x:19; --y:0; --xt:17; --yt:10; --xd:3; --yd:4; --w:45; --d:9; --o:.7;" class="pt"><b></b></span>
<span style="--x:49; --y:0; --xt:17; --yt:10; --xd:3; --yd:-4; --w:65; --d:2; --o:.6;" class="pt"><b></b></span>
<span style="--x:20; --y:0; --xt:13; --yt:12; --xd:2; --yd:4; --w:70; --d:8; --o:.9;" class="pt"><b></b></span>
<span style="--x:35; --y:3; --xt:8; --yt:16; --xd:0.5; --yd:0.8; --w:190; --d:5; --o:.7;" class="pt"><b></b></span>
<span style="--x:15; --y:10; --xt:18; --yt:16; --xd:0.5; --yd:1; --w:190; --d:6; --o:.9;" class="pt"><b></b></span>
<span style="--x:15; --y:30; --xt:9; --yt:22; --xd:0.5; --yd:1; --w:30; --d:9; --o:.4;" class="pt"><b></b></span>
<span style="--x:4; --y:20; --xt:10; --yt:7; --xd:1.5; --yd:1.2; --w:26; --d:12; --o:0.4;" class="pt"><b></b></span>
<span style="--x:50; --y:40; --xt:16; --yt:6; --xd:4; --yd:-2; --w:70; --d:5; --o:0.3;" class="pt"><b></b></span>
<span style="--x:50; --y:40; --xt:16; --yt:6; --xd:1; --yd:-2; --w:170; --d:0; --o:1;" class="pt"><b></b></span>
<span style="--x:60; --y:40; --xt:16; --yt:6; --xd:1; --yd:2; --w:70; --d:5; --o:0.4;" class="pt"><b></b></span>
<span style="--x:50; --y:50; --xt:12; --yt:7; --xd:1; --yd:1.2; --w:100; --d:7; --o:0.4;" class="pt"><b></b></span>
<span style="--x:70; --y:40; --xt:4; --yt:1; --xd:0.5; --yd:.2; --w:100; --d:7; --o:0.4;" class="pt"><b></b></span>
<span style="--x:2; --y:50; --xt:10; --yt:7; --xd:1; --yd:1.2; --w:20; --d:7; --o:0.4;" class="pt"><b></b></span>
<span style="--x:4; --y:50; --xt:10; --yt:7; --xd:1.5; --yd:1.2; --w:16; --d:12; --o:0.4;" class="pt"><b></b></span>
<span style="--x:10; --y:40; --xt:10; --yt:17; --xd:2; --yd:1.2; --w:28; --d:7; --o:0.4;" class="pt"><b></b></span>
<span style="--x:70; --y:40; --xt:12; --yt:6; --xd:2; --yd:2; --w:36; --d:5; --o:0.7;" class="pt"><b></b></span>
<span style="--x:10; --y:40; --xt:12; --yt:16; --xd:-1; --yd:2.2; --w:80; --d:5; --o:0.7;" class="pt"><b></b></span>
<span style="--x:75; --y:50; --xt:12; --yt:26; --xd:-1; --yd:2.2; --w:110; --d:5; --o:0.7;" class="pt"><b></b></span>
<span style="--x:80; --y:50; --xt:12; --yt:26; --xd:-1; --yd:3.2; --w:20; --d:5; --o:0.7;" class="pt"><b></b></span>
</div>
<!-- Background Effect ENDS -->
<div class="effect2">
<svg viewBox="0 0 960 300">
<symbol id="s-text">
<text text-anchor="middle" x="50%" y="80%">DNSveil</text>
</symbol>
<g class = "g-ants">
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
</g>
</svg>
</div>
<!--
<div class="effect1">
DNSveil
</div>
-->
<div class="text">
<font color="#3CB371">
A DNS Client Supporting DNSCrypt, Anonymized DNSCrypt, DoH, DoT, UDP And TCP.
</font>
</div>
<div class="button-container">
<div class="ImOnlyYisusContainer">
<a href="https://github.com/msasanmh/DNSveil">
<button class="ImOnlyYisus-btn" href="https://github.com/ImOnlyYisus">Project Page</button>
</a>
</div>
</div>
</div>
</body>
</html>