-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectronics.php
More file actions
99 lines (83 loc) · 3.78 KB
/
electronics.php
File metadata and controls
99 lines (83 loc) · 3.78 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
<?php include("includes/header.php") ?>
<nav class="alert alert-secondary" style="background-color:rgb(58, 39, 102)">
<h4 align="center" style="color:white"></h4>
</nav>
<div class="container">
<div class="row">
<div class="col-md-0" >
<div class="gallery" style="float:left">
<a target="_blank" href="img_5terre.jpg">
<img src="Image-up\product1.jpg" alt="Cinque Terre" width="300" height="100">
</a>
<div class="desc">Shoe</div>
<a href="Donate money\payment.php" style="margin-top: 10px;margin-left: 40px; margin-bottom: 10px;" class="btn btn-primary" >Order</a>
</div>
</div>
<div class="col-md-0">
<div class="gallery">
<a target="_blank" href="img_forest.jpg">
<img src="Image-up\product2.jpg" alt="Forest" width="300" height="200">
</a>
<div class="desc">Glass</div>
<a href="Donate money\payment.php" style="margin-top: 10px;margin-left: 40px; margin-bottom: 10px;" class="btn btn-primary" >Order</a>
</div>
</div>
<div class="col-md-0">
<div class="gallery">
<a target="_blank" href="img_5terre.jpg">
<img src="Image-up\product3.jpg" alt="Cinque Terre" width="300" height="200">
</a>
<div class="desc">Mobile</div>
<a href="Donate money\payment.php" style="margin-top: 10px;margin-left: 40px; margin-bottom: 10px;" class="btn btn-primary" >Order</a>
</div>
</div>
<div class="col-md-0">
<div class="gallery">
<a target="_blank" href="img_forest.jpg">
<img src="Image-up\product4.jpg" alt="Forest" width="300" height="200">
</a>
<div class="desc">Perfume</div>
<a href="Donate money\payment.php" style="margin-top: 10px;margin-left: 40px; margin-bottom: 10px;" class="btn btn-primary" >Order</a>
</div>
</div>
<div class="col-md-0">
<div class="gallery">
<a target="_blank" href="img_5terre.jpg">
<img src="Image-up\product5.jpg" alt="Cinque Terre" width="300" height="200">
</a>
<div class="desc">Dress</div>
<a href="Donate money\payment.php" style="margin-top: 10px;margin-left: 40px; margin-bottom: 10px;" class="btn btn-primary" >Order</a>
</div>
</div>
<div class="col-md-0">
<div class="gallery">
<a target="_blank" href="img_forest.jpg">
<img src="Image-up\product6.jpg" alt="Forest" width="300" height="200">
</a>
<div class="desc">Watch</div>
<a href="Donate money\payment.php" style="margin-top: 10px;margin-left: 40px; margin-bottom: 10px;" class="btn btn-primary" >Order</a>
</div>
</div>
<div class="col-md-0">
<div class="gallery">
<a target="_blank" href="img_5terre.jpg">
<img src="Image-up\product7.jpg" alt="Cinque Terre" width="300" height="200">
</a>
<div class="desc">Sneaker</div>
<a href="Donate money\payment.php" style="margin-top: 10px;margin-left: 40px; margin-bottom: 10px;" class="btn btn-primary" >Order</a>
</div>
</div>
<div class="col-md-0" >
<div class="gallery">
<a target="_blank" href="img_forest.jpg">
<img src="Image-up\product8.jpg" alt="Forest" width="300" height="200">
</a>
<div class="desc">Pants</div>
<a href="Donate money\payment.php" style="margin-top: 10px;margin-left: 40px; margin-bottom: 10px;" class="btn btn-primary" >Order</a>
</div>
</div>
</div>
</div>
<nav class="alert alert-secondary" style="background-color:rgb(58, 39, 102)">
<h4 align="center" style="color:white"></h4>
</nav>