-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
238 lines (238 loc) · 9.16 KB
/
aboutus.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
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html">HotBeansWeb</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarNav"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./jobs.html">Jobs</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./employees.html">Employees</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./courses.html">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./aboutus.html">About Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div
id="carouselExampleIndicators"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./C1.png" class="d-block w-100" alt="..." />
<div
class="w-100 h-100"
style="background: rgba(79, 79, 79, 0.5); color: black; position: absolute; top: 0%;"
>
<p class="text-center" style="font-size: 200%; margin-top: 27%;">
About Us
</p>
<p class="text-center" style="font-size: 150%;">
Founded in 2012, sure to say we have came a long way.
</p>
</div>
</div>
<div class="carousel-item">
<img src="./C2.png" class="d-block w-100" alt="..." />
<div
class="w-100 h-100"
style="background: rgba(79, 79, 79, 0.5); color: black; position: absolute; top: 0%;"
>
<p class="text-center" style="font-size: 200%; margin-top: 27%;">
We value you
</p>
<p class="text-center" style="font-size: 150%;">
HotBeans has helped over 5000+ employees over the past 10 years.
</p>
</div>
</div>
<div class="carousel-item">
<img src="./C3.png" class="d-block w-100" alt="..." />
<div
class="w-100 h-100"
style="background: rgba(79, 79, 79, 0.5); color: black; position: absolute; top: 0%;"
>
<p class="text-center" style="font-size: 200%; margin-top: 27%;">
Kick start your career today
</p>
<p class="text-center" style="font-size: 150%;">
HotBeans is where it's at.
</p>
</div>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#carouselExampleIndicators"
data-bs-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</body>
</html>
<div class="card-group">
<div class="card">
<img src="./values.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Our Values</h5>
<p class="card-text">We value each and every one of our clients, and it is because of this that we continue to strive for excellence.</p>
</div>
</div>
<div class="card">
<img src="./mission.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Our Mission</h5>
<p class="card-text">To ensure that you receive the qualifications you deserve, we will continue to provide only the greatest experience to our clients.</p>
</div>
</div>
<div class="card">
<img src="./vision.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Our Vision</h5>
<p class="card-text">Not only do we want to grow, but we also want to bring people together in the process. HotBeans is a family, and we would love for you to be a part of it.</p>
</div>
</div>
</div>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Inclusion and Diversity
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>Here HotBeans culture is extremely important.</strong> Our recruiting process has produced in a nationwide team of 25 ethnicities spread around the UK, with people of various races, religious beliefs, cultures, orientations, ages, as well as other characteristics coexisting amicably and with a common goal.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
About HotBeans
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>Founded in 2012 by Amrit Johal.</strong> HotBeans was established to aid businesses in the creation of their webpages. As HotBeans has grown significantly, we can now provide you with a lot more. From courses on what we do to working with us, there's something for everyone.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Opportunities
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>We provide a range of fantastic opportunities.</strong> Across the last ten years, HotBeans has assured to deliver unlimited gateways, for your career, to suit you. We provide our staff the best and promise to make the workplace a safe and pleasant place to work.
</div>
</div>
</div>
</div>
</datalist>
<div class="card-body">
<blockquote class="blockquote mb-0">
</div>
</datalist>
<div class="card-body">
<blockquote class="blockquote mb-0">
</div>
</datalist>
<div class="card-body">
<blockquote class="blockquote mb-0">
</div>
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./aboutus.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./jobs.html">Jobs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./application.html">Join Us</a>
</li>
<li class="nav-item">
<a class="nav-link disabled">HotBeansWeb</a>
</li>
</ul>
</datalist>
<div class="card-body">
<blockquote class="blockquote mb-0">
</div>