-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
162 lines (150 loc) · 7.31 KB
/
index.html
File metadata and controls
162 lines (150 loc) · 7.31 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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-UA-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pauline&Pastries</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">Pauline&Pastries</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="تبديل التنقل">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Recipes</a>
</li>
<li class="nav-item">
<a class="nav-link" href ="#"> Menu</a>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</header>
<main>
<div id="myCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./img/avotoast.jpg" class="image1">
<div class="container">
<div class="carousel-caption text-start">
<h1>Avocado Toast</h1>
<p>An energy filled and tasty breakfast option. Can take in a variety of protein toppings too!</p>
<p><a class="btn btn-lg btn-primary" href="#" >Learn More </a> </p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="./img/sandwich.jpg" class="image1" >
<div class="container">
<div class="carousel-caption">
<h1> Cheese Croissants</h1>
<p> Classic French Cheese Croissants are a savory version of the famous French pastry which comes in many forms including filled with almond and make an essential part of a French breakfast.</p>
<p><a class="btn btn-lg btn-primary" href="#">Learn More</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="./img/pancakes.jpg" class="image1" >
<div class="container">
<div class="carousel-caption text-end">
<h1>Pancakes</h1>
<p> These fluffy tasty pancakes come in different flavours and different toppings</p>
<p><a class="btn btn-lg btn-primary" href="#"> Learn More</a></p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">الس</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">التالي</span>
</button>
</div>
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img src="./img/whisk.png" class="icon">
<h2 class="fw-normal">Recipes</h2>
<p>Whip up something tasty from home with these easy to follow recipes!</p>
<p><a class="btn btn-secondary" href="#">Learn More</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="./img/menu.png" class="icon">
<h2 class="fw-normal">Menu</h2>
<p> Grab a snack from our diverse menu.From vegan options to gluten free pastries; there's something for everyone!</p>
<p><a class="btn btn-secondary" href="#">View Menu</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="./img/Pin.png" class="icon">
<h2 class="fw-normal"> Locations </h2>
<p>Find your nearest outlet and drop by sometime!</p>
<p><a class="btn btn-secondary" href="#"> Locations</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading fw-normal lh-1">Hello there! <span class="text-muted"> welcome to Pauline&Pastries </span></h2>
<p class="lead"> We are open from 8.00AM to 9.00PM daily to serve you freshness. Drop by and experience our serene dining offering.Show that you care and bring a loved one along! </p>
</div>
<div class="col-md-5">
<img src="./img/share.jpg" class="bd-placeholder-img-lg featurette-image img-fluid mx-auto">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading fw-normal lh-1">Oh Yes! <span class="text-muted"> You can have some take out too! </span></h2>
<p class="lead">Our take out options hygenically packed in environmentally friendly packaging and sealed to ensure freshness. Grab a take away anytime!</p>
</div>
<div class="col-md-5 order-md-1">
<img src="./img/takeOut.jpg" class="bd-placeholder-img-lg featurette-image img-fluid mx-auto">
</div>
</div>
<hr class="featurette-divider">
<!--
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading fw-normal lh-1">Oh yes!<span class="text-muted"> You can have some take out too!</span></h2>
<p class="lead"> <p> Our take out options hygenically packed and sealed to ensure freshness. Grab a take away anytime!</p>
</div>
<div class="col-md-5">
{{< placeholder width="500" height="500" background="#eee" color="#aaa" class="bd-placeholder-img-lg featurette-image img-fluid mx-auto" >}}
</div>
</div>
<hr class="featurette-divider">
/END THE FEATURETTES -->
</div>
<!-- FOOTER -->
<footer class="container">
<p> 2022 Pauline&Pastries, Inc.</p>
</footer>
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</body>
</html>