-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (164 loc) · 8.91 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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Spectre Web</title>
<meta name="description" content="Password manager and secure identity platform. Spectre is a free and offline password cipher." />
<meta name="keywords" content="password manager,password generator,passwords,free,secure,strong,random,online,offline,privacy,web" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#3E8989">
<meta property="og:image" content="images/product/environment/spectre-dark-desk.jpg">
<meta name="apple-itunes-app" content="app-id=1526402806" />
<meta name="twitter:card" content="app">
<meta name="twitter:app:id:iphone" content="1526402806">
<meta name="twitter:app:name:iphone" content="Spectre">
<meta name="twitter:app:url:iphone" content="spectre://">
<meta name="author" content="Maarten Billemont">
<link rel="author" href="https://lhunath.com">
<link rel="icon" href="images/spectre.png">
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="plugins/fontawesome/css/all.min.css">
<link rel="stylesheet" href="css/spectre-base.css" media="screen">
<link rel="stylesheet" href="css/spectre-web.css" media="screen">
<script defer src="plugins/jquery/jquery.min.js"></script>
</head>
<body>
<div class="banner">
<div class="container">
<h4>Alpha Version</h4>
<p>You are trying out a pre-release of Spectre's web version.</p>
<a href="https://gitlab.com/spectre.app/web/" class="btn btn-transparent">Source Code</a>
</div>
</div>
<section id="application">
<div id="user" class="container" data-active="true">
<div class="row justify-content-center">
<div class="col-lg-6 text-center box">
<i class="fa-duotone fa-user-circle"></i>
<hr>
<form>
<p>
<label id="userName">
<i class="fa-duotone fa-fw fa-user-large"></i>
Your Full Name
<input type="text" placeholder="eg. Robert Lee Mitchell" autocomplete="username">
</label>
</p>
<p>
<label id="userSecret">
<i class="fa-duotone fa-fw fa-user-lock"></i>
Your Spectre Secret
<i class="fa-duotone fa-fw fa-galaxy fa-spin"></i>
<input type="password" placeholder="eg. banana colored duckling" autocomplete="current-password">
</label>
</p>
<p>
<label id="algorithmVersion">
<i class="fa-duotone fa-fw fa-rectangle-vertical-history"></i>
Algorithm Version
<select>
<option value="0">V0 (2012:03)</option>
<option value="1">V1 (2012:07)</option>
<option value="2">V2 (2014:09)</option>
<option value="3" selected>V3 (2015:01)</option>
</select>
</label>
</p>
<hr>
<p class="info"></p>
<p class="error"></p>
<p>
<button type="submit" id="signin">
<i class="fa-duotone fa-fw fa-2x fa-right-to-bracket"></i><br>
Sign In
</button>
</p>
</form>
<p class="caption">Your information remains 100% offline.</p>
</div>
</div>
</div>
<div id="site" class="container" data-active="false">
<div class="row justify-content-center">
<div class="col-lg-6 text-center box">
<i class="fa-duotone fa-globe"></i>
<hr>
<form>
<p>
<label id="siteName">
<i class="fa-duotone fa-fw fa-globe"></i>
Site Domain
<input type="text" placeholder="eg. twitter.com">
</label>
</p>
<p> </p>
<p>
<input type="radio" name="sitePurpose" id="sitePurposePassword" value="com.lyndir.masterpassword">
<label for="sitePurposePassword">Site Password</label>
<input type="radio" name="sitePurpose" id="sitePurposeLogin" value="com.lyndir.masterpassword.login">
<label for="sitePurposeLogin">Site Login Name</label>
<input type="radio" name="sitePurpose" id="sitePurposeAnswer" value="com.lyndir.masterpassword.answer">
<label for="sitePurposeAnswer">Site Security Answer</label>
</p>
<hr>
<p>
<label id="siteCounter">
<i class="fa-duotone fa-fw fa-rectangle-vertical-history"></i>
Site Counter
<input type="number" placeholder="1" min="1" max="100" value="1" class="half" />
</label>
</p>
<p>
<label id="siteType">
<i class="fa-duotone fa-fw fa-rectangle-vertical-history"></i>
Type
<select></select>
</label>
</p>
<p>
<label id="siteResult">
<i class="fa-duotone fa-fw" style="background: url('images/spectre-light-glyph.svg') no-repeat center/contain"></i>
Result
<i class="fa-duotone fa-fw fa-galaxy fa-spin"></i>
<button type="submit" class="fa-solid fa-copy">
<input class="code" value="PozoLalv0_Yelo" readonly="">
</button>
</label>
</p>
</form>
<p class="info"></p>
<p class="error"></p>
<hr>
<p>
<button type="submit" id="signout">
<i class="fa-duotone fa-fw fa-2x fa-right-from-bracket"></i><br>
Sign Out
</button>
</p>
<p class="caption">Your information remains 100% offline.</p>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-12 text-center">
<div class="copyright">
<a href="https://spectre.app/">
<img src="images/spectre-light.png" alt="Spectre: Passwords, Privacy-first" height="42">
</a>
<br>
<p>Copyright © 2011 <a href="https://lhunath.com">Maarten Billemont</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script defer src="plugins/bootstrap/bootstrap.bundle.min.js"></script>
<script defer src="js/spectre/spectre-types.js"></script>
<script defer src="js/spectre/spectre-service.js"></script>
<script defer src="js/main.js"></script>
</body>
</html>