-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (61 loc) · 2.12 KB
/
Copy pathindex.html
File metadata and controls
65 lines (61 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Homepage</title>
<link href='https://fonts.googleapis.com/css?family=Lato|Roboto:400,900' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<a href='/parola/ro/' class="btn">
<svg width="110" height="62" id="button_start">
<defs>
<linearGradient id="grad1">
<stop offset="0%" stop-color="#FF8282"/>
<stop offset="100%" stop-color="#E178ED" />
</linearGradient>
</defs>
<rect x="5" y="5" rx="25" fill="none" stroke="url(#grad1)" width="100" height="50"></rect>
</svg>
<span class="unselectable span1">ro</span>
</a>
<a href='/parola/en/' class="btn">
<svg width="110" height="62" id="button_start">
<defs>
<linearGradient id="grad2">
<stop offset="0%" stop-color="#E178ED"/>
<stop offset="100%" stop-color="#FF8282" />
</linearGradient>
</defs>
<rect x="5" y="5" rx="25" fill="none" stroke="url(#grad2)" width="100" height="50"></rect>
</svg>
<span class="unselectable span2">en</span>
</a>
</div>
<div class="containerText">
<a class="intro">
<span class="unselectable" id="typewrite" class="containerText1">Select your language and start learning about your passwords.</span>
</a>
</div>
<div>
<svg class="svg_logo" viewBox="0 0 960 300">
<symbol id="s-text">
<text text-anchor="middle" x="50%" y="80%" class="unselectable">PWDH. </text>
<text text-anchor="middle" x="50%" y="80%" class="unselectable">PWDH. </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>
<script type="module" src="jscript.js">
</script>
</body>
</html>