-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticles.html
71 lines (68 loc) · 4.13 KB
/
articles.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Article Section</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/m-icon.png"/>
<link rel="stylesheet" href="/styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav>
<ul class="sidebar">
<li onclick=hideSidebar()><a href=""><svg xmlns="http://www.w3.org/2000/svg" height="26" viewBox="0 -960 960 960" width="26" fill="#fff"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></a></li>
<li><a href="index.html/about-me">About Me</a></li>
<li><a href="#university">Education</a></li>
<li><a href="#mySkills">Skills</a></li>
<li><a href="#myProjects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<ul>
<li><a href="">Min Thway Htut</a></li>
<li class="hideOnMobile"><a href="#about-me">About Me</a></li>
<li class="hideOnMobile"><a href="#university">Education</a></li>
<li class="hideOnMobile"><a href="#mySkills">Skills</a></li>
<li class="hideOnMobile"><a href="#myProjects">Projects</a></li>
<li class="hideOnMobile"><a href="#contact">Contact</a></li>
<li onclick="showSidebar()"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#fff"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg></a></li>
</ul>
</nav>
<div class="article-container">
<img src="images/article-one.jpeg" loading="lazy"/>
<div class="second-article-title">The Role of Digital Technology in Education</div>
<div class="author">By Min Thway Htut</div>
<div class="article-content">
Nowadays, technology plays an extremely important role in our daily lives,
starting from our everyday stuff to the control system of nuclear weapons.
Subsequently, it is making our living standards better, easier, and more complex at the same time.
That is why there is no need to say that digital technology has the same significant impact on education,
the process that is fundamental to the growth and development of a country.
<br>
<br>
To explain it in detail, thanks to digital technology, today’s classrooms and the way education is
offered have become completely different from the traditional ones. Instead of blackboards,
projectors can be seen in the classrooms while high-technology gadgets such as laptops and
tablets replace the traditional ones such as books and pens. There are changes and advancements
not only in that type of physical materials but also in seeking information as well.
<br>
<br>
To give an example, in many cases, in pursuit of information, it is no longer necessary to go to the
library in person and read dozens of books. All we need to do is just to click our keyboards or phone
screens and google everything we would like to explore which means that information is more easily
accessible compared to the earlier times. Another transparent example is that the recent COVID-19 Pandemic
has further institutionalized the applications of digital technologies in education.
<br>
<br>
</div>
</div>
<script src="script.js"></script>
</body>
<footer class="footer">
<p>© minthwayhtut 2025 | Developed by Min Thway Htut</p>
<p id="last-update">Last updated on 26.01.2025</p>
</footer>
</html>