-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
340 lines (285 loc) · 12.7 KB
/
profile.html
File metadata and controls
340 lines (285 loc) · 12.7 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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Public profile page for Shopping Club app idea">
<meta name="author" content="Michael Langley">
<title>Profile</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="css/blog-home.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-purple fixed-top border-bottom">
<div class="container-fluid">
<a class="navbar-brand" href="#">Spending Club</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item btn-secondary rounded-pill shadow mx-3">
<a class="nav-link text-light" href="catalog.html">Home</a>
</li>
<li class="nav-item btn-secondary rounded-pill shadow mx-3">
<a class="nav-link text-light" href="friends.html">Friends</a>
</li>
<li class="nav-item btn-secondary rounded-pill shadow mx-3">
<a class="nav-link text-light" href="community.html">Community</a>
</li>
<li class="nav-item btn-secondary rounded-pill shadow mx-3">
<a class="nav-link text-light" href="profile.html">Account</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container-fluid bg-dark">
<div class="row">
<div class="col-md-3">
<div class="card mx-4 my-4 bg-lightgray">
<div class="card-body text-center">
<h3>Stats: </h3><br>
<h5 class="text-left">Average Purchase: $30K<br><br>
Largest Purchase: $120K <br><br>
Rarest Purchase: Legit Unicorn Horn<br><br>
Biggest Auction: $40K<br><br>
Richest Friend: Bill Gates<br><br>
Partners Recommended: 10<br><br>
Owns Tiger: Yes <br><br>
</h5>
</div>
</div>
<ul class="pagination justify-content-center">
<li class="page-item ">
<a class="page-link" href="#">Friend Stats</a>
</li>
<li class="page-item disabled ">
<a class="page-link bg-lightgray" href="#">Community Stats</a>
</li>
</ul>
</div>
<!-- People Columns -->
<div class="col-md-3 bg-secondary">
<h3 class="white-text">Your friends: </h3>
<!-- People Posts-->
<div class="card mb-3 shadow rounded my-4 mx-auto box-400">
<img class="fit-to rounded" src="img/people/JKRowling.jpg" data-toggle="modal" data-target="#jkRowlingModal">
</div>
<div class="card mb-3 shadow rounded my-4 mx-auto box-400" >
<img class="fit-to rounded" src="img/people/billGates.jpg" data-toggle="modal" data-target="#billGatesModal">
</div>
<div class="card mb-3 shadow rounded my-4 mx-auto box-400">
<img class="fit-to rounded" src="img/people/bobIger.jpg" data-toggle="modal" data-target="#bobIgerModal">
</div>
<!-- Pagination -->
<ul class="pagination justify-content-center mb-4">
<li class="page-item disabled">
<a class="page-link" href="#">Lesserthans →</a>
</li>
</ul>
</div>
<!-- Items-->
<div class="col-md-3 bg-secondary h-auto" >
<h3 class="white-text">Your items: </h3>
<!-- Item Posts -->
<div class="card mb-3 shadow rounded my-4 bg-dark mx-auto box-400">
<img class="fit-to rounded" src="img/house2/1.jpg" data-toggle="modal" data-target="#bigHouseModal">
</div>
<div class="card mb-3 shadow rounded my-4 bg-dark mx-auto box-400">
<img class="fit-to rounded" src="img/jet1/jet1.jpg" data-toggle="modal" data-target="#jetModal" >
</div>
<div class="card mb-3 shadow rounded my-4 bg-dark mx-auto box-400">
<img class="fit-to rounded" src="img/hallucinationWatch1.jpg" data-toggle="modal" data-target="#hallucinationModal">
</div>
<!-- Pagination -->
<ul class="pagination justify-content-center mb-4">
<li class="page-item">
<a class="page-link" href="#">← Older</a>
</li>
<li class="page-item disabled">
<a class="page-link" href="#">Newer →</a>
</li>
</ul>
</div>
<!-- Profile Pic basic info window-->
<div class="col-md-3">
<h3 class="white-text">Your profile: </h3>
<!-- Profile items -->
<div class="card my-4 mx-auto ">
<div class="card-body bg-lightgray">
<h3 class="text-md-center">Big Punisher</h3> <br>
<h5 class="text-md-center">Net Worth: 1.2 million<br><br>
Organization: None<br><br>
Notable for being super fat and dead.
</h5>
</div>
</div>
<img class="card-img-bottom rounded shadow mx-auto" src="img/people/bigPun.jpg">
<div class="card my-4 mx-auto bg-lightgray">
<div class="card-body">
<h3 class="text-md-center">Personal Quote:</h3> <br>
<h4>"Remember no matter what you do: get money."
</h4><br>
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<!-- Modal -->
<div id="jkRowlingModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">J.K. Rowling</h4>
</div>
<div class="modal-body">
<p>
Net Worth: $5.8 Billion <br><br>
Organization: Wizarding World Inc. <br><br>
Bio: JK Rowling is most renowned for her young adult novel series "Harry Potter."
She's also one of the richest women in the world. Blah blah blah some other stuff
about JK Rowling and how great she is.<br><br>
Added: 3/05/19
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline-dark">Profile</button>
</div>
</div>
</div>
</div>
<div id="billGatesModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Bill Gates</h4>
</div>
<div class="modal-body">
<p>
Net Worth: $6.5 Billion <br><br>
Organization: Microsoft, Bill and Melinda Gates Foundation. <br><br>
Bio: Bill Gates likes burgers, computers, and being so rich that he can just give
millions and millions of dollars away every year.<br><br>
Added: 6/07/19
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline-dark">Profile</button>
</div>
</div>
</div>
</div>
<div id="bobIgerModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Bob Iger</h4>
</div>
<div class="modal-body">
<p>
Net Worth: $9.4 Billion <br><br>
Organization: Disney <br><br>
Bio: Bob Iger is the current CEO of the Disney Corporation. He owns your childhood and
will own the childhood of your children and their children. Super ridiculously rich.<br><br>
Added: 1/29/19
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline-dark">Profile</button>
</div>
</div>
</div>
</div>
<div id="bigHouseModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Big Expensive House</h4>
</div>
<div class="modal-body">
<p>
Category: Real Estate <br><br>
0's involved: 6 <br><br>
Description: 8 bedrooms, 4 bathrooms, 4,000 sq ft. <br><br>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline-dark">Get it</button>
</div>
</div>
</div>
</div>
<div id="jetModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content ">
<div class="modal-header">
<h4 class="modal-title">Private Jet</h4>
</div>
<div class="modal-body">
<p>
Category: Aircraft <br><br>
0's involved: 7 <br><br>
Description: 2 bedrooms, fully stocked kitchen, doubles as a floatation device. <br><br>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline-dark">Get it</button>
</div>
</div>
</div>
</div>
<div id="hallucinationModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Hallucination Watch</h4>
</div>
<div class="modal-body">
<p>
Category: Jewelry <br><br>
0's involved: 6 <br><br>
Description: A lot of diamonds, roughly assembled into the shape of a watch.
Very likely works as a watch.<br><br>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline-dark">Get it</button>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-dark">
<div class="container-fluid">
<p class="m-0 text-center text-white">Copyright © Shopping Club 2019</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<!-- 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.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>