-
Notifications
You must be signed in to change notification settings - Fork 0
/
men.html
743 lines (711 loc) · 21.1 KB
/
men.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
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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Men</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400&display=swap+family=Spinnaker&display=swap" rel="stylesheet">
<style>
*{
box-sizing: border-box;
padding: 0px 0px;
margin: 0px;
}
body{
background-color: #FDFDFD;
height: 800px;
overflow-x: hidden;
}
#colorstrip{
width: 100%;
height: auto;
background-color: #E4E4E4;
}
#login h5{
position: relative;
left: 35px;
top:-14px;
font-size: 14px;
font-family:'Raleway', sans-serif;
font-weight:lighter;
color: #313131;
}
#login img{
position: relative;
top: 9px;
}
#login {
display:inline-block;
background-color: #E4E4E4;
position: relative;
left: 840px;
height: auto;
width: 100%;
margin: 0px;
}
#login a{
text-decoration: none;
}
a:visited{
text-decoration: none;
color: #313131;
}
.vl {
border-left: 1px solid #939393;
height: 50px;
position: absolute;
top: -4px;
right:422px;
}
#free{
font-family:'Raleway', sans-serif ;
font-weight: lighter;
font-size: 17px;
position: relative;
left: 955.5px;
top: -30px;
}
#vl2{
border-left: 1px solid #939393;
height: 49px;
position: absolute;
right: 263px;
top: -4px;
}
#cHeading{
background-color:#313131;
position: relative;
top: -20;
text-align: center;
font-size: 30px;
font-family:'Raleway', sans-serif;
color: #FDFDFD;
padding: 20px 5px;
}
.sidenav{
height: 100%;
width: 0;
position: fixed;
/* z-index is so the side page blocks all the info underneath it */
z-index: 1;
top: 0;
left: 0;
background-color: #FDFDFD;
/* overflow-x removes the buttom scroll bar */
overflow-x: hidden;
/* transiton make the slide transition to be 0.5 sec(make more smooth) */
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 20px;
color: #242323;
display: inline-block;
/* transition makes the link for items change color more smoothly */
transition: 0.3s;
margin-top: 15px;
}
/* change color when hovering over the links*/
.sidenav a:hover {
color: #dadada;
}
.remove{
font-size: 25px;
color: #818181;
background-color: transparent;
border: none;
transition: 0.3s;
margin-left: 30px;
}
.remove:hover{
color: #cf2b2b;
}
.sidenav .closebutton {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
#stripColor2{
height: 68px;
position: relative;
top: -16px;
background-color: #242323;
}
#nav a{
color:#939393;
text-decoration: none;
margin-right: 70px;
padding: 0px 10px;
font-size: 16px;
font-family: 'Spinnaker', sans-serif;
position: relative;
left: 200px;
top: 26px;
transition:0.4s;
}
#nav a:hover{
color:#FDFDFD;
}
#homeHead a{
color: #FDFDFD;
}
#storyName a{
color: #FDFDFD;
font-size: 19px;
}
#men h1{
text-align: center;
position: relative;
top: -17px;
margin: 0px 0px;
font-family: 'Spinnaker', sans-serif;
font-size: 22px;
background-color: #E4E4E4 ;
height: 100px;
padding: 40px ;
}
.container3{
position: relative;
width: 50%;
max-width: 300px;
}
/* Make the image to responsive */
.image {
display: block;
width: 300px;
height: 414px;
}
/* The overlay effect - lays on top of the container and over the image */
.overlay {
position: absolute;
bottom: 0;
background:#CCBAB6;
color: #f1f1f1;
width: 300px;
transition: .5s ease;
opacity:0;
color:#988C88;
font-size: 20px;
padding: 20px;
text-align: center;
}
/* When you mouse over the container, fade in the overlay title */
.container3:hover .overlay {
opacity: 1;
}
#descrip1{
font-size: 16px;
font-family: "raleway";
color:#313131;
text-align: left;
position: relative;
left: -40px;
margin-top:0px;
width: 300px;
padding: 20px 40px;
}
#item2{
position: relative;
left: 405px;
top: -490px;
}
#descrip2{
font-size: 16px;
font-family: "raleway";
color:#313131;
text-align: left;
position: relative;
left: 370px;
top: -490px;
margin-top:0px;
width: 300px;
padding: 20px 40px;
}
#item3{
position: relative;
left: 810px;
top: -984px;
}
#descrip3{
font-size: 16px;
font-family: "raleway";
color:#313131;
text-align: left;
position: relative;
left: 770px;
top: -984px;
margin-top:0px;
width: 300px;
padding: 20px 40px;
}
.itemLink{
text-decoration: none;
}
#menItems{
position: relative;
left: 124px;
}
#pay{
position: relative;
top: 100px;
left: 150px;
margin-bottom: 50px;
font-size: 20px;
font-family:"spanniker";
padding: 10px 20px;
}
#pay:hover{
background-color: #818181;
}
#sale{
font: 15px;
color: #f1f1f1;
font-family: "raleway";
background-color: #45a37a;
padding: 5px 10px;
width: 67px;
height: 32px;
z-index: 1;
position: relative;
display: inline-block;
top:33px ;
left: 530px;
}
#bottomInfo{
background-color: #E4E4E4;
position: relative;
top: -900px;
width: 100%;
height: 280px;
}
#bottomInfo a{
position: relative;
top: 80px;
left: 160px;
font-size: 26px;
color: #939393;
text-decoration: none;
font-family: "raleway";
font-weight: lighter;
}
#vl4{
position: absolute;
border-left: 1px solid #939393;
height: 230px;
left: 400px;
top: 30px;
}
#location{
position: relative;
left: 580px;
font-weight: lighter;
font-family: "raleway";
color: #939393;
}
#location h4{
position: relative;
top:53px;
left: -30px;
font-size: 17px;
}
#location p{
position: relative;
top:100px;
left: -30px;
font-size: 17px;
width: 200px;
}
#vl5{
position: absolute;
border-left: 1px solid #939393;
height: 230px;
left: 300px;
top: -1px;
}
#contact h4{
position: relative;
left: 400px;
top:-10px;
font-size: 17px;
}
#contact p{
position: relative;
left: 400px;
top:40px;
font-size: 17px;
width: 200px;
}
footer{
text-align: center;
position: relative;
background-color: #242323;
color: #FDFDFD;
top: -900px;
width: 100%;
height: 50px;
}
#footerp{
position: relative;
top: 15px;
}
</style>
</head>
<body>
<!-- A strip of color for background -->
<div id="colorstrip">
<!-- link to login page -->
<a href="login.html">
<div id="login">
<img src="img/black-logo-Computer-Icons-User-profile-Login-Avatar-description-good-it-removebg-preview.png" alt="IconImg" width="24px" height="24px">
<h5 id="loginName">Log In</h5>
</div>
</a>
</div>
<!-- vertical Line -->
<span class="vl"></span>
<div id="free">
<h5>FREE SHIPPING</h5>
</div>
<!-- vertical Line -->
<span id="vl2"></span>
<div id="cart" class="sidenav">
<!-- void(0) makes the link stay on the same page because it means the result is undefined -->
<!-- when click on X it will close the page -->
<a id="cBackg" href="javascript:void(0)"
class="closebutton" onclick="closeNav()">×</a>
<!-- × = symbol X -->
<h3 id="cHeading">Cart</h3>
<!-- these are the links for the item yo bought(empty for now but will be replace when you added using javascript) -->
<a href="#" id="pro1"></a><button class="remove" onclick="del()"id="one"></button>
<br>
<a href="#" id="pro2"></a><button class="remove" id="two" onclick="del2()"></button>
<br>
<a href="#" id="pro3"></a><button class="remove" id="three" onclick="del3()"></button>
<br>
<a href="#" id="pro4"></a><button class="remove" id="four" onclick="del4()"></button>
<br>
<a href="#" id="pro5"></a><button class="remove" id="five" onclick="del5()"></button>
<br>
<a href="#" id="pro6"></a><button class="remove" id="six" onclick="del6()"></button>
<br>
<a href="#" id="pro7"></a><button class="remove" id="seven" onclick="del7()"></button>
<br>
<a href="#" id="pro8"></a><button class="remove" id="eight" onclick="del8()"></button>
<br>
<a href="#" id="pro9"></a><button class="remove" id="nine" onclick="del9()"></button>
<br>
<button id="pay" onclick="checkout()">Check Out</button>
<br>
</div>
<!-- inline css -->
<!-- When click Cart icon it will slide out a page -->
<span style="font-size:30px;cursor:pointer; position: absolute; right: 200px; top: 6px;" onclick="openNav()"><img src="img/download-removebg-preview.png" alt="shopping" width="44px"> <p style="font-size: 14px; color: #E4E4E4; position: absolute; right: 18.5px; top: 11px;" id="numOfProduct">0</p></span>
<!-- navigation bar -->
<div id="stripColor2">
<div id="nav">
<!-- use spin since it will have different css styling -->
<span id="storyName"><a href="home.html">HC FASHION</a></span>
<span id="homeHead"><a href="home.html">HOME</a></span>
<a href="collection.html">COLLECTION</a>
<a href="Customer_Information.html">COSTOMER CARE & INFORMATION </a>
</div>
</div>
<div id="men">
<h1>MEN</h1>
</div>
<p id="sale">SALE</p>
<div id="menItems">
<div class="container3">
<!-- link that brings to a internal link (where you buy). Link is the image -->
<a class="itemLink" href="buymen1.html">
<img src="img/tshirt.jpg" alt="Avatar" class="image">
<!-- text that will appear whe you hover over the image -->
<a href="buymen1.html"><div class="overlay">View Details</div></a>
</div>
<div id="descrip1">
<h4>SLIM SUMMER OUTFIT</h4>
<P>$40.00</P>
</a>
</div>
<div id="item2" class="container3">
<a class="itemLink"href="buymen2.html">
<!-- the image (link) -->
<img src="img/coat.jpg"
alt="Avatar" class="image" >
<!-- text that will appear whe you hover over the image -->
<a href="buymen2.html"><div class="overlay">View Details</div></a>
</div>
<div id="descrip2">
<h4>HOT WINTER OUTFIT</h4>
<P><strike>$120.00</strike> $84.00</P>
</a>
</div>
<div id="item3" class="container3">
<a class="itemLink"href="buymen3.html">
<!-- the image (link) -->
<img src="img/unnamed.jpg"
alt="Avatar" class="image" >
<!-- text that will appear whe you hover over the image -->
<a href="buymen3.html"><div class="overlay">View Details</div></a>
</div>
<div id="descrip3">
<h4>SPRING SWEATER OUTFIT</h4>
<P>$60.00</P>
</a>
</div>
</div>
</div>
<div id="bottomInfo">
<a href="#top"><h4>HC FAISHON</h4></a>
<span class="vl" id="vl4"></span>
<div id="location">
<h4>VIST OUR STORE</h4>
<p>3401 Dufferin St, Toronto, ON M6A 2T9</p>
<span id="vl5"></span>
<div id="contact">
<h4>CONTACT</h4>
<p>[email protected]</p>
</div>
</div>
</div>
<footer>
<p id="footerp">© HC FASHION MADE BY HARLEY CAI</p>
</footer>
<script>
// make the with of cart to 500px and make the backgroundcolor gray
function openNav() {
document.getElementById("cart").style.width = "500px";
document.body.style.backgroundColor = "rgba(0,0,0,0.4)";
}
// make the with of cart to 0px and back to normal
function closeNav() {
document.getElementById("cart").style.width = "0";
document.body.style.backgroundColor = "#FDFDFD";
}
// when page load it will extract form local storage
window.onload = function () {
var n=sessionStorage.getItem("name");
n=String(n);
console.log(n);
// if n has more than meaning there is someone's name then it will show
if(n.length>4){
document.getElementById("loginName").innerHTML=n;
}
else{
document.getElementById("loginName").innerHTML="Log In";
}
// replace the no item to an item in the cart
var product= sessionStorage.getItem("product1");
product=String(product);
console.log(product);
// to check if someone add cart
if(product.length>4){
document.getElementById("pro1").innerHTML=product;
document.getElementById("one").innerHTML="×";
}
else{
document.getElementById("pro1").innerHTML="";
document.getElementById("one").innerHTML="";
}
var product2= sessionStorage.getItem("product2");
product2=String(product2);
console.log(product2);
// to check if someone add cart
if(product2.length>4){
document.getElementById("pro2").innerHTML=product2;
document.getElementById("two").innerHTML="×";
}
else{
document.getElementById("pro2").innerHTML="";
document.getElementById("one").innerHTML="";
}
var product3= sessionStorage.getItem("product3");
product3=String(product3);
console.log(product3);
// to check if someone add cart
if(product3.length>4){
document.getElementById("pro3").innerHTML=product3;
document.getElementById("three").innerHTML="×";
}
else{
document.getElementById("pro3").innerHTML="";
document.getElementById("three").innerHTML="";
}
var product4= sessionStorage.getItem("product4");
product4=String(product4);
console.log(product4);
// to check if someone add cart
if(product4.length>4){
document.getElementById("pro4").innerHTML=product4;
document.getElementById("four").innerHTML="×";
}
else{
document.getElementById("pro4").innerHTML="";
document.getElementById("four").innerHTML="";
}
var product5= sessionStorage.getItem("product5");
product5=String(product5);
console.log(product5);
// to check if someone add cart
if(product5.length>4){
document.getElementById("pro5").innerHTML=product5;
document.getElementById("five").innerHTML="×";
}
else{
document.getElementById("pro5").innerHTML="";
document.getElementById("five").innerHTML="";
}
var product6= sessionStorage.getItem("product6");
product6=String(product6);
console.log(product6);
// to check if someone add cart
if(product6.length>4){
document.getElementById("pro6").innerHTML=product6;
document.getElementById("six").innerHTML="×";
}
else{
document.getElementById("pro6").innerHTML="";
document.getElementById("six").innerHTML="";
}
var product7= sessionStorage.getItem("product7");
product7=String(product7);
console.log(product7);
// to check if someone add cart
if(product7.length>4){
document.getElementById("pro7").innerHTML=product7;
document.getElementById("seven").innerHTML="×";
}
else{
document.getElementById("pro7").innerHTML="";
document.getElementById("seven").innerHTML="";
}
var product8= sessionStorage.getItem("product8");
product8=String(product8);
console.log(product8);
// to check if someone add cart
if(product8.length>4){
document.getElementById("pro8").innerHTML=product8;
document.getElementById("eight").innerHTML="×";
}
else{
document.getElementById("pro8").innerHTML="";
document.getElementById("eight").innerHTML="";
}
var product9= sessionStorage.getItem("product9");
product9=String(product9);
console.log(product9);
// to check if someone add cart
if(product9.length>4){
document.getElementById("pro9").innerHTML=product9;
document.getElementById("nine").innerHTML="×";
}
else{
document.getElementById("pro9").innerHTML="";
document.getElementById("nine").innerHTML="";
}
// this will change the number on the cart coresponding to number of items
var num1=sessionStorage.getItem("num1");
if(num1===NaN || num1===undefined){
num1=0;
}
else{
num1= Number(num1);}
var num2=sessionStorage.getItem("num2");
if(num2===NaN || num2===undefined){
num2=0;
}
else{
num2= Number(num2);}
var num3=sessionStorage.getItem("num3");
if(num3===NaN || num3===undefined){
num3=0;
}
else{
num3= Number(num3);}
var num4=sessionStorage.getItem("num4");
if(num4===NaN || num4===undefined){
num4=0;
}
else{
num4= Number(num4);}
var num5=sessionStorage.getItem("num5");
if(num5===NaN || num5===undefined){
num5=0;
}
else{
num5= Number(num5);}
var num6=sessionStorage.getItem("num6");
if(num6===NaN || num6===undefined){
num6=0;
}
else{
num6= Number(num6);}
var num7=sessionStorage.getItem("num7");
if(num7===NaN || num7===undefined){
num7=0;
}
else{
num7= Number(num7);}
var num8=sessionStorage.getItem("num8");
if(num8===NaN || num8===undefined){
num8=0;
}
else{
num8= Number(num8);}
var num9=sessionStorage.getItem("num9");
if(num9===NaN || num9===undefined){
num9=0;
}
else{
num9= Number(num9);
}
console.log(num1);
console.log(num2);
console.log(num3);
console.log(num4);
console.log(num5);
console.log(num6);
console.log(num7);
console.log(num8);
console.log(num9);
totNum=num1+num2+num3+num4+num5+num6+num7+num8+num9;
console.log(totNum);
document.getElementById("numOfProduct").innerHTML=totNum;
}
function del(){
document.getElementById('pro1').innerHTML="Removed";
}
function del2(){
document.getElementById('pro2').innerHTML="Removed";
}
function del3(){
document.getElementById('pro3').innerHTML="Removed";
}
function del4(){
document.getElementById('pro4').innerHTML="Removed";
}
function del5(){
document.getElementById('pro5').innerHTML="Removed";
}
function del6(){
document.getElementById('pro6').innerHTML="Removed";
}
function del7(){
document.getElementById('pro7').innerHTML="Removed";
}
function del8(){
document.getElementById('pro8').innerHTML="Removed";
}
function del9(){
document.getElementById('pro9').innerHTML="Removed";
}
function checkout(){
location.href="checkout.html";
}
</script>
</body>
</html>