-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkhmer.html
62 lines (62 loc) · 3.5 KB
/
khmer.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
<html>
<head>
<title>Silicon Wat សាខា</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="logo.png">
<link rel="stylesheet" href="index.css" media="(min-width: 480px)" />
<link rel="stylesheet" href="index.m.css" media="(max-width: 480px)"/>
<script src="khmer.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5KRBGHZ5GV"></script>
</head>
<body>
<header>
<section>
<img src="logo.png">
<h1>Silicon Wat សាខា</h1>
</section>
<section>
<nav>
<a href="#" onclick="cal()">កាលីហ្វ័រញ៉ា</a>
<a href="#" onclick="cam()">កម្ពុជា។</a>
<a href="#" onclick="ukr()">អ៊ុយក្រែន</a>
<a href="https://github.com/sponsors/SiliconWat">បរិច្ចាគ</a>
</nav>
<select onchange="changeLanguage(event)">
<option value="khmer.html">ខ្មែរ</option>
<option value="index.html">អង់គ្លេស</option>
</select>
</section>
</header>
<main>
<!--<img src="student.png">-->
<p><b>កន្លែងភ្ញាស់ ចាប់ផ្តើម</b> សម្រាប់ស្ថាបនិកបច្ចេកទេស</p>
<!--<p>បន្ទប់ស្នាក់នៅនៅ <a href="#" onclick="alert('ក្នុងការអភិវឌ្ឍន៍...')">Airbnb</a> របស់យើង រៀនសរសេរកូដ រីករាយជាមួយថ្នាក់ក្រៅ និងកូនជាងនៅ <a href="https://heartbank.fund">HeartBank</a>!</p>-->
<nav>
<!--<a href="https://forms.gle/JQ4hiA8vVUf3PFsj8">ធ្វើការស្ទង់មតិ!</a>-->
<a href="#" onclick="alert('Coming soon...')">Tree Meditation Class</a>
<a href="#" onclick="alert('Coming soon...')">Outdoor Cooking Class</a>
<a href="#" onclick="alert('Coming soon...')">3D Printing IoT Class</a>
<a href="#" onclick="alert('Coming soon...')">Dance Skating Class</a>
</nav>
<br />
<nav>
<a href="#" onclick="alert('Coming soon...')">#Hack-a-Thon (projects-based tutoring)</a>
<a href="#" onclick="alert('Coming soon...')">Takraw Tournament</a>
<a href="#" onclick="alert('Coming soon...')">Metaverse Arcade</a>
<a href="#" onclick="alert('Coming soon...')">Music Recital</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>
</main>
<footer>
<strong>ធ្វើជាម្ចាស់ផ្ទះនៅ <a href="https://nhiakou.org">Nhia Kou សួនផ្កា</a></strong>
<small><a href="https://siliconwat.com">Silicon Wat LLC</a> © 2022</small>
<a href="mailto:donate@siliconwat.org">donate@siliconwat.org</a>
</footer>
</body>
</html>