-
Notifications
You must be signed in to change notification settings - Fork 0
/
gucci.php
129 lines (125 loc) · 4 KB
/
gucci.php
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
<?php include('server.php')?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="eyeliner.css">
</head>
<body>
<h4 style="color: ghostwhite;alignment: center;text-align: center;font-size: 40px;font-family: 'Agency FB'">G U C C I</h4>
<div class="column side">
<h2 style="color: #212121">Side</h2>
<p style="color: #212121">Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
</div>
<div class="column middle">
<form method="post" action="gucci.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Gucci/gucci_35.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="6">Add to Cart</button>
</div>
<figcaption>
<h2>G U C C I</h2>
<p>35 </p>
<div class="price">$5.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="gucci.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Gucci/GUCCI_050.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="28">Add to Cart</button>
</div>
<figcaption>
<h2>G U C C I</h2>
<p>050 </p>
<div class="price">$25.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="gucci.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Gucci/Gucci_103.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="31">Add to Cart</button>
</div>
<figcaption>
<h2>G U C C I</h2>
<p>1003 </p>
<div class="price">$7.00 </div>
</figcaption>
</figure>
</form>
</div>
<div class="column side">
<h2 style="color: #212121">Side</h2>
<p style="color: #212121">Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
</div>
<div class="column middle">
<form method="post" action="gucci.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Gucci/GUCCI_brushCCC.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="58">Add to Cart</button>
</div>
<figcaption>
<h2>G U C C I</h2>
<p>brushccc </p>
<div class="price">$75.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="gucci.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Gucci/Gucci_eyes33.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="13">Add to Cart</button>
</div>
<figcaption>
<h2>G U C C I</h2>
<p>eyes33 </p>
<div class="price">$19.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="gucci.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Gucci/Gucci_lipsB9B.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="48">Add to Cart</button>
</div>
<figcaption>
<h2>G U C C I</h2>
<p>lipsB9B </p>
<div class="price">$51.00 </div>
</figcaption>
</figure>
</form>
</div>
<div class="column side">
<h2 style="color: #212121">Side</h2>
<p style="color: #212121">Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
</div>
<div class="column middle">
<form method="post" action="gucci.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Gucci/Gucci_remo5050.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="68">Add to Cart</button>
</div>
<figcaption>
<h2>G U C C I</h2>
<p>remo5050 </p>
<div class="price">$3.20 </div>
</figcaption>
</figure>
</form>
</div>
<script>
$(".hover").mouseleave(
function () {
$(this).removeClass("hover");
}
);
</script>
</body>
<