-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdashboard.html
More file actions
211 lines (211 loc) · 6.22 KB
/
Copy pathdashboard.html
File metadata and controls
211 lines (211 loc) · 6.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="image/tab_logo.png">
<link rel="stylesheet" type="text/css" href="css/dashboard.style.css">
<title>
Space Reach
</title>
</head>
<body>
<div class="main">
<div class="navbar">
<img src="image/Space_Age_logo.png" class="logo">
<nav>
<ul>
<li><a href="index.html" class="home">Home</a></li>
<li><a href="about.html" class="about">About</a></li>
<li><a href="gallery.html" class="gallery">Gallery</a></li>
<li><a href="tour.html" class="tour">Tour</a></li>
<li><a href="LogIn.html" class="account">Account</a></li>
</ul>
</nav>
</div>
<div class="content">
<div class="user_name">
Welcome Hritik
</div>
<div class="actions">
<button class="tab">
<a href="#info">
<img src="image/id.svg" alt="">
<br>Personal info<br>
<div class="detail">Provide personal details and how we can reach you</div>
</a>
</button>
<button class="tab">
<a href="#security">
<img src="image/login.svg" alt="">
<br>Login & security<br>
<div class="detail">Update your password and secure your account</div>
</a>
</button>
<button class="tab">
<a href="#payment">
<img src="image/payment.svg" alt="">
<br>Payments & payouts<br>
<div class="detail">Review payments, payouts, and taxes</div>
</a>
</button>
</div>
<div class="actions">
<button class="tab">
<a href="#work">
<img src="image/work.svg" alt="">
<br>Travel for work<br>
<div class="detail">Add a work email for business trip benefits</div>
</a>
</button>
<button class="tab">
<a href="#trip">
<img src="image/trip.png" alt="">
<br>Book a Trip<br>
<div class="detail">Book your next trip to space</div>
</a>
</button>
<button class="tab">
<a href="#blog">
<img src="image/write.svg" alt="">
<br>Write a Blog<br>
<div class="detail">Provide you expriance by writing a blog post</div>
</a>
</button>
</div>
</div>
</div>
<div class="sec" id="info">
<div class="form">
<form action="submit" class="--info">
<label for="Name">Name</label><br>
<input type="text" placeholder="Full Name"><br>
<label for="gender">Gender</label><br>
<select name="gender" placeholder="Other" >
<option value="other">Other</option>
<option value="male">Male</option>
<option value="female">Female</option>
</select><br><br>
<label for="email">Email address</label><br>
<input type="Email" placeholder="Email"><br>
<label for="phone">Phone number</label><br>
<input type="phone" placeholder="Phone number"><br>
<label for="address">Address</label><br>
<input type="text" placeholder="Address"><br>
<label for="emergency">Emergency Contact</label><br>
<input type="text" placeholder="Emergency Contact"><br>
<label for="gov_id">Government ID</label><br>
<input type="text" placeholder="ID Number"><br>
<button type="submit" class="btn">Save</button>
</form>
</div>
</div>
<div class="sec" id="security">
<div class="form --security">
<form action="submit" class="--info">
<label for="ID">ID</label><br>
<input type="text" placeholder="User ID"><br>
<label for="pass">Current Password</label><br>
<input type="password" placeholder="CurrentPass"><br>
<label for="newpass">New Password</label><br>
<input type="password" placeholder="New Password"><br>
<label for="confirmpass">Confirm Password</label><br>
<input type="password" placeholder="Confirm Password"><br>
<button type="submit" class="btn">Save</button>
</form>
</div>
</div>
<div class="sec" id="payment">
<div class="sec" id="payment">
<div class="form --payment">
Payment History
<div class="pay_info">
<table>
<tr>
<th>
Date
</th>
<th>
Time
</th>
<th>
Transcation Id
</th>
<th>
Package
</th>
<th>
Amount
</th>
<th>
Taxes
</th>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="sec" id="work">
<div class="sec" id="work">
<div class="form --work">
Travel for Work
<form id="admin"class="input-group" action="dashboard.html">
<label>Full Name</label><br>
<input type="text" placeholder="Name">
<label>Contact Info</label><br>
<input type="text" placeholder="Contact Info">
</form>
</div>
</div>
</div>
<div class="sec" id="trip">
<div class="sec" id="security">
<div class="form --security">
<form action="submit" class="--info">
<label for="ID">ID</label><br>
<input type="text" placeholder="User ID"><br>
<label for="pass">Current Password</label><br>
<input type="password" placeholder="CurrentPass"><br>
<label for="newpass">New Password</label><br>
<input type="password" placeholder="New Password"><br>
<label for="confirmpass">Confirm Password</label><br>
<input type="password" placeholder="Confirm Password"><br>
<button type="submit" class="btn">Save</button>
</form>
</div>
</div>
</div>
<div class="sec" id="blog">
<div class="sec" id="security">
<div class="form --security">
<form action="submit" class="--info">
<label for="ID">ID</label><br>
<input type="text" placeholder="User ID"><br>
<label for="pass">Current Password</label><br>
<input type="password" placeholder="CurrentPass"><br>
<label for="newpass">New Password</label><br>
<input type="password" placeholder="New Password"><br>
<label for="confirmpass">Confirm Password</label><br>
<input type="password" placeholder="Confirm Password"><br>
<button type="submit" class="btn">Save</button>
</form>
</div>
</div>
</div>
<div class="links">
<a href="#" class="mata">Mataverse</a>
<a href="#" class="unreal">Unreal</a>
<a href="#" class="deeplink">DeepLink</a>
</div>
<div>
<button class="up" onclick="scrollWin()">
</button>
</div>
<script>
function scrollWin() {
window.scrollTo(0, 0);
}
</script>
</body>
</html>