forked from Souravvk18/learning-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
258 lines (194 loc) · 10.1 KB
/
courses.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Course</title>
<!-- -----font awesome cdn link----- -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- ----link css file----- -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<header>
<a href="home_page.html" class="logo">Virtual-<span>Learning</span></a>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<a href="home_page.html">Home</a>
<a href="onlineide/onlineide.html">Online IDE</a>
<a href="../our_videos/our_videos.html">Our Videos</a>
<a href="../articles/article.html">Articles</a>
<a href="programming/programming.html">Programming</a>
<a href="app_dev/app_dev.html">App-dev</a>
<a href="web_dev/web_dev.html">Web-dev</a>
<a href="about.html">About</a>
<a href="index.html" class="btn1">Log Out</a>
</nav>
</header>
<!-- -----------courses--------------- -->
<h1 class="heading" id="head">Best courses</h1>
<section class="course">
<div class="box">
<img src="images/webdev.jpeg" alt="">
<h3>Web development</h3>
<p>Web development is the work involved in developing a website for the Internet. <br> <br> <br>
Every Web Developer must have a basic understanding of HTML, CSS, and JavaScript.</p>
<a href="web_dev/web_dev.html" class="btn">Videos</a>
</div>
<div class="box">
<img src="images/program.jpg" alt="">
<h3>Programming</h3>
<p>Programming is the process of creating a set of instructions that tell a computer how to perform a task. <br><br> some Programming languages are JavaScript, Python, java and C++.</p>
<a href="programming/programming.html" class="btn">Videos</a>
</div>
<div class="box">
<img src="images/appdev.png" alt="">
<h3>app development</h3>
<p>App Development refers to the creation of applications for use on devices such as desktop, tablets and smartphones. <br> <br> Mobile applications are designed and built for different operating systems.</p>
<a href="app_dev/app_dev.html" class="btn">Videos</a>
</div>
</section>
<h1 class="heading" id="program">programming language</h1>
<!-- ----------------programming------------- -->
<section class="course">
<div class="box">
<img src="images/c.png" alt="">
<h3>C Programming</h3>
<p>C is a high-level and general-purpose programming language <br> <br> that is ideal for developing firmware or portable applications.</p>
<a href="programming/c.html" class="btn">Videos</a>
<a href="articles/c_article.html" class="btn">Article</a>
<a href="articles/c_article.html" class="btn">Download Article</a>
</div>
<div class="box">
<img src="images/Python.png" alt="">
<h3>Learn Python</h3>
<p>Python is a high-level programming language designed to be easy to read and simple to implement. <br> It is open source, which means it is free to use, even for commercial applications.</p>
<a href="programming/python.html" class="btn">Videos</a>
<a href="articles/python_article.html" class="btn">Article</a>
<a href="articles/python_article.html" class="btn">Download Article</a>
</div>
<div class="box">
<img src="images/java.jpg" alt="">
<h3>learn Java</h3>
<p>Java is a high-level, class-based, object-oriented programming language <br> <br>
that is designed to have as few implementation dependencies as possible.</p>
<a href="programming/java.html" class="btn">Videos</a>
<a href="articles/java_article.html" class="btn">Article</a>
<a href="articles/java_article.html" class="btn">Download Article</a>
</div>
</section>
<section class="course">
<div class="box">
<img src="images/cpp.png" alt="">
<h3>learn c++</h3>
<p>C++ is a cross-platform language that can be used to create high-performance applications. <br><br>
created by Bjarne Stroustrup as an extension of the C programming language, </p>
<a href="programming/cpp.html" class="btn">Videos</a>
<a href="articles/cpp_article.html" class="btn">Article</a>
<a href="articles/cpp_article.html" class="btn">Download Article</a>
</div>
<div class="box">
<img src="images/js.png" alt="">
<h3>Learn javascript</h3>
<p>JavaScript is a fun and flexible programming language. <br> <br> It's one of the core technologies of web development and can be used on both the front-end and the back-end.</p>
<a href="web_dev/javascript.html" class="btn">Videos</a>
<a href="articles/javascript_article.html" class="btn">Article</a>
<a href="articles/javascript_article.html" class="btn">Download Article</a>
</div>
<div class="box">
<img src="images/kotlin.png" alt="">
<h3>learn kotlin</h3>
<p>Kotlin is an open-source statically typed programming language designed by JetBrains. <br> <br> It is object-oriented and supports functional programming features. </p>
<a href="programming/kotlin.html" class="btn">Videos</a>
<a href="articles/kotlin_article.html" class="btn">Article</a>
<a href="articles/kotlin_article.html" class="btn">Download Article</a>
</div>
</section>
<h1 class="heading" id="head">Javascript & framework</h1>
<!-- ----------------programming & framework------------- -->
<section class="course">
<div class="box">
<img src="images/react.png" alt="">
<h3>learn react js</h3>
<p>React is a free and open-source front-end JavaScript library. <br> <br> React is used to build single-page applications. React allows us to create reusable UI components.</p>
<a href="web_dev/reactjs.html" class="btn">Videos</a>
<a href="articles/kotlin_article.html" class="btn">Article</a>
<a href="articles/kotlin_article.html" class="btn">Article</a>
</div>
<div class="box">
<img src="images/nodejs.png" alt="">
<h3>learn node js</h3>
<p>Node.js is an open-source, cross-platform, JavaScript runtime environment. <br> <br> <br> Node.js allows you to run JavaScript on the server. </p>
<a href="web_dev/nodejs.html" class="btn">Videos</a>
<a href="articles/kotlin_article.html" class="btn">Article</a>
<a href="articles/kotlin_article.html" class="btn">Article</a>
</div>
<div class="box">
<img src="images/django.jpg" alt="">
<h3>Learn Django</h3>
<p>Django is a Python-based free and open-source web framework that follows the model–template–views architectural pattern. <br> <br> it enables rapid development of secure and maintainable websites.</p>
<a href="web_dev/django.html" class="btn">Videos</a>
<a href="articles/kotlin_article.html" class="btn">Article</a>
<a href="articles/kotlin_article.html" class="btn">Article</a>
</div>
</section>
<section class="course">
<div class="box">
<img src="images/angular.png" alt="">
<h3>learn Angular</h3>
<p>
Angular is a platform and framework for building single-page client applications. <br> <br>
for building mobile and desktop web applications using HTML and TypeScript. <br></p>
<a href="web_dev/angular.html" class="btn">Videos</a>
<a href="articles/kotlin_article.html" class="btn">Article</a>
<a href="articles/kotlin_article.html" class="btn">Article</a>
</div>
<div class="box">
<img src="images/program.jpg" alt="front end image">
<h3>front-end project</h3>
<p> it is the development of the graphical user interface of a website, using of HTML, CSS, and JavaScript. <br> so that users can view and interact with that website. </p>
<a href="web_dev/frontend.html" class="btn">Videos</a>
</div>
<div class="box">
<img src="images/backend.png" alt="backend photo">
<h3>Full stack project</h3>
<p>
A Full Stack Developer is someone who works with the Back End — or server side — of the application. <br> <br> as well as the Front End, or client side. </p>
<a href="web_dev/backend.html" class="btn">Videos</a>
</div>
</section>
<!-- -----------footer section------------ -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>about</h3>
<p>This is a website where students can learn web development, app development & different programming languages through tutorials videos.
And student can also run their program using our website through Online IDE.This is free learning website.</p>
</div>
<div class="box">
<h3>quick links</h3>
<a href="home_page.html">Home</a>
<a href="onlineide/onlineide.html">Online IDE</a>
<a href="our_videos/our_videos.html">Our Videos</a>
<a href="articles/article.html">Articles</a>
<a href="programming/programming.html">Programming</a>
<a href="app_dev/app_dev.html">App-dev</a>
<a href="web_dev/web_dev.html">Web-dev</a>
<a href="about.html">About</a>
</div>
<div class="box">
<h3>contact us</h3>
<p><i class="fas fa-phone"></i> 843-652-8938 | 973-474-7448 </p>
<p><i class="fas fa-envelope"></i> souravbuie17@gmail.com</p>
<p><i class="fas fa-map-marker-alt"></i> Subhankarnagar , Pohabagan , Bankura - 722146 , West Bengal , INDIA.</p>
</div>
</div>
<div class="credit">created with <i class="fas fa-heart"></i> by final year <span>F</span> group</div>
</section>
</div>
<!-- ----- custom js file link----- -->
<script src="js/main.js"></script>
</body>
</html>