-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nars.php
127 lines (124 loc) · 3.98 KB
/
Nars.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
<?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'">N A R S</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="Nars.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/NARS/Nars_95.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="1">Add to Cart</button>
</div>
<figcaption>
<h2>N A R S</h2>
<p>95 </p>
<div class="price">$12.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Nars.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/NARS/Nars_eyes88.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="19">Add to Cart</button>
</div>
<figcaption>
<h2>N A R S</h2>
<p>eyes88 </p>
<div class="price">$17.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Nars.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/NARS/NARS_FIJI.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="22">Add to Cart</button>
</div>
<figcaption>
<h2>N A R S</h2>
<p>FIJI </p>
<div class="price">$26.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="Nars.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/NARS/NARS_lipsG9G.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="42">Add to Cart</button>
</div>
<figcaption>
<h2>N A R S</h2>
<p>lipsG9G </p>
<div class="price">$24.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Nars.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/NARS/NARS_remo9090.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="62">Add to Cart</button>
</div>
<figcaption>
<h2>N A R S</h2>
<p>remo9090 </p>
<div class="price">$3.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Nars.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/NARS/NARS_brushMMM.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="60">Add to Cart</button>
</div>
<figcaption>
<h2>N A R S</h2>
<p>brushMMM </p>
<div class="price">$62.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="Nars.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/NARS/NARS_109.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="39">Add to Cart</button>
</div>
<figcaption>
<h2>N A R S</h2>
<p>109 </p>
<div class="price">$11.00 </div>
</figcaption>
</figure>
</form>
</div>
<script>
$(".hover").mouseleave(
function () {
$(this).removeClass("hover");
}
);
</script>
</body>