-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
339 lines (303 loc) · 17.6 KB
/
index.html
File metadata and controls
339 lines (303 loc) · 17.6 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
<!DOCTYPE html>
<!-- Created By Code 2 Crown -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code 2 Crown</title>
<link rel="icon" class="icon" type="image/x-icon" href="x-icon.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
</head>
<body>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar">
<div class="max-width">
<div class="logo"><a href="#">Code 2 Crown</a></div>
<ul class="menu">
<li><a href="interview.html" class="menu-btn">Result</a></li>
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="shop.html" class="menu-btn">Courses</a></li>
<li><a href="#syllabus" class="menu-btn">Syllabus</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
<li><a href="shop.html" class="menu-btn">Store</a></li>
<li><a href="sub_index.html" class="menu-btn">Sessions</a></li>
<li><a href="https://drive.google.com/drive/folders/18f7Q8mS-u77mHg43wZERRAveBDPmZUvf?usp=sharing" class="menu-btn">BCA</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- home section start -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">A Complete</div>
<div class="text-2">Capsule Course</div>
<div class="text-3">on <span class="typing"></span></div>
<div class="text-4">Live Classes on Google Meet</div>
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_KAHoNNKfzrOwUm" async> </script> </form>
</div>
</div>
</section>
<!-- courses section start -->
<section class="courses" id="courses">
<div class="max-width">
<h2 class="title">Courses</h2>
<div class="cour-content">
<div class="card">
<div class="box">
<!-- <i class="fas fa-paint-brush"></i> -->
<img src="dm-removebg-preview.png">
<div class="text">Discrete Mathematics</div>
<p>Just @ 229 /-</p>
<a href="https://rzp.io/l/cc001"target="_blank">Join Now</a>
</div>
</div>
<div class="card">
<div class="box">
<img src="digital-removebg-preview.png">
<div class="text">Digital Electronics</div>
<p>Just @ 229 /-</p>
<a href="https://rzp.io/l/cc002" target="_blank">Join Now</a>
</div>
</div>
<div class="card">
<div class="box">
<img src="c_logo-removebg-preview.png">
<div class="text">C Language</div>
<p>Just @ 329 /-</p>
<a href="https://rzp.io/l/cc003" target="_blank">Join Now</a>
</div>
</div>
<div class="card">
<div class="box">
<img src="bunddle-removebg-preview.png">
<div class="text">Complete Bunddle</div>
<p>Just @ 699 /-</p>
<a href="https://rzp.io/l/cc004" target="_blank">Join Now</a>
</div>
</div>
<div class="card">
<div class="box">
<a href="shop.html"> Show more </a>
</div>
</div></div>
</div>
</div>
</section>
<!-- Syllabus -->
<section class="syllabus" id="syllabus">
<div class="max-width">
<h2 class="title">Syllabus</h2>
<div class="syll-cont">
<h2 class="syllabus">Discrete Mathematics</h2>
<h4>MATHEMATICS LOGIC</h4>
<div class="syll">
<p>Proposition & Propositional Form,
Conditional and Bi-conditional, Statements,
Negation Operation,
Logic Connectives and Compound Statements,
Conjunction,
Disjunctions,
Truth Tables,
Duality Conditional and in-conditional Statements</p>
<h4>BOOLEAN ALGEBRA</h4>
<p>Development of Boolean Algebra,
Truth Functions,
The AND, OR , NOT Operations,
Laws of Boolean Algebra,
Reducing Boolean Expressions,
Boolean Expressions and Logic Diagrams,
Universal Building Blocks,
Negative Logic Min Terms,
Truth Tables and K-Maps,
Reduction of K-Map ,
Disjunctive Normal Form</p>
<h4>GRAPH THEORY</h4>
<p>Definition of a Graph, Finite and Infinite Graphs, Incidence and Dgree, Null Graph, Subgraphs Walks, Paths and Circuits in a Graph, Connected Graphs, Trees, Properties of Trees, Planner Graphs, Incidence Matrix</p>
<h4>FUNTION AND RELATION</h4>
<p>Injective and Surjective Functions, Composition of function, Inverse Function, Use of Function in Coding Theory, Relation Composition of Relation, Equivalence Relation</p>
<!-- Digital Electronics -->
<h2 class="syllabus">Digital Electronics</h2>
<h4>INFORMATION REPRESENTATION</h4>
<p>Number system, binary, Octal Hexadecimal system, integers and real numbers,
Conversion from one number system to another number system, Data representation in a register, Signed and
Unsigned numbers 2's Complement and 1’s Complement representation and Operation on numbers(addition and
subtraction),Floating point representation of numbers. </p>
<h4>SWITCHING CIRCUIT THEORY & BOOLEAN ALGEBRA</h4>
<p>Introduction to digital Electronics, General Switching problems,
algebra of relay contacts, Gates (OR, AND, NOR, NAND, XOR & XNOR), Truth tables, converting from Boolean
Expression to logic gates. Venn diagrams theorems in Boolean algebra, Demorgan's laws, Boolean laws, Circuit
Designing techniques (SOP, POS, K-Map). </p>
<h4>BOOLEAN FUNCTIONS AND CIRCUITS ELEMENTS</h4>
<P>Operation on Boolean function, Complementation, K-maps, Relation
of NAND –NOR logic to AND-OR Logic, Mixed Logic, Half Adder and Full Adder circuit with truth tables, Binary
to Decimal and Decimal to Binary Decoders, Multiplexers, Demultiplexer, Encoders.</P>
<H4>FLIP - FLOPS</H4>
<P> Asynchronous & Synchronous flip-flops, The family of Flip Flop circuits- S-R Flip Flop, D Flip Flop,
J-K Flip Flop, T Flip Flop, State table and Excitation Table, Race around condition & Master Slave Flip Flop and
Propagation Time delay. Counters (Binary and UP-Down) and Registers (serial & parallel).</P>
<!-- C Language -->
<h2 class="syllabus">C Programming Language </h2>
<h4>INTRODUCTION TO 'C' LANGUAGE, OPERATORS, CONTROL STRUCTURES</h4>
<p>Introduction of data types, Storage class, Operators, Operator precedence and associativity, Input/Output Functions,
Sequential approach problems, If-else statement, Nesting of if statement, compound conditional if statement, switch
statement, nesting of switch statement, selected approach problems, goto statement, loop statements(while
statement, do-while statement and for statement), repetitive structure problems. Nesting of while statement, Nesting
of do-while statement, Nesting of for statement, break and continue statement, Multiple loop variable, comma
operator. </p>
<h4>ARRAYS</h4>
<P>Introduction of data types, Storage class, Operators, Operator precedence and associativity, Input/Output Functions,
Sequential approach problems, If-else statement, Nesting of if statement, compound conditional if statement, switch
statement, nesting of switch statement, selected approach problems, goto statement, loop statements(while
statement, do-while statement and for statement), repetitive structure problems. Nesting of while statement, Nesting
of do-while statement, Nesting of for statement, break and continue statement, Multiple loop variable, comma
operator. </P>
<h4>FUNCTION & MODULAR PROGRAMMING,STRINGS, STRUCTURES & UNION</h4>
<p>Modular programming, user defined function, passing arguments by value and array parameter, local and global
variable, nesting of function, Recursion. string manipulation by string handling functions. Structure and Union data
type, nested structure, array of structure, passing structure to the function.</p>
<h4>POINTERS</h4>
<p>Introduction to Pointers, declaration, address arithmetic, pointer arithmetic, using pointer as function argument (call
by reference), dynamic memory allocation and de-allocation. </p>
<h4>FILE HANDLING IN C</h4>
<p>File handling in C : creation of file, open a file, accessing, appending and deleting data of a file, updating data file,
Defining and calling macros, standard c library and other standard c functions. </p>
</div></div></div>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About Course</h2>
<div class="about-content">
<div class="column left">
<img src="kali.png">
</div>
<div class="column right">
<div class="text">I'm Karunanidhi but knows as Kali
<br>
and I'm a <span class="typing-2"></span></div>
<p>I'm currently an Engineering student at <b>Lotus Group of Institution, Bareilly.</b></p>
<br>
<p>Today I am going to introduce a capsule course. This capsule course will completely focus on examination.
This course is for that student who has not attended a class for any reason, And also for those who have not prepared for the examination.
This capsule course will help to cover all exam topics.
In this course, I used an easy method to understand,
Also, we will provide notes daily after class, so you have not to need written work.
</p>
</div>
</div>
</div>
</section>
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in Touch</div>
<p>Want to get in touch? We'd love to hear from you. Here's how you can reach me........ </p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Karunanidhi</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Jalalabad, Shahjahanpur, U.P. (242221)</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">code2crown@yahoo.com</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me</div>
<form action="https://formsubmit.co/995dace2e5d172b1f71e3bc6f337b860" method="post">
<input type="text" name="_honey" style="display:none">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://code2crown.github.io/mywebsite/thankyou-contact.html">
<div class="fields">
<div class="field name">
<input type="text" name="name" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" name="email" placeholder="Email" required>
</div>
</div>
<div class="field">
<input type="tel" name="mobile" placeholder="Contact Number" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" name="message" placeholder="Message.." required></textarea>
</div>
<div class="button-area">
<button type="submit">Send message</button>
</div>
<br>
<div class="wrapper">
<div class="button">
<div class="icon">
<i class="fab fa-facebook-f"></i>
</div>
<span><a href="https://www.facebook.com/profile.php?id=100028484317476">Facebook</a></span>
</div>
<div class="button">
<div class="icon">
<i class="fab fa-twitter"></i>
</div>
<span><a href="https://twitter.com/PythonKali">Twitter</a></span>
</div>
<div class="button">
<div class="icon">
<i class="fab fa-instagram"></i>
</div>
<span><a href="https://www.instagram.com/tech2crown//">Instagram</a></span>
</div>
<div class="button">
<div class="icon">
<i class="fab fa-github"></i>
</div>
<span><a href="https://github.com/code2crown/">Github</a></span>
</div>
<div class="button">
<div class="icon">
<i class="fab fa-linkedin-in"></i>
</div>
<span><a href="https://www.linkedin.com/in/learn-everything-40ab31221/">Linkedin</a></span>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
<span>Made with ♥ code2crown</a> | <span class="far fa-copyright"></span> 2022 All rights reserved.</span>
</footer>
<script src="script.js"></script>
</body>
</html>