-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetting.html
73 lines (65 loc) · 2.21 KB
/
setting.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
<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" />
<link rel="stylesheet" href="./css/setting.css">
<link rel="stylesheet" href="./css/navbar.css">
<title>Document</title>
<style>
</style>
</head>
<body>
<div id="navbar"></div>
<div>
<div id="profile2">
<div id="innerprofile">
<div class="innerdiv">
<div>
<h2 class="info">Acount type:</h2>
<p id="jobtype" class="details"></p>
</div>
<button id="acounttype" class="changebutton">Change acount type</button>
</div>
<div class="innerdiv">
<div>
<h2 class="info">Email</h2>
<p id="mail" class="details"></p>
</div>
<button id="email" class="changebutton">Change email</button>
</div>
<div class="innerdiv">
<div>
<h2 class="info">Password</h2>
<p id="dotpassword" class="dotpass" class="details"></p>
</div>
<button id="changepass" class="changebutton">Change password</button>
</div>
<div class="innerdiv">
<div>
<h2 class="info">Phone number</h2>
<p id="phone" class="details"></p>
</div>
<button id="changephone" class="changebutton">Add phone</button>
</div>
<div class="innerdiv">
<div>
<h2 class="info">Third-party applications</h2>
<p class="details">
No third-party applications have access to your account
</p>
</div>
</div>
<div class="innerdiv" id="lastinndiv">
<div>
<h2 id="infodata" class="info"></h2>
</div>
<button id="signout" class="changebutton">Sign out</button>
</div>
</div>
</div>
</body>
</html>
<script src="./scripts/setting.js" type="module">
</script>
<script src="./scripts/navbar2.js"></script>