-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dior.php
133 lines (128 loc) · 4.2 KB
/
Dior.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
130
131
132
133
<?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'">D I O R</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="Dior.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Dior/Dior_25.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="5">Add to Cart</button>
</div>
<figcaption>
<h2>D I O R</h2>
<p>High Ends 25</p>
<div class="price">$3.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Dior.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Dior/DIOR_30.jpeg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="29">Add to Cart</button>
</div>
<figcaption>
<h2>D I O R</h2>
<p>DIOR SKIN. </p>
<div class="price">$35.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Dior.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Dior/DIOR_102.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="40">Add to Cart</button>
</div>
<figcaption>
<h2>D I O R_102</h2>
<p>Duals </p>
<div class="price">$4.50 </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="Dior.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Dior/DIOR_brushBBB.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="56">Add to Cart</button>
</div>
<figcaption>
<h2>D I O R</h2>
<p>brushBBB </p>
<div class="price">$60.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Dior.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Dior/Dior_eyes22.JPG" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="12">Add to Cart</button>
</div>
<figcaption>
<h2>D I O R</h2>
<p>eyes22 </p>
<div class="price">$12.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Dior.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Dior/Dior_lipsA9A.jpeg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="49">Add to Cart</button>
</div>
<figcaption>
<h2>D I O R</h2>
<p>lipsA9A </p>
<div class="price">$43.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="Dior.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Dior/Dior_remo4040.png" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="69">Add to Cart</button>
</div>
<figcaption>
<h2>D I O R</h2>
<p>remo4040 </p>
<div class="price">$6.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>
<script>
$(".hover").mouseleave(
function () {
$(this).removeClass("hover");
}
);
</script>
</body>