-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfull-stack.html
More file actions
206 lines (189 loc) · 12.1 KB
/
full-stack.html
File metadata and controls
206 lines (189 loc) · 12.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SEO -->
<title>Full Stack MERN course with Project in Noida Delhi NCR</title>
<meta name="description" content="Tech Altum offers Full Stack MERN course in Noida Delhi NCR. Master MongoDB, Express.js, React, and Node.js. Build real-world projects and launch your web development career today!">
<link rel="icon" href="img/graphic-design.webp">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css" integrity="sha512-2SwdPD6INVrV/lHTZbO2nodKhrnDdJK9/kg2XD1r9uGqPo1cUbujc+IYdlYdEErWNu69gVcYgdxlmVmzTWnetw==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.css" integrity="sha512-rd0qOHVMOcez6pLWPVFIv7EfSdGKLt+eafXh4RO/12Fgr41hDQxfGvoi1Vy55QIVcQEujUE1LQrATCLl2Fs+ag==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrap-1">
<nav class="navbar navbar-expand-lg" data-bs-theme="dark">
<div class="container">
<a class="navbar-brand text-white text-decoration-none me-5" href="index.html">Tech Altum</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="frontend.html">Frontend</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="full-stack.html">Full Stack</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact US</a>
</li>
</ul>
<form class="d-flex" role="search">
<button class="btn btn-link text-decoration-none" type="button">Login</button>
<button class="btn btn-primary" type="button">Become a member → </button>
</form>
</div>
</div>
</nav>
<div class="banner text-center">
<h1 class="h5 text-primary">Full Stack Course</h1>
<h2 class="h1 my-5">10+ Live Projects included</h2>
<p class="h4 my-5">We know how large objects will act, but things on a small scale just do not act that way.</p>
<a href="" class="btn btn-primary">Join Us</a>
</div>
<div class="container">
<div class="features">
<div class="row g-3">
<div class="col-md-4">
<div class="bg-white text-start p-lg-5 p-md-3 p-3">
<div class="icon text-white bg-primary text-center rounded"><span class="fa fa-gear"></span></div>
<h2 class="h3 text-dark my-3">Book Library</h2>
<div class="sep bg-danger my-3" role="separator"></div>
<p>The gradual accumulation of information about atomic and small-scale behaviour...</p>
</div>
</div>
<div class="col-md-4">
<div class="bg-white text-start p-lg-5 p-md-3 p-3">
<div class="icon text-white bg-primary text-center rounded"><span class="fa fa-gear"></span></div>
<h2 class="h3 text-dark my-3">Book Library</h2>
<div class="sep bg-danger my-3" role="separator"></div>
<p>The gradual accumulation of information about atomic and small-scale behaviour...</p>
</div>
</div>
<div class="col-md-4">
<div class="bg-white text-start p-lg-5 p-md-3 p-3">
<div class="icon text-white bg-primary text-center rounded"><span class="fa fa-gear"></span></div>
<h2 class="h3 text-dark my-3">Book Library</h2>
<div class="sep bg-danger my-3" role="separator"></div>
<p>The gradual accumulation of information about atomic and small-scale behaviour...</p>
</div>
</div>
</div>
</div>
</div>
</div>
<main class="wrap-2">
<div class="container">
<div class="courses">
<div class="row align-items-center">
<div class="col-md-6">
<div class="sep2 bg-danger"></div>
<h2 class="my-4">Watch our Courses</h2>
<p class="my-4">Problems trying to resolve the conflict between the two major realms of Classical physics: Newtonian mechanics </p>
<a class="btn btn-link text-decoration-none" href="">Learn More ></a>
</div>
<div class="col-md-6 order-first order-md-last">
<video class="img-fluid" src="img/bg1.webp" width="508" height="441" poster="img/thumb.webp"></video>
</div>
</div>
</div>
<div class="sales">
<div class="text-center text-white">
<p class="text-primary">Practiacal Advice</p>
<h2>Make online education accessible</h2>
<p>Problems trying to resolve the conflict between the two major realms of Classical physics: Newtonian mechanics </p>
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<div class="grahic-design">
<div class="img-top position-relative">
<img src="img/graphic-design.webp" alt="" width="330" height="330" loading="lazy" class="img-fluid">
<div class="bg-danger position-absolute start-0 top-0 ms-3 mt-3 px-3 py-1 rounded">SALE</div>
<div class="position-absolute border-0 start-50 bottom-0 text-black">
<ul class="d-flex list-unstyled actions">
<li><a class="link-dark" href=""><span class="fa fa-heart"></span></a></li>
<li><a class="link-dark" href=""><span class="fa fa-shopping-cart"></span></a></li>
<li><a class="link-dark" href=""><span class="fa fa-eye link-dark"></span></a></li>
</ul>
</div>
</div>
<div class="course-details text-start bg-white text-dark p-3">
<div class="deptt">English <span class="badge rounded-pill text-bg-dark fa-pull-end"><span class="fa fa-star text-warning"></span> 4.7</span></div>
<h3>Graphic Design</h3>
<p class="h6">We focus on ergonomics and meeting you where you work. It's only a keystroke away.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="grahic-design">
<div class="img-top position-relative">
<img src="img/graphic-design.webp" alt="" width="330" height="330" loading="lazy" class="img-fluid">
<div class="bg-danger position-absolute start-0 top-0 ms-3 mt-3 px-3 py-1 rounded">SALE</div>
<div class="position-absolute border-0 start-50 bottom-0 text-black">
<ul class="d-flex list-unstyled actions">
<li><a class="link-dark" href=""><span class="fa fa-heart"></span></a></li>
<li><a class="link-dark" href=""><span class="fa fa-shopping-cart"></span></a></li>
<li><a class="link-dark" href=""><span class="fa fa-eye link-dark"></span></a></li>
</ul>
</div>
</div>
<div class="course-details text-start bg-white text-dark p-3">
<div class="deptt">English <span class="badge rounded-pill text-bg-dark fa-pull-end"><span class="fa fa-star text-warning"></span> 4.7</span></div>
<h3>Web Design</h3>
<p class="h6">We focus on ergonomics and meeting you where you work. It's only a keystroke away.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="grahic-design">
<div class="img-top position-relative">
<img src="img/graphic-design.webp" alt="" width="330" height="330" loading="lazy" class="img-fluid">
<div class="bg-danger position-absolute start-0 top-0 ms-3 mt-3 px-3 py-1 rounded">SALE</div>
<div class="position-absolute border-0 start-50 bottom-0 text-black">
<ul class="d-flex list-unstyled actions">
<li><a class="link-dark" href=""><span class="fa fa-heart"></span></a></li>
<li><a class="link-dark" href=""><span class="fa fa-shopping-cart"></span></a></li>
<li><a class="link-dark" href=""><span class="fa fa-eye link-dark"></span></a></li>
</ul>
</div>
</div>
<div class="course-details text-start bg-white text-dark p-3">
<div class="deptt">English <span class="badge rounded-pill text-bg-dark fa-pull-end"><span class="fa fa-star text-warning"></span> 4.7</span></div>
<h3>UI Design</h3>
<p class="h6">We focus on ergonomics and meeting you where you work. It's only a keystroke away.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="p-5">
<p class="text-center">© 2026</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js" integrity="sha512-Ysw1DcK1P+uYLqprEAzNQJP+J4hTx4t/3X2nbVwszao8wD+9afLjBQYjz7Uk4ADP+Er++mJoScI42ueGtQOzEA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
"use strict";
const swiper = new Swiper('.swiper', {
autoplay: {delay: 1000},
spaceBetween: 20,
slidesPerView:2
})
</script>
</body>
</html>