This repository was archived by the owner on Jul 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
166 lines (155 loc) · 7.96 KB
/
profile.html
File metadata and controls
166 lines (155 loc) · 7.96 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
<!doctype html>
<html lang="en">
<head>
<title>Payment</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css">
<link rel="icon" type="image/x-icon" href="favicons/diamond-245278/favicon.ico">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B"
crossorigin="anonymous">
<link rel="stylesheet" href="css/profile.css">
</head>
<body>
<div class="my-div">
<div class="container-fluid">
<div class="outer-div">
<h2 class="profile">Profile</h2>
<ul class="nav navbar-dark nav-pills rounded nav-fill mb-3" role="tablist">
<li class="nav-item">
<a class="nav-link active" data-toggle="pill" href="#nav-tab-card">
<i class="fa fa-address-card"></i> Information</a></li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#nav-tab-fundraiser">
<i class="fa fa-archive"></i> My Fundraisers</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane fade show active" id="nav-tab-card">
<form role="form">
<div>
<img src="images/img_avatar.png" alt="Avatar" class="avatar">
</div>
<div class="form-group">
<label>First Name:</label> <b><span data-key="firstname"></span></b>
</div> <!-- form-group.// -->
<div class="form-group">
<label>Last Name:</label><b><span data-key="lastname"></span></b>
</div> <!-- form-group.// -->
<div class="form-group">
<label>Username:</label> <b><span data-key="username"></span></b>
</div> <!-- form-group.// -->
<div class="form-group">
<label>Email Address:</label><b><span data-key="email"></span></b>
</div> <!-- form-group.// -->
<div class="form-group">
<label>Phone number:</label><b><span data-key="phone"></span></b>
</div> <!-- form-group.// -->
<div class="form-group">
<label>Plan:</label><b><span data-key="plan"></span></b>
</div> <!-- form-group.// -->
<div class="form-group">
<label>Description:</label><b><span data-key="description"></span></b>
</div> <!-- form-group.// -->
<div class="split-buttons">
<button class="btn btn-primary confirm" type="button" onclick="document.getElementById('id01').style.display='block'">
Start a new fundraiser </button>
<button class="btn btn-back confirm" type="button"><a href="index.html">Logout</a> </button>
</div>
</form>
</div> <!-- tab-pane.// -->
<div class="tab-pane fade" id="nav-tab-fundraiser">
<div class="card-columns">
<div class="card p-3">
<img class="card-img-top" src="images/7.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title card-heading">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<p class="card-text">Funded: 500000/1000000</p>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-info" role="progressbar" style="width: 50%"
aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">50%</div>
</div>
</div>
</div>
<div class="card p-3">
<img class="card-img-top" src="images/8.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title card-heading">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<p class="card-text">Funded: 58260/233040</p>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-info" role="progressbar" style="width: 25%"
aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%</div>
</div>
</div>
</div>
<div class="card p-3">
<img class="card-img-top" src="images/10.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title card-heading">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<p class="card-text">Funded: 99420/132560</p>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-info" role="progressbar" style="width: 75%"
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">75%</div>
</div>
</div>
</div>
</div>
</div> <!-- tab-pane.// -->
</div> <!-- tab-content .// -->
</div>
</div>
</div>
<div id="id01" class="modal">
<form class="modal-content animate fundraiser-form" action="profile.html">
<div class="imgcontainer">
<span onclick="document.getElementById('id01').style.display='none'" class="close" title="Close Modal">×</span>
</div>
<h2 class="heading">NEW FUNDRAISER</h2>
<div class="container">
<label for="username"><b>Username:</b></label>
<input type="text" placeholder="Enter Username" name="username" id="username" required>
<label for="title"><b>Title:</b></label>
<input type="text" placeholder="Enter Title" name="title" id="title" required>
<label for="amount"><b>Amount:</b></label>
<input type="text" placeholder="Enter Amount" name="amount" id="amount" required>
<label for="description"><b>Description:</b><small> Max 200 characters</small> </label>
<textarea class="form-control text-area" placeholder="Description" required type="text" name="description" id="description"
maxlength="200"></textarea>
<button class="width-100 btn-primary" type="submit">Submit</button>
<label>
<input type="checkbox" checked="checked" name="remember"> Remember me
</label>
</div>
<div class="container" style="background-color:#f1f1f1">
<button type="button" onclick="document.getElementById('id01').style.display='none'" class="cancelbtn">Cancel</button>
</div>
</form>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em"
crossorigin="anonymous"></script>
<script>
// $('#cleardemo').filestyle({
// buttonText: ' Choose a file from System',
// buttonName: 'btn-info'
// });
$('#clear').click(function () {
$('#cleardemo').filestyle('clear');
});
</script>
<script src="js/index.js"></script>
<script>loadProfile()</script>
</body>
</html>