-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
327 lines (294 loc) · 14 KB
/
index.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
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
<html>
<head>
<title>Scaler</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins' , sans-serif;
}
body{
background: white;
min-height: 100vh;
overflow-x: hidden;
}
header{
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 30px 100px;
display: flex;
justify-content: flex-start;
align-items: center;
z-index: 100;
}
.icon{
font-size: 2em;
color: blue;
pointer-events: none;
margin-right: 260px;
/* logo == icon;
navigation=menu */
}
.menu a{
/* display: flex;
justify-content: center; */
text-decoration: none;
color: darkolivegreen;
padding: 6px 15px;
border-radius: 20px;
margin: 0 10px;
font-weight: 600;
/* margin-left: 20px; */
}
.menu a:hover,
.menu a.href{
background-color: aquamarine;
color: white;
}
.bodys{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
position: relative;
}
#text{
font-size: 5em;
color: white;
/* display: flex; */
/* justify-content: center;
*/
position: absolute;
text-shadow: 2px 2px 4px rgba(0,0,0, 0);
}
.bodys img{
position: absolute;
left: 0;
top: 0;
width: 100%;
pointer-events: none;
}
.bodys2{
position: relative;
background-color: #003329;
padding: 120px;
}
.bodys2 h1{
font-size: 4em;
color: white;
margin-bottom: 8px;
}
.bodys2 p{
font-size: 2em;
color: white;
}
/* .body3{
font-size: large;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #003329;
}
.heading{
margin-left: 40%;
}
.programs{
background-color: rgb(240, 240, 240);
height: 800px;
width: 800px;
}
.container{
width: 100%;
display: flex;
justify-content: space-evenly;
}
.program-card{
width: 25em;
height: 40em;
background-color: rgb(250, 250, 250);
}
.Software_Development{
padding: 1.5em;
margin-right: 2em;
display: flex;
background-color: rgb(39, 32, 189);
color: white;
}
.DSML{
padding: 1.5em;
margin-right: 2em;
display: flex;
background-color: rgb(117, 113, 249);
color: white;
}
.MDP{
padding: 1.5em;
margin-right: 2em;
display: flex;
background-color: rgb(57, 211, 124);
color: white;
}
*/
</style>
</head>
<body>
<header>
<h1 class="icon">Scaler</h1>
<div class="menu">
<a href="#o1" class="href">Home</a>
<a href="#o2">Introduction</a>
<a href="#o3">Campus</a>
<a href="#o4">FAQs</a>
</div>
</header>
<div class="bodys">
<img src="hill1 (1).png" id="hill1">
<img src="hill2.png" id="hill2">
<img src="hill3.png" id="hill3">
<img src="hill4.png" id="hill4">
<img src="hill5.png" id="hill5">
<img src="tree.png" id="tree">
<h1 id="text">Scaler School of Technology</h1>
<img src="leaf.png" id="leaf">
<img src="plant.png" id="plant">
</div>
<div class="bodys2">
<h1>Scaler Circullum</h1>
<p>Low Level Design:This module is customised at learner level i.e. a learner can opt for this module at any point during the course post the completion of Data Structures & Algorithms module, once they have demonstrated their command on the concepts of Data Structures & Algorithms module.
<br><br>
Project:Only 1 Specialisation is allowed per learner. Recorded lectures for the other can be availed via Student Dashboard. At Least 1 Specialisation is mandatory for successful completion of the course.
<br><br>
Electives:A learner can do as many electives as they want, but only after completion of Core Curriculum.
<br><br>
</p>
<!-- <div class="body3">
<h1 class="heading">Programs we offer</h1>
<section class="programs">
<div class="container">
<div class="program-card" id="sd_card">
<div class="program-header Software_Development">
<span>Software Development</span>
<img src="software-development-icon.svg" alt="sd-icon">
</div>
<div class="details-margin">
<div class="upper-details">
<div class="experience">
<img src="blue-tick.svg" alt="tick_icon">
<span>2 Year of Coding Experience</span>
</div>
<div class="details">
<span><b>Career Outcome</b></span>
<p>Full-stack Developer,Backend Developer</p>
<span><b>What You Will Learn</b></span>
<p>
Programming Constructs , Arithematic Problem Solving,<br>
CSA Fundamentals, DS with fundamentals, Object-<br>
Oriented Design,System Design (HLD & LLD), <br>
Introduction to MVC , Web Architecture , HTML , CSS,<br>
JavaScript, Node JS, BAckend Architecture, MongoDB,<br>
React/Redux, BIgData,Clod Technologies,SQL,Data<br>
Warehousing & Modelling,Data Lakes, Hadoop, Spark,<br>
Workflow Orchestration, Streaming Pipeline Systems<br>
</p>
</div>
</div>
<div class="lower-details">
<div class="outcomes">
<img src="star-icon.svg" alt="">
<span>1 Capstone Project</span>
</div>
<div class="learn-more">
<span>Learn More</span>
<img src="phone-icon.svg" alt="">
</div>
</div>
</div>
</div>
<div class="program-card" id="dsml_card">
<div class="program-header DSML">
<span>Data Science & Machine Learning</span>
<img src="dsml_icon.svg" alt="desml_icon">
</div>
<div class="details-margin">
<div class="upper-details">
<div class="experience">
<img src="blue-tick.svg" alt="tick_icon">
<span>1 Year of Python Experience</span>
</div>
<div class="details">
<span><b>Career Outcome</b></span>
<p>Full-stack Developer,Backend Developer</p>
<span><b>What You Will Learn</b></span>
<p>
Programming Constructs , Arithematic Problem Solving,<br>
CSA Fundamentals, DS with fundamentals, Object-<br>
Oriented Design,System Design (HLD & LLD), <br>
Introduction to MVC , Web Architecture , HTML , CSS,<br>
JavaScript, Node JS, BAckend Architecture, MongoDB,<br>
React/Redux, BIgData,Clod Technologies,SQL,Data<br>
Warehousing & Modelling,Data Lakes, Hadoop, Spark,<br>
Workflow Orchestration, Streaming Pipeline Systems<br>
</p>
</div>
</div>
<div class="lower-details">
<div class="outcomes">
<img src="star-icon.svg" alt="">
<span>1 Capstone Project</span>
</div>
<div class="learn-more">
<span>Learn More</span>
<img src="phone-icon.svg" alt="">
</div>
</div>
</div>
</div>
<div class="program-card" id="mdp_card">
<div class="program-header MDP">
<span>Master's Degree Program</span>
<img src="mdp-icon.svg" alt="mdp_icon">
</div>
<div class="details-margin">
<div class="upper-details">
<div class="experience">
<img src="blue-tick.svg" alt="tick_icon">
<span>Bachelor's Degree in Relevant Field</span>
</div>
<div class="details">
<span><b>Career Outcome</b></span>
<p>Full-stack Developer,Backend Developer</p>
<span><b>What You Will Learn</b></span>
<p>
Programming Constructs , Arithematic Problem Solving,<br>
CSA Fundamentals, DS with fundamentals, Object-<br>
Oriented Design,System Design (HLD & LLD), <br>
Introduction to MVC , Web Architecture , HTML , CSS,<br>
JavaScript, Node JS, BAckend Architecture, MongoDB,<br>
React/Redux, BIgData,Clod Technologies,SQL,Data<br>
Warehousing & Modelling,Data Lakes, Hadoop, Spark,<br>
Workflow Orchestration, Streaming Pipeline Systems<br>
</p>
</div>
</div>
<div class="lower-details">
<div class="outcomes">
<img src="star-icon.svg" alt="">
<span>1 Capstone Project</span>
</div>
<div class="learn-more">
<span>Learn More</span>
<img src="phone-icon.svg" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
</div>
-->
</div>
<script src="script.js"></script>
</body>
</html>