-
Notifications
You must be signed in to change notification settings - Fork 3
/
virtual_learning.html
118 lines (90 loc) · 4.71 KB
/
virtual_learning.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
<!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">
<link rel="stylesheet" href="css/article.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="index.html">Home</a>
<a href="login_page.html" class="btn1">Login </a>
<a href="register_page.html" class="btn1">Register</a>
</nav>
</header>
<section class="text">
<h1> Virtual Learning</h1>
<p>
During the recent Coronavirus lockdown, many businesses turned to virtual meeting software to help keep their companies running.
Many universities will also start their new terms with online lectures, rather than in-person classrooms.
</p>
<p>
As a company, we also switched to temporarily offering just online learning during the summer of 2020. It was very successful and
so we are set to host even more kids’ virtual classrooms for the remainder of the year.
</p>
<p>
In fact, we can see 2021 as being even bigger for online learning and anticipate hundreds of children completing our courses purely
via virtual classroom environments.The bottom line is, virtual classrooms can work very well and are the future of learning. Online
learning is something that kids at all stages in the education system can use, and to great effect too, and we will now discuss.
</p>
<h2>Greater flexibility and comfort</h2>
<p>
Kids can learn at their own pace with pre-recorded virtual classes, dipping in and out when it’s the best time for them.It’s also more comfortable learning from home and can be better option for children who have a physical disability where
traditional establishments may be challenging to access.
</p>
<h2>Immediate feedback on learning</h2>
<p>
Most online learning classrooms provide the opportunity for immediate feedback as opposed to traditional
classrooms where teachers take the work home to mark it.
</p>
<h2>Improved accessibility</h2>
<p>
Virtual classrooms are accessible to any child providing they have access to a computer and stable internet connection.
It doesn’t matter what their mobility is like, they are able to login to a virtual classroom and start learning.
Plus, course materials for your child’s online course can be accessed at any time over the Internet, 24 hours a
day and 365 days a year.
</p>
<h2>Cost savings</h2>
<p>
There is no need for expensive travel (or even accommodation). As well as saving travel costs, virtual classrooms will also reduce your child’s carbon footprint related to gas and fuel.Many virtual lessons and classrooms will
often be far cheaper than a traditional establishment
such as a college.
</p>
<p>
On average, students in online learning conditions performed better than those receiving face-to-face instruction… Virtual learning has a promising future.It has been shown already to match or exceed average student outcome expectations, and
parents and students are signing up for virtual courses at an increasing rate.
</p>
<h2>Description for this website</h2>
<p>
This website Particularly Use for study Purpose.There present some way of video learning site. Programming,web-dev,app-dev,etc type of video are presetn for learning.
This website present some special features onlineide another name calls online compiler and work on various type of Programming languages.In There we will write down
the input code and get will the output.
</p>
</section>
<!-- -----------footer section------------ -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>quick links</h3>
<a href="index.html">Home</a>
<a href="login_page.html">Login </a>
<a href="register_page.html">Register</a>
</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>