-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
357 lines (314 loc) · 11.2 KB
/
Copy pathindex.php
File metadata and controls
357 lines (314 loc) · 11.2 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
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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- <link rel="stylesheet" href="footer_link.css"> -->
<style>
html{
width:100%;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.list-item {
list-style: none;
}
.image {
width: 60px;
height: 60px;
}
.rounded-logo {
border-radius: 40px;
}
.nav-button {
border-radius: 20px;
height: 30px;
width: 80px;
font-size: medium;
background-color: wheat;
color: #194186;
font-weight: bold;
}
.icon {
margin: 0 15px;
}
.background-section {
position: relative;
/* height: 600px; */
}
.background-video-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: -1;
/* opacity: 0.7; */
}
.background-video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
}
.background-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* text-align: center; */
color: white;
}
.background-title {
font-size: 50px;
margin-bottom: 20px;
font-weight: bolder;
}
.purpose-section {
background-color: white;
padding: 50px 20px;
}
.purpose-title {
text-align: center;
font-size: 50px;
text-shadow: 0px 0px 6px rgb(38, 137, 194);
color: rgba(14, 13, 13, 0.658);
margin-bottom: 20px;
}
.image-container {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
margin-top: 30px;
margin-bottom: 30px;
}
.purpose-item {
text-align: center;
flex: 1;
max-width: 300px;
margin: 10px;
box-sizing: border-box;
}
.purpose-image {
width: 100%;
height: 60%;
border-radius: 20px;
margin-bottom: 20px;
}
.purpose-title-item {
font-size: 20px;
color: rgb(136, 127, 127);
margin-top: 10px;
}
.description{
margin-top: 10px;
color: rgb(88, 84, 84);
line-height: 1.8;
font-size: 1rem;
}
.purpose-description {
text-align: center;
font-size: 30px;
color: rgb(136, 127, 127);
margin: 30px auto;
}
.purpose-underline {
width: 300px;
margin: 0 auto;
font-weight: bold;
}
.story-button {
width: 175px;
height: 60px;
border-radius: 15px;
/* color: #0a3075; */
color: white;
text-shadow: 0px 0px 5px black;
font-size: 25px;
box-shadow: 0px 0px 10px black;
background-color: transparent;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
cursor: pointer;
}
.logo-large {
border-radius: 70px;
width: 120px;
height: 120px;
margin: 0 auto;
}
.sector-section {
background-color: #F5F5F5;
padding: 50px 20px;
padding-bottom:0px;
}
.sector-title {
text-align: center;
font-size: 50px;
text-shadow: 0px 0px 6px rgb(38, 137, 194);
color: rgba(14, 13, 13, 0.658);
}
.sector-image {
width: 150px;
height: 150px;
margin: 20px;
border-radius: 500px;
box-shadow: 0px 0px 30px rgb(166, 166, 248);
}
/* Responsive Styles */
@media (max-width: 899px) {
.image-container {
flex-direction: column;
align-items: center;
}
.purpose-item {
max-width: 90%;
margin: 20px auto;
}
}
</style>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="shortcut icon" href="./image/logo.jpeg" type="image/x-icon">
</head>
<body>
<?php
include 'nav.php';
?>
<section class="background-section">
<div id="carouselExampleDark" class="carousel carousel-dark slide">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<img src="./image/slide1.jpeg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 style="color: white; background-color: rgba(0, 0, 0, 0.5);">Workshop</h2>
<p style="color: white;background-color: rgba(0, 0, 0, 0.5);">Conducted a
workshop on
Internship Program
at Dhruba Chand
Halder College for
over 500 students
on 20.12.2024.</p>
</div>
</div>
<div class="carousel-item" data-bs-interval="2000">
<img src="./image/slide2.jpeg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 style="color: white; background-color: rgba(0, 0, 0, 0.5);">Internship</h2>
<p style="color: white; background-color: rgba(0, 0, 0, 0.5);">Conducted a
workshop on
Internship Program
at Dhruba Chand
Halder College for
over 500 students
on 20.12.2024.</p>
</div>
</div>
<div class="carousel-item">
<img src="./image/slide3.jpeg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h2 style="color: white; background-color: rgba(0, 0, 0, 0.5);">Workshop</h2>
<p style="color: white; background-color: rgba(0, 0, 0, 0.5);">Conducted a
workshop on
Internship
Program at East
Calcutta Girls
College and signed MoU on
12.12.2024.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleDark" 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="#carouselExampleDark" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- <div class="background-video-container">
<video autoplay loop muted class="background-video">
<source src="./image/video1.mp4" type="video/mp4">
</video>
</div>
<div class="background-content">
<img src="./image/logo.jpeg" class="logo-large"><br><br>
<h1 class="background-title">WELCOME TO <br> ATECHNOLOGIES</h1>
<p>We are a leading technology company that provides high-quality solutions for businesses .</p> <br>
<button class="story-button" onclick="window.location.href='about.php'">OUR STORY</button>
</div> -->
</section>
<br>
<?php
include "container.php";
?>
<div class="purpose-section">
<h1 class="purpose-title">OUR UNDERTAKINGS</h1>
<hr class="purpose-underline">
<div class="image-container">
<div class="purpose-item">
<img src="https://img.freepik.com/free-vector/website-development-banner_33099-1687.jpg" class="purpose-image">
<h2 class="purpose-title-item">Web Development</h2>
<h4 class="description">We create robust and performant web applications capable of anything</h4>
</div>
<div class="purpose-item">
<img src="https://www.tripwire.com/sites/default/files/2022-10/mobile-app-development_0.jpg" class="purpose-image">
<h2 class="purpose-title-item">Mobile App Design</h2>
<h4 class="description">We develop quality apps for iOS and android with an iterative, agile process</h4>
</div>
<div class="purpose-item">
<img src="https://cdn.prod.website-files.com/5f2b1efb0f881760ffdc5c96/63c12849a1c7e9df64c819fc_programming-languages-shutterstock-1680857539.webp" class="purpose-image">
<h2 class="purpose-title-item">Learn Programming Languages</h2>
<h4 class="description">We teach the basics of programming languages like Python, Java, and C++</h4>
</div>
<div class="purpose-item">
<img src="https://images.pexels.com/photos/12863114/pexels-photo-12863114.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1" class="purpose-image">
<h2 class="purpose-title-item">Hardware and Embedded Systems</h2>
<h4 class="description">We teach the basics of electronics and embedded systems </h4>
</div>
</div>
<!-- <h1 class="purpose-description">Web Development Mobile App Design Learn Programming Languages</h1> -->
</div>
<div class="sector-section">
<h1 class="sector-title">FEW OF OUR SECTORS</h1>
<hr class="purpose-underline">
<div class="image-container">
<img src="./image/p2.jpeg" class="sector-image">
<img src="./image/p3.jpeg" class="sector-image">
<img src="./image/p4.jpeg" class="sector-image">
<img src="./image/p5.jpeg" class="sector-image">
<img src="./image/p6.jpeg" class="sector-image">
</div>
</div>
<?php
include "client.php";
?>
<?php
include "map.php";
?>
<?php
include 'footer.php';
?>
</body>
</html>
<script>
const myCarouselElement = document.querySelector('#myCarousel')
const carousel = new bootstrap.Carousel(myCarouselElement, {
interval: 2000,
touch: false
})
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>