-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProduct.html
125 lines (107 loc) · 6.02 KB
/
Product.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="ico.jpg">
<title>Product details</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="product.css" rel="stylesheet">
</head>
<body >
<nav style="" class="navbar navbar-expand-md navbar-dark fixed-top bg-LOrange">
<a class="navbar-brand" href="index.html">Cake Planet</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home </a>
</li>
<li class="nav-item">
<a class="nav-link" href="cakes.html">Cakes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactUs.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Product.html"> Products<span class="sr-only">(current)</span></a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="AboutPge.html"> About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html"> Login</a>
</li>
</li>
</ul>
</div>
</nav>
<div style="background-image: url(bokeh.jpg);" class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center">
<div class="col-md-5 p-lg-5 mx-auto my-5">
<h1 style="color: white;" class="display-4 font-weight-normal">Feel the sweet</h1>
<p style="color: whitesmoke;" class="lead font-weight-normal">Our classic 4 oz peg bag makes the perfect stocking stuffer, and our someone, try our GOLDBEARS VALENTINE EDITION. These contain our classic gummies in red and white. </p>
<a style="color:yellow ; font-size: large;" class="btn btn-outline-secondary" href="#">Coming soon</a>
</div>
<div style="background-image: url(pest3.jpg);" class="product-device box-shadow d-none d-md-block"></div>
<div style="background-image: url(pest2.jpg);" class="product-device product-device-2 box-shadow d-none d-md-block"></div>
</div>
<div class="d-md-flex flex-md-equal w-100 my-md-3 pl-md-3">
<div style="background-color: wheat;" class=" mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden">
<div class="my-3 py-3">
<h2 style="color: grey;" class="display-5"> Wedding Special</h2>
<p style="color:black;" class="lead">Planning a wedding involves endless details, deadlines, family drama, and far too often enough</p>
</div>
<div class=" box-shadow mx-auto" style=" background-image: url(weddingsp2.jpg); width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
</div>
<div style="background-color: hotpink;" class=" mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
<div class="my-3 p-3">
<h2 class="display-5">Pink Lovers</h2>
<p style="color: black;" class="lead"> We have advice for finding the perfect venue, hiring a photographerguest list, determining </p>
</div>
<div class=" box-shadow mx-auto" style="width: 80%; background-image: url(PinkLovers.jpg); height: 300px; border-radius: 21px 21px 0 0;"></div>
</div>
</div>
<div class="d-md-flex flex-md-equal w-100 my-md-3 pl-md-3 ">
<div style="background-color:blueviolet;" class="mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden">
<div class="my-3 p-3">
<h2 class="display-5 "> Cup Cakes </h2>
<p class="lead"> creating the most elegant weddings without the stress or hassel for the parents and the couple</p>
</div>
<div class=" box-shadow mx-auto" style=" background-image: url(cake_BKG3.jpg); width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
</div>
<div style="background-color: red;" class=" mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden">
<div class="my-3 py-3">
<h2 class="display-5"> Birthday Collection</h2>
<p class="lead">er details or lose track of the bigger picture. Birthday Connections is a professional</p>
</div>
<div class=" box-shadow mx-auto" style="background-image: url(birth2.jpg); width: 80%; height: 300px; border-radius: 21px 21px 0 0;"></div>
</div>
</div>
<footer class="container">
<p class="float-right"><a href="#">Feedback</a></p>
<p style="color: black;">© 2019-2020 Samila,Ceylon. · <a style="color:skyblue;" href="#">Privacy</a> · <a style="color: skyblue;" href="#">Terms</a></p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="assets/js/vendor/popper.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
<script src="assets/js/vendor/holder.min.js"></script>
<script>
Holder.addTheme('thumb', {
bg: '#55595c',
fg: '#eceeef',
text: 'Thumbnail'
});
</script>
</body>
</html>