-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
280 lines (259 loc) · 15.8 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
<!DOCTYPE html>
<html>
<head>
<!-- COMMON TAGS -->
<meta charset="utf-8">
<title>CodeWorld</title>
<meta name="viewport" content="width=device-width, intial-scale=1.0, shrink-to-fit=no">
<meta name="keywords" content="codeworld,code, mmmut codes, html, css, c, data structure, java, c++, learning, programming, development,tutorials,practicals,examples">
<meta name="author" content="Prashant Kumar Gupta">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.codeworld.ml/">
<meta property="og:title" content="CodeWorld">
<meta property="og:description" content="It is an educational website for learning coding online. It includes tutorials, references, practicals related to C, C++, Java, Data Structure etc.">
<meta property="og:image" content="img/ho.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.codeworld.ml/">
<meta property="twitter:title" content="CodeWorld">
<meta property="twitter:description" content="It is an educational website for learning coding online. It includes tutorials, references, practicals related to C, C++, Java, Data Structure etc.">
<meta property="twitter:image" content="img/ho.jpg">
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.css" type="text/css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="shortcut icon" href="img/logo.jpg">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156947534-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156947534-1');
</script>
</head>
<body>
<!-- Loader -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!-- Navbar -->
<nav id="myNavbar" class="rounded navbar navbar-expand-md navbar-dark">
<a class="navbar-brand" href="#">
<img src="img/logo.jpg" alt="" class="rounded" width="30" height="30"> CodeWorld</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#mymenu"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-th"></span>
</button>
<div class="collapse navbar-collapse" id="mymenu">
<ul class="mr-auto navbar-nav nav-fill colors">
<li class="nav-item"><a class="nav-link" href="#home">Home<span class="sr-only"></span></a> </li>
<li class="nav-item"><a class="nav-link" href="#c">C </a> </li>
<li class="nav-item"><a class="nav-link" href="#cpp">C++ </a></li>
<li class="nav-item"><a class="nav-link" href="#ds">Data Structure</a></li>
<li class="nav-item"><a class="nav-link" href="#java">Java</a></li>
<li class="nav-item dropdown align-self-center">
<button class="nav-link dropdown-toggle" id="practical" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Practical
</button>
<div class="dropdown-menu" aria-labelledby="practical">
<a class="dropdown-item" href="#acm">ACM</a>
<a class="dropdown-item" href="#swl">SWL-4</a>
<a class="dropdown-item" href="#cod">COD</a>
<a class="dropdown-item" href="#dbms">DBMS</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="notes.html">Notes</a></li>
<li class="nav-item"><a class="nav-link" href="#contus">Contact Us</a></li>
</ul>
<!-- <form class="my-2 ml-auto form-inline my-lg-0" id="cse">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-light" type="submit"><span class="fa fa-search"></span></button>
</form> -->
</div>
</nav>
<!-- Home -->
<div id="home" class="welcome-area active">
<div class="container active" data-aos="zoom-out">
<!-- <div class="col-lg-6 col-md-8 col-sm-12 centered"> -->
<div class="mt-5 centered">
<h1>Hello Programmer! Welcome to my website</h1>
<p>The motive of this website is to learn programming in an interactive way</p>
</div>
</div>
</div>
<!-- C Programming -->
<div id="c">
<div class="container pt-5 pb-5 mt-5 mb-5">
<div class="row">
<!-- <div class="media"> -->
<div class="col-lg-5 col-md-12 col-sm-12 align-self-center">
<img src="img/c.jpg" class="mx-auto rounded img-fluid d-block" data-aos="zoom-in" alt="C Language">
</div>
<div class="p-2 text-justify media-body" data-aos="zoom-in">
<h4 class="mt-5">Learn C Programming</h4>
<p class="mt-3">C is a popular general-purpose computer programming language. If you are new to programming, C is a good choice to start your programming journey.
<p>C is a procedural computer programming language supporting structured programming, lexical variable scope, and recursion, while a static type system prevents unintended operations.</p>
<div class="text-center col">
<a href="c.html"><button class="btn btn-primary pulse btn-lg">C PROGRAMS</button></a>
</div>
</div>
<!-- </div> -->
</div>
</div>
</div>
<!-- c++ Programming -->
<div id="cpp">
<div class="container pt-5 pb-5 mt-5 mb-5">
<div class="row">
<!-- <div class="media"> -->
<div class="p-2 text-justify media-body" data-aos="zoom-in">
<h4 class="mt-5">Learn C++ Programming</h4>
<p class="mt-3">C++ is an object-oriented programming language developed by Bjarne Stroustrup. C++ is a powerful language with imperative and generic programming features.
<p>C++ gives programmers a high level of control over system resources and memory.C++ is a cross-platformed language that can be used to create sophisticated high-performance applications.</p>
<div class="text-center col">
<a href="cpp.html"><button class="mb-1 btn btn-primary pulse btn-lg">C++ PROGRAMS</button></a>
</div>
</div>
<div class="col-lg-5 col-md-12 col-sm-12 align-self-center">
<img src="img/cpp.png" class="mx-auto rounded img-fluid d-block" data-aos="zoom-in" alt="C++ Language">
</div>
<!-- </div> -->
</div>
</div>
</div>
<!-- Data Structure -->
<div id="ds">
<div class="container pt-5 pb-5 mt-5 mb-5">
<div class="row">
<!-- <div class="media"> -->
<div class="col-lg-5 col-md-12 col-sm-12 align-self-center">
<img src="img/ds.jpg" class="mx-auto rounded img-fluid d-block" data-aos="zoom-in" alt="Data Structure">
</div>
<div class="p-2 text-justify media-body" data-aos="zoom-in">
<h4 class="mt-5">Learn Data Structure</h4>
<p class="mt-3">In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification.</p>
<p>More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.</p>
<div class="text-center col">
<a href="ds.html"><button class="btn btn-primary pulse btn-lg">DS PROGRAMS</button></a>
</div>
</div>
<!-- </div> -->
</div>
</div>
</div>
<!-- JAVA Programming -->
<div id="java">
<div class="container pt-5 pb-5 mt-5 mb-5">
<div class="row">
<!-- <div class="media"> -->
<div class="p-2 text-justify media-body" data-aos="zoom-in">
<h4 class="mt-5">Learn Java</h4>
<p class="mt-3">Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible.</p>
<p>Java was originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. </p>
<div class="text-center col">
<a href="java.html"><button class="mb-1 btn btn-primary pulse btn-lg">JAVA PROGRAMS</button></a>
</div>
</div>
<div class="col-lg-5 col-md-12 col-sm-12 align-self-center">
<img src="img/java.jpg" class="mx-auto rounded img-fluid d-block" data-aos="zoom-in" alt="Java Language">
</div>
<!-- </div> -->
</div>
</div>
</div>
<!-- Practical -->
<section id="section1">
<div class="p-5">
<div class="container">
<div class="mt-5 mb-5 text-justify card-deck">
<div class="rounded shadow-lg card" data-aos="fade-up" id="acm">
<img src="img/acms.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Applied Computational Methods</h5>
<p class="card-text">
All practical problems related to ACM, you get it from here.</p>
<a href="acm.html" class="card-link text-info">Click Here</a>
</div>
</div>
<div class="rounded shadow-lg card" data-aos="fade-up" id="swl">
<img src="img/swl.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Software Lab-4</h5>
<p class="card-text">
All practical problems related to SWL-4, you get it from here.</p>
<a href="swl-4.html" class="card-link text-info">Click Here</a>
</div>
</div>
<div class="rounded shadow-lg card" id="cod" data-aos="fade-up">
<img src="img/cods.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Computer Organization and Design</h5>
<p class="card-text">
All practical problems related to COD, you get it from here.</p>
<a href="cod.html" class="card-link text-info">Click Here</a>
</div>
</div>
<div class="rounded shadow-lg card" id="dbms" data-aos="fade-up">
<img src="img/dbmss.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Database Management Systems</h5>
<p class="card-text">All practical problems related to DBMS, you get it from here.</p>
<a href="dbms.html" class="card-link text-info">Click Here</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="mt-auto footer" id="contus">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<ul class="social" data-aos="flip-up">
<li><a href="https://www.facebook.com/imPGupta" target="_blank"><span class="fa fa-facebook"></span></a></li>
<li><a href="https://twitter.com/imPGupta_" target="_blank"><span class="fa fa-twitter"></span></a></li>
<li><a href="mailto:[email protected]" target="_blank"><span class="fa fa-envelope"></span></a></li>
<li><a href="https://www.github.com/impgupta" target="_blank"><span class="fa fa-github"></span></a></li>
<li><a href="https://www.linkedin.com/in/impgupta" target="_blank"><span class="fa fa-linkedin"></span></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p class="copyright"> © <script> document.write(new Date().getFullYear()) </script> Prashant KR. Gupta</p>
</div>
</div>
</div>
</footer>
<!-- JavaScript Files -->
<!-- <script>
document.onreadystatechange = function() {
if (document.readyState !== "complete") {
document.querySelector("body").style.visibility = "hidden";
document.querySelector("#loader-wrapper").style.visibility = "visible";
} else {
document.querySelector("#loader-wrapper").style.display = "none";
document.querySelector("body").style.visibility = "visible";
}
};
</script> -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="js/jquery-3.4.1.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
<script>
$(document).ready(function() {
setTimeout(function(){
$('body').addClass('loaded');
}, 3000);
});
</script>
</body>
</html>