-
Notifications
You must be signed in to change notification settings - Fork 15
/
UserProfile.html
168 lines (153 loc) · 10.7 KB
/
UserProfile.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="UserProfile.css" />
<title>Profile</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-warning">
<a class="navbar-brand" href="#">Profile</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</nav>
<div class="container shadow-lg p-3 mb-5 bg-white rounded">
<div class="row">
<div class="col p-4 d-flex flex-column position-static">
<div class="list-group " id="list-tab" role="tablist">
<a class="list-group-item list-group-item-action active" id="list-aboutme-list" data-toggle="list" href="#list-aboutme" role="tab" aria-controls="aboutme">AboutMe</a>
<a class="list-group-item list-group-item-action" id="list-donations-list" data-toggle="list" href="#list-donations" role="tab" aria-controls="donations">Your Donations</a>
<a class="list-group-item list-group-item-action" id="list-taken-list" data-toggle="list" href="#list-taken" role="tab" aria-controls="taken">Amount Taken</a>
<a class="list-group-item list-group-item-action" id="list-profile-list" data-toggle="list" href="#list-profile" role="tab" aria-controls="profile">Edit Your Profile</a>
<a class="list-group-item list-group-item-action" id="list-social-list" data-toggle="list" href="#list-social" role="tab" aria-controls="social">Social Media</a>
</div>
</div>
<div class="col-8 ">
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="list-aboutme" role="tabpanel" aria-labelledby="list-aboutme-list">
<div class="row">
<h2><b><i><u>YOUR DETAILS</u></i></b></h2>
<table class="table table-borderless">
<tbody>
<tr>
<th scope="row">NAME</th>
<td>JAMALPUR SHIRISHA</td>
</tr>
<tr>
<th scope="row">EMAIL</th>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">CONTACT NUMBER</th>
<td colspan="2">9652230110</td>
</tr>
<tr>
<th scope="row">ADDRESS</th>
<td colspan="2">Hyderabad, Telangana</td>
</tr>
<tr>
<th scope="row">GENDER</th>
<td colspan="2">Female</td>
</tr>
<tr>
<th scope="row">QUALIFICATION</th>
<td colspan="2">B.Tech</td>
</tr>
<tr>
<th scope="row">NEED OF CHARITY</th>
<td colspan="2">For continuing further Studeis</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="tab-pane fade" id="list-donations" role="tabpanel" aria-labelledby="list-donations-list">
<div class="container my-4">
<div class="row no-gutters border rounded flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static bg-light">
<strong class="d-inline-block mb-2 text-primary ">YOUR DONATIONS</strong>
<h3 class="mb-0">Last Visited</h3>
<div class="mb-1 text-muted"><i>September 2 2020</i></div>
<p class="card-text mb-auto"><i>Till now You haven;t done any donations. Please explore our portal and donate something to make someone smile</i></p>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="list-taken" role="tabpanel" aria-labelledby="list-taken-list">
<div class="container my-4">
<div class="row no-gutters border rounded flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static bg-light">
<strong class="d-inline-block mb-2 text-primary ">Amount Taken</strong>
<h3 class="mb-0">Last Visited</h3>
<div class="mb-1 text-muted"><i>September 2 2020</i></div>
<p class="card-text mb-auto"><i>Till now You haven;t done any donations. Please explore our portal and donate something to make someone smile</i></p>
</div>
</div>
</div>
</div>
<div class="tab-pane fade show " id="list-profile" role="tabpanel" aria-labelledby="list-profile-list">
<form>
<div class="form-group">
<label for="exampleInputEmail1"><b>NAME</b></label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Change your name">
<small id="emailHelp" class="form-text text-muted"></small>
</div>
<div class="form-group">
<label for="exampleInputPassword1"><b>EMAIL</b></label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="New Email Address">
</div>
<div class="form-group">
<label for="exampleInputEmail1">PASSWORD</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter Password">
<small id="emailHelp" class="form-text text-muted"></small>
</div>
<div class="form-group">
<label for="exampleInputEmail1"><b>CONFIRM PASSWORD</b></label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Confirm Password">
<small id="emailHelp" class="form-text text-muted"></small>
</div>
<div class="form-group">
<label for="exampleInputEmail1"><b>CONTACT NO</b></label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Change your Contact no">
<small id="emailHelp" class="form-text text-muted"></small>
</div>
<div class="form-group">
<label for="exampleInputEmail1"><b>NEED OF CHARITY</b></label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Need of charity">
<small id="emailHelp" class="form-text text-muted"></small>
</div>
<button type="submit" class="btn btn-primary">SAVE CHANGES</button>
</form>
</div>
<div class="tab-pane fade" id="list-social" role="tabpanel" aria-labelledby="list-social-list">
<div class="container my-4 soc">
<div class="row no-gutters border rounded flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<a href="#"><img src="https://img.icons8.com/fluent/48/000000/facebook-new.png" />
<p>facebook</p>
</a>
<a href="#"><img src="https://img.icons8.com/cute-clipart/64/000000/instagram-new.png" />
<p>Instagram</p>
</a>
<a href="#"><img src="https://img.icons8.com/fluent/48/000000/google-plus.png" />
<p>GooglePlus</p>
</a>
<a href="#"><img src="https://img.icons8.com/cute-clipart/64/000000/twitter.png" />
<p>Twitter</p>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js " integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN " crossorigin="anonymous "></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js " integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV " crossorigin="anonymous "></script>
</body>
</html>