-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkhmer.html
More file actions
72 lines (72 loc) · 3.75 KB
/
khmer.html
File metadata and controls
72 lines (72 loc) · 3.75 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
<html>
<head>
<title>Silicon Wat សាកលវិទ្យាល័យ</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="logo.png">
<link rel="stylesheet" href="khmer.css" media="(min-width: 480px)">
<link rel="stylesheet" href="khmer.m.css" media="(max-width: 480px)">
<script src="khmer.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TR7EB8HM4Z"></script>
</head>
<body>
<header>
<section>
<img src="logo.png">
<h1>Silicon Wat សាកលវិទ្យាល័យ</h1>
</section>
<section>
<nav>
<a href="https://www.udemy.com/user/thonly">Udemy</a>
<a href="https://medium.com/siliconwat">Medium</a>
<a href="https://anchor.fm/siliconwat">Anchor</a>
<a href="https://www.youtube.com/channel/UCDImuNM6FUWuctrWXwiGZ4Q">YouTube</a>
</nav>
<select onchange="changeLanguage(event)">
<option value="khmer.html">ខ្មែរ</option>
<option value="index.html">អង់គ្លេស</option>
</select>
</section>
</header>
<main>
<!--<img src="student.jpg">-->
<h2>វត្តតាមអ៊ិនធរណេត សម្រាប់សរសេរកូដព្រះសង្ឃ ដើម្បីក្លាយជាវិស្វករ ត្រាស់ដឹង និងមេត្តា!</h2>
<ul>
<li>
<a href="courses/frontend/music.html"><b>A Complete Frontend Developer Course for Beginners</b></a>
<br />
<a href="#" onclick="alert('Coming soon...')">Data Structures and Algorithms</a>
</li>
<li>
<a href="courses/backend/blockchain.html"><b>A Complete Backend Blockchain Course for Frontend Engineers</b></a>
<br />
<a href="#" onclick="alert('Coming soon...')">Data Structures and Algorithms</a>
</li>
<li>
<a href="courses/ios/metaverse.html"><b>A Complete iOS Metaverse Course for JavaScript Engineers</b></a>
<br />
<a href="#" onclick="alert('Coming soon...')">Data Structures and Algorithms</a>
</li>
<!--<li>eBook: <a><b>Code of Tao</b></a> (<em>coming in Winter 2022</em>)</li>-->
</ul>
<nav>
<a href="#" onclick="alert('មកដល់ឆាប់ៗនេះ...')">#Code-a-Thon</a>
<a href="https://success.siliconwat.com">The Code of Success (Podcasts Series)</a>
<a href="https://flashcards.siliconwat.com">One-Liner FlashCard Games (Triple Apps Bundle)</a>
<a href="https://livestream.siliconwat.org">Technical Interview Q&As (Livestream Tutoring)</a>
</nav>
<br />
<nav>
<!--<a href="https://discord.gg/9MAGPryJpN">Discord</a>-->
<a href="https://github.com/SiliconWat">GitHub</a>
<a href="https://www.facebook.com/siliconwat">Facebook</a>
<a href="https://twitter.com/siliconwat">Twitter</a>
</nav>
<br />
</main>
<footer>
<strong>ណែនាំដោយ <a href="https://thonly.org">Thon Ly</a></strong>
<small>Silicon Wat LLC © 2022</small>
<strong><a href="https://siliconwat.org">Silicon Wat សាខា</a></strong>
</footer>
</body>
</html>