-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanage.html
More file actions
295 lines (266 loc) · 9.2 KB
/
manage.html
File metadata and controls
295 lines (266 loc) · 9.2 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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title></title>
<meta name="description" content="" />
<link rel="stylesheet" href="./manage.css" />
<link rel="stylesheet" href="./component.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap"
/>
</head>
<body>
<div class="manage-div">
<div class="top-header-div2">
<header class="top-container-header2" id="nav">
<div class="logo-div4" id="logo">
<a href="./index.html">
<img class="logo-icon2" alt="logo" src="public/logo2.svg" />
</a>
</div>
<button class="icon-button2" autofocus id="iconButton">
<div class="rectangle-div6"></div>
<div class="rectangle-div7"></div>
<div class="rectangle-div8"></div>
</button>
<div class="navigation-right-div2">
<div class="nav-items-div2">
<button class="home-button2" autofocus id="homeButton">
Home</button
><button class="generator-button2" autofocus id="generatorButton">
Generator</button
><button class="manager-button2" autofocus>Manager</button
><button class="contact-button2" autofocus id="contactButton">
Contact
</button>
</div>
</div>
</header>
</div>
<!-- This is the component-->
<div class="manage-top-div">
<!-- App Wrapper -->
<main class="app" style="width: 100%;">
<!-- Greeting -->
<section class="greeting">
<h2 class="title">
<span class = "span"><input type="text" id="name" value="." /></span>
</h2>
</section>
<!-- End of Greeting -->
<!-- New Todo -->
<section class="create-todo">
<h3>Store Passwords</h3>
<form id="new-todo-form">
<h4>Manage it</h4>
<input
type="text"
placeholder="Website"
name="content"
id="content" />
<input
type="text"
placeholder="Password"
name="content1"
id="content1" />
<input class = "glowup" type="submit" value="Add it"/>
</form>
</section>
<!-- End of New Todo -->
<!-- Todo List -->
<section class="todo-list">
<h3>Passwords</h3>
<div class="list" id="todo-list"></div>
</section>
<!-- End of Todo List -->
</main>
<!-- End of App Wrapper -->
</div>
<!-- This is the component-->
<!--
<div class="info-div2" data-animate-on-scroll>
<div class="frame-div1">
<div class="ask1-div">
<input
id="web"
class="rectangle-input"
type="text"
placeholder="website"
required
autofocus
/>
</div>
<div class="ask1-div">
<input
id="pwd"
class="rectangle-input"
type="text"
placeholder="Password"
required
autofocus
/>
</div>
<button class="store-button" onclick="add()">
<div class="store-div" >Store!</div>
</button>
</div>
<h1 class="text-h1">Passwords</h1>
THe Component-->
<!-- <div class="component-div">
<div class="text-menu-div">
<a class="website-a" id="we">Website!</a><a class="password" id="pw">Password</a>
<button class="copy-icon-1-button" autofocus>
<button class="group-button" autofocus>
<img class="vector-icon14" alt="" src="public/vector14.svg" />
</button>
</button>
</div>
</div> -->
<!-- Example-->
<!-- <section class="create-todo">
<form id="new-todo-form">
<input
type="text"
placeholder="e.g. Get some milk"
name="content"
id="content" />
-->
<!-- <div class="options">
<label>
<input type="radio" name="category" id="category1" value="business" />
<span class="bubble business"></span>
<div>Work</div>
</label>
<label>
<input type="radio" name="category" id="category2" value="personal" />
<span class="bubble personal"></span>
<div>Personal</div>
</label>
</div> -->
<!-- <input class = "glowup" type="submit" value="Add todo" />
</form>
</section> -->
<!-- Example--
-End of the component-->
<!-- </div>
</div>
</div> -->
<div id="drawer" class="popup-overlay" style="display: none">
<div class="drawer-div" data-animate-on-scroll>
<div class="drawer-items-div" id="drawer">
<button class="home-button3" autofocus id="drawerhomeButton">
Home</button
><button
class="generator-button3"
autofocus
id="drawergeneratorButton"
>
Generator</button
><button class="manager-button3" autofocus id="drawermanagerButton">
Manager</button
><button class="contact-button3" autofocus id="drawercontactButton">
Contact
</button>
</div>
</div>
</div>
<script type="text/javascript" src="scripts.js" ></script>
<script type="text/javascript" src="component.js" ></script>
<!-- <script>
var drawerhomeButton = document.getElementById("drawerhomeButton");
if (drawerhomeButton) {
drawerhomeButton.addEventListener("click", function (e) {
window.location.href = "/";
});
}
var drawergeneratorButton = document.getElementById("drawergeneratorButton");
if (drawergeneratorButton) {
drawergeneratorButton.addEventListener("click", function (e) {
window.location.href = "./main.html";
});
}
var drawermanagerButton = document.getElementById("drawermanagerButton");
if (drawermanagerButton) {
drawermanagerButton.addEventListener("click", function (e) {
window.location.href = "./manage.html";
});
}
var drawercontactButton = document.getElementById("drawercontactButton");
if (drawercontactButton) {
drawercontactButton.addEventListener("click", function (e) {
window.location.href = "./contact.html";
});
}
var iconButton = document.getElementById("iconButton");
if (iconButton) {
iconButton.addEventListener("click", function () {
var drawerOverlay = document.getElementById("drawer");
if (!drawerOverlay) return;
var drawerOverlayStyle = drawerOverlay.style;
if (drawerOverlayStyle) {
drawerOverlayStyle.display = "flex";
drawerOverlayStyle.zIndex = 99;
drawerOverlayStyle.backgroundColor = "rgba(113, 113, 113, 0.3)";
drawerOverlayStyle.alignItems = "center";
drawerOverlayStyle.justifyContent = "";
}
drawerOverlay.setAttribute("closable", "");
var onClick =
drawerOverlay.onClick ||
function (e) {
if (
e.target === drawerOverlay &&
drawerOverlay.hasAttribute("closable")
) {
drawerOverlayStyle.display = "none";
}
};
drawerOverlay.addEventListener("click", onClick);
});
}
var homeButton = document.getElementById("homeButton");
if (homeButton) {
homeButton.addEventListener("click", function (e) {
window.location.href = "/";
});
}
var generatorButton = document.getElementById("generatorButton");
if (generatorButton) {
generatorButton.addEventListener("click", function (e) {
window.location.href = "./main.html";
});
}
var contactButton = document.getElementById("contactButton");
if (contactButton) {
contactButton.addEventListener("click", function (e) {
window.location.href = "./contact.html";
});
}
var scrollAnimElements = document.querySelectorAll("[data-animate-on-scroll]");
var observer = new IntersectionObserver(
(entries) => {
for (const entry of entries) {
if (entry.isIntersecting || entry.intersectionRatio > 0) {
const targetElement = entry.target;
targetElement.classList.add("animate");
observer.unobserve(targetElement);
}
}
},
{
threshold: 0.15,
}
);
for (let i = 0; i < scrollAnimElements.length; i++) {
observer.observe(scrollAnimElements[i]);
}
</script> -->
</body>
</html>