2
2
< html >
3
3
4
4
< head >
5
- < meta charset ="UTF-8 ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
- < link rel ="icon " type ="image/svg+xml " href ="assets/favicon.svg "/>
8
- < link rel ="preconnect " href ="https://fonts.gstatic.com ">
9
- < link href ="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400&display=swap " rel ="stylesheet ">
5
+ < meta charset ="UTF-8 " / >
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " / >
7
+ < link rel ="icon " type ="image/svg+xml " href ="assets/favicon.svg " />
8
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " / >
9
+ < link href ="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400&display=swap " rel ="stylesheet " />
10
10
<!-- <link rel="stylesheet" href="css/roboto.css"> -->
11
- < link rel ="stylesheet " href ="css/color.css ">
12
- < link rel ="stylesheet " href ="css/nord.css ">
13
- < link rel ="stylesheet " href ="css/landing.css ">
11
+ < link rel ="stylesheet " href ="css/color.css " / >
12
+ < link rel ="stylesheet " href ="css/nord.css " / >
13
+ < link rel ="stylesheet " href ="css/landing.css " / >
14
14
</ head >
15
15
16
16
< body >
17
-
18
- < div id ="background ">
19
- < svg version ="1.1 "
20
- xmlns ="http://www.w3.org/2000/svg "
21
- class ="back " height ="100% " viewBox ="0 0 170 170 ">
22
- < g transform ="rotate(-45) ">
23
- < g transform ="translate(-60,60) ">
24
- < rect x ="10 " y ="10 " width ="100 " height ="100 " fill ="transparent " stroke ="var(--celadon-blue) " stroke-width ="10 "/>
25
- < path d ="M 35 35 h 50 v 50 " fill ="transparent " stroke ="var(--celadon-blue) " stroke-width ="10 "/>
26
- < path d ="M 35 85 l 50 -50 " fill ="transparent " stroke ="var(--celadon-blue) " stroke-width ="10 "/>
27
- </ g > </ g >
28
- < animate attributeType ="XML " attributeName ="width " from ="1100 " to ="1100 " dur ="1s " repeatCount ="indefinite "/>
29
- </ svg >
17
+ < div id ="vanta " class ="vanta ">
30
18
</ div >
31
19
32
20
< div class ="landing ">
33
21
< div class ="container ">
34
- < h1 > netsp< svg version ="1.1 "
35
- xmlns ="http://www.w3.org/2000/svg "
36
- width ="1em " height ="1em " viewBox ="0 0 170 170 " style ="margin-bottom: -0.2em; ">
22
+ < h1 > netsp< svg version ="1.1 " xmlns ="http://www.w3.org/2000/svg " width ="1em " height ="1em " viewBox ="0 0 170 170 " style ="margin-bottom: -0.2em; ">
37
23
< g transform ="rotate(-45) ">
38
24
< g transform ="translate(-60,60) ">
39
- < rect x ="10 " y ="10 " width ="100 " height ="100 " fill ="transparent " stroke ="var(--celadon-blue ) " stroke-width ="10 "/>
40
- < path d ="M 35 35 h 50 v 50 " fill ="transparent " stroke ="var(--celadon-blue ) " stroke-width ="10 "/>
41
- < path d ="M 35 85 l 50 -50 " fill ="transparent " stroke ="var(--celadon-blue ) " stroke-width ="10 "/>
25
+ < rect x ="10 " y ="10 " width ="100 " height ="100 " fill ="transparent " stroke ="var(--title-color ) " stroke-width ="10 "/>
26
+ < path d ="M 35 35 h 50 v 50 " fill ="transparent " stroke ="var(--title-color ) " stroke-width ="10 "/>
27
+ < path d ="M 35 85 l 50 -50 " fill ="transparent " stroke ="var(--title-color ) " stroke-width ="10 "/>
42
28
</ g > </ g >
43
29
</ svg > t</ h1 >
44
- </ h2 >
30
+ </ h2 >
45
31
< h2 > A simple IDS with statistical learning</ h2 >
46
32
< div class ="center ">
47
33
< a href ="download/binaries " class ="btn btn-normal "> Install</ a >
@@ -52,4 +38,26 @@ <h2>A simple IDS with statistical learning</h2>
52
38
</ div >
53
39
</ body >
54
40
41
+ < footer >
42
+ < script src ="js/three.min.js "> </ script >
43
+ < script src ="js/vanta.net.min.js "> </ script >
44
+ < script >
45
+ VANTA . NET ( {
46
+ el : "#vanta" ,
47
+ mouseControls : true ,
48
+ touchControls : true ,
49
+ gyroControls : false ,
50
+ minHeight : 200.0 ,
51
+ minWidth : 200.0 ,
52
+ scale : 1.0 ,
53
+ scaleMobile : 1.0 ,
54
+ points : 13.0 ,
55
+ showDots : false ,
56
+ spacing : 15.0 ,
57
+ color : "#a8dadc" ,
58
+ backgroundColor : "#132239" ,
59
+ } ) ;
60
+ </ script >
61
+ </ footer >
62
+
55
63
</ html >
0 commit comments