-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutPge.html
109 lines (90 loc) · 4.87 KB
/
AboutPge.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
<!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>About us</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="jumbotron.css" rel="stylesheet">
</head>
<body>
<nav 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</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="AboutPge.html"> About<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html"> Login</a>
</li>
</li>
</ul>
</div>
</nav>
<main role="main">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div style="background-image: url(bokeh.jpg);" class="jumbotron">
<div class="container">
<h1 style="color: white;" class="display-3">Cake Planet!</h1>
<p style="color: whitesmoke;">Back in 1954, a man named Pamuditha Wijerthne discovered a small Cake Bakery in Sri lanka, and wrote the first page of our history. From humble beginnings as a small Bakerys, we're proud to have become one of the world's leading Cake service brands with more than 360 Bakerys in more than 25 countries.
</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more »</a></p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>History</h2>
<p>In 1917, 15-year-old Samila Laknath lied about his age to join the Red Cross as an ambulance driver, but the war ended before he completed his training. He then worked as a piano player, a paper</p>
<p><a style="background-color:blueviolet;" class="btn btn-secondary" href="#" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>Actions</h2>
<p>From the start, we've been committed to doing the right thing. And every day, all around the globe,ractices into place to make quality food, more responsible sourcing choices.We know whats wrong and whats good to our people</p>
<p><a style="background-color:blueviolet;" class="btn btn-secondary" href="#" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>Our Team</h2>
<p> Sri Lanka leadership team draws from a proud history and set of values that made the company an icon of American business. Meet our President and CEO, as well as other Sri Lanka executive team together</p>
<p><a style="background-color:blueviolet;" class="btn btn-secondary" href="#" role="button">View details »</a></p>
</div>
</div>
<hr>
</div> <!-- /container -->
</main>
<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>
</body>
</html>