-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
291 lines (278 loc) · 19.2 KB
/
Copy pathindex.html
File metadata and controls
291 lines (278 loc) · 19.2 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
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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="ppzh0">
<meta name="description"
content="PaperPocket is a website where you can access past exam papers for grades 5, 9, and 12. Find exam papers categorized by subject, year, and grade.">
<meta name="keywords" content="PaperPocket, exam papers, past papers, education, grades 5, grades 9, grades 12">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://paperpocket.vercel.app/" />
<meta property="og:title" content="PaperPocket - နှစ်ဟောင်းစာမေးပွဲ စာရွက်များစုစည်းရာ။" />
<meta property="og:description"
content="PaperPocket is a website where you can access past exam papers for grades 5, 9, and 12. Find exam papers categorized by subject, year, and grade." />
<meta property="og:image" content="./assets/img/thumbnail-qr.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://paperpocket.vercel.app/" />
<meta property="twitter:title" content="PaperPocket - နှစ်ဟောင်းစာမေးပွဲ စာရွက်များစုစည်းရာ။" />
<meta property="twitter:description"
content="PaperPocket is a website where you can access past exam papers for grades 5, 9, and 12. Find exam papers categorized by subject, year, and grade." />
<meta property="twitter:image" content="./assets/img/thumbnail-qr.jpg" />
<!-- Meta Tags Generated with https://metatags.io -->
<title>PaperPocket - နှစ်ဟောင်းစာမေးပွဲ စာရွက်များစုစည်းရာ။</title>
<link rel="stylesheet" href="./assets/style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="manifest" href="./assets/manifest.json">
<link rel="preload" href="./assets/script.js" as="script">
<script src="./assets/script.js"></script>
<!-- hope this works lol -->
<!-- SEO-metadata to schema.org -->
<meta name="robots" content="index, nofollow">
<script type="application/ld+json" id="seo-metadata" tabindex="-1">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://paperpocket.vercel.app/",
"potentialAction": {
"@type": "SearchAction",
"target": "{search_term_string}",
"query-input": "required name=search_term_string"
},
"name": "PaperPocket - နှစ်ဟောင်းစာမေးပွဲ စာရွက်များစုစည်းရာ။",
"description": "PaperPocket is a website where you can access past exam papers for grades 5, 9, and 12. Find exam papers categorized by subject, year, and grade.",
"keywords": "PaperPocket, exam papers, past papers, education, grades 5, grades 9, grades 12"
}
</script>
</head>
<body class="lh-lg">
<nav class="navbar navbar-dark bg-dark navbar-expand-lg fixed-bottom sticky-md-top">
<div class="container-fluid">
<a href="#" class="navbar-brand">
<img src="./favicon.ico" alt="Logo" width="30" height="30" class="d-inline-block align-text-top">
PaperPocket
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainNavbar"
aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse mb-2 mb-lg-0 nav-underline justify-content-end" id="mainNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">ပင်မစာမျက်နှာ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./ToS.html">လိုက်နာရန်အချက်များ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">ကျွန်ုပ်တို့အကြောင်း</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:paperpocket0@gmail.com">ဆက်သွယ်ရန်</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./timeline/">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link icon-link" href="javascript:void(0);" data-bs-toggle="modal"
data-bs-target="#unavailable">
PaperPocket AR
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-box-arrow-up-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5" />
<path fill-rule="evenodd"
d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z" />
</svg>
</a>
</li>
<li class="nav-item">
<a class="nav-link icon-link" href="javascript:void(0);" onclick="URLCopy.copy()">
Share Us
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-share" viewBox="0 0 16 16">
<path
d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5m-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" />
</svg>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Not Available Modal -->
<div class="modal fade" id="unavailable" tabindex="-1" aria-labelledby="requestUnavailable" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<span class="modal-title fs-5 fw-bold" id="requestUnavailable">
<i class="bi bi-x-octagon"></i>
Request Unavailable
</span>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>
PaperPocket AR (Additional Resources) သည် ကျောင်းသူကျောင်းသားများအတွက်
သင်ထောက်ကူပြုရင်းမြစ်များကို စုစည်းမျှဝေမည့်ဝက်ဘ်ဆိုက်ဖြစ်ပါသည်။ ၎င်းဝက်ဘ်ဆိုက်သည်
ယခုအချိန်တွင် ဆောက်လုပ်ဆဲ ဖြစ်သည့်အတွက် သင်၏ တောင်းဆိုချက်ကို မလုပ်ဆောင်နိုင်သေးပါ။
</p>
</div>
<div class="modal-footer">
<small>
Powered By <a href="https://sites.google.com/" target="_blank" rel="noopener noreferrer">Google
Sites</a>
</small>
</div>
</div>
</div>
</div>
<main class="container-fluid">
<div class="row">
<section class="pt-3 col-12 col-md-4">
<div class="mb-2 mb-md-4">
<h1>စစ်ထုတ်ရန်</h1>
<small class="text-muted" style="font-size: 12px;">ပိုမိုတိကျသော ရလဒ်များအတွက်
စစ်ထုတ်ခြင်းပြုလုပ်ပါ။</small>
</div>
<section>
<div class="input-group mb-3">
<label class="input-group-text" for="subject-filter">ဘာသာရပ်ရွေးချယ်ရန်</label>
<select class="form-select" id="subject-filter">
<option selected value="all">အားလုံးပြရန်</option>
<option value="My">မြန်မာ</option>
<option value="Eng">အင်္ဂလိပ်</option>
<option value="Math">သင်္ချာ</option>
<option value="Geo">ပထဝီ</option>
<option value="Hist">သမိုင်း</option>
<option value="Sci">သိပ္ပံ</option>
<option value="SS">လူမှုရေး</option>
<hr class="dropdown-divider">
<option value="Chem">Chemistry</option>
<option value="Phys">Physics</option>
<option value="Bio">Biology</option>
</select>
</div>
<div class="input-group mb-3">
<label class="input-group-text" for="grade-filter">အတန်းရွေးချယ်ရန်</label>
<select class="form-select" id="grade-filter">
<option selected value="all">အားလုံးပြရန်</option>
<option value="G05">Grade 5</option>
<option value="G09">Grade 9</option>
<option value="G12">Grade 12</option>
</select>
</div>
<div class="input-group mb-3">
<label class="input-group-text" for="year-filter">ခုနှစ်ရွေးချယ်ရန်</label>
<select class="form-select" id="year-filter">
<option selected value="all">အားလုံးပြရန်</option>
<option value="2024">၂၀၂၄</option>
<option value="2025">၂၀၂၅</option>
</select>
</div>
<div class="input-group mb-3">
<label class="input-group-text" for="place-filter">နေရာရွေးချယ်ရန်</label>
<select class="form-select" id="place-filter">
<option selected value="all">အားလုံးပြရန်</option>
<option value="Kachin">ကချင််ပြည်နယ်</option>
<option value="Kayah">ကယားပြည်နယ်</option>
<option value="Kayin">ကရင်ပြည်နယ်</option>
<option value="Chin">ချင်းပြည်နယ်</option>
<option value="Sagain">စစ်ကိုင်းတိုင်း</option>
<option value="Tanintharyi">တနင်္သာရီတိုင်း</option>
<option value="Bago">ပဲခူးတိုင်း</option>
<option value="Magway">မကွေးတိုင်း</option>
<option value="Mandalay">မန္တလေးတိုင်း</option>
<option value="Mon">မွန်ပြည်နယ်</option>
<option value="Rakhine">ရခိုင်ပြည်နယ်</option>
<option value="Yangon">ရန်ကုန်တိုင်း</option>
<option value="Shan">ရှမ်းပြည်နယ်</option>
<option value="Ayeyarwady">ဧရာဝတီတိုင်း</option>
<option value="Naypyidaw">နေပြည်တော်</potion>
</select>
</div>
</section>
</section>
<hr class="d-sm-block d-md-none">
<section class="pt-3 col-12 col-md-8 border-start border-2 border-primary-subtle" id="content">
<div class="mb-2 mb-md-4">
<h2>မေးခွန်းစာရွက်များ ―</h2>
<small style="font-size: 12px;">
ကျန်နေတဲ့ တိုင်းတွေနဲ့ပြည်နယ်တွေအတွက် <a href="mailto:paperpocket0@gmail.com"
target="_blank">paperpocket0@gmail.com</a> ကို မေးခွန်းစာရွက်များ (digital
copy) ပေးပို့ခြင်းဖြင့် တစ်ဖက်တစ်လမ်းမှ ကူညီနိုင်ပါတယ်။
</small>
</div>
<section>
<div id="exam-papers" class="container-fluid ">
<noscript>
<p class="display-5 font-monospace text-warning">
This Website Uses <em>JavaScript</em> To Show Exam Papers. Please Enable
<em>JavaScript</em> For
This Website To Function! Or Disable Your <em>AD Blocker</em>!
</p>
<p class="alert alert-danger font-monospace">ENABLE JAVASCRIPT TO ACCESS THE EXAM PAPERS</p>
<p class="alert alert-info">
Download papers directly from here: <a
href="https://github.com/ppzh0/PaperPocket/tree/main/papers" target="_blank"
rel="noopener noreferrer">https://github.com/ppzh0/PaperPocket/tree/main/papers</a>
</p>
</noscript>
<!-- Exam papers will be displayed here -->
</div>
</section>
</section>
</div>
</main>
<footer class="container-fluid border-top py-3 mt-5 d-flex flex-wrap justify-content-around">
<div class="col-md-4 d-flex align-items-center">
<a href="/" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1">
<img src="./favicon.ico" alt="Logo" width="30" height="30" class="d-inline-block align-text-top">
</a>
<span class="mb-2 mb-md-0 text-body-secondary">© 2024 ― 2025 PaperPocket. <br
class="d-sm-block d-md-none"> All rights reserved.</span>
</div>
<ul class="nav col-md-4 justify-content-end align-self-end list-unstyled d-flex mb-1">
<li class="ms-3">
<span class="text-muted">Share us on:</span>
</li>
<li class="ms-3">
<a target="_blank" class="text-primary"
href="https://www.facebook.com/sharer/sharer.php?u=https://www.facebook.com/profile.php?id=61575717976634">
<i class="bi bi-facebook"></i>
</a>
</li>
<li class="ms-3">
<a target="_blank" class="text-black"
href="https://twitter.com/intent/tweet?text=Check%20out%20this%20website%20where%20you%20can%20download%20past%20exam%20papers%20for%20Myanmar%20curriculum.%0A%0Ahttps://paperpocket.vercel.app%0A%0APaperPocket%20is%20a%20non-profit%20organization.%20They%20store%20and%20share%20exam%20papers%20on%20their%20website!%20I%20hope%20it%20is%20useful%20for%20you.">
<i class="bi bi-twitter-x"></i>
</a>
</li>
<li class="ms-3">
<a target="_blank" class="text-danger"
href="http://pinterest.com/pin/create/button/?url=https://paperpocket.vercel.app&description=Check%20out%20this%20website%20where%20you%20can%20download%20past%20exam%20papers%20for%20Myanmar%20curriculum.%0A%0Ahttps://paperpocket.vercel.app%0A%0APaperPocket%20is%20a%20non-profit%20organization.%20They%20store%20and%20share%20exam%20papers%20on%20their%20website!%20I%20hope%20it%20is%20useful%20for%20you.&media=https://paperpocket.vercel.app/assets/img/thumbnail-qr.jpg">
<i class="bi bi-pinterest"></i>
</a>
</li>
<li class="ms-3">
<a target="_blank" class="text-success"
href="mailto:?subject=Check%20Out%20This%20Website%20for%20Myanmar%20Exam%20Papers&body=Hello!%0A%0ACheck%20out%20this%20website%20where%20you%20can%20download%20past%20exam%20papers%20for%20Myanmar%20curriculum.%0A%0Ahttps://paperpocket.vercel.app%0A%0APaperPocket%20is%20a%20non-profit%20organization.%20They%20store%20and%20share%20exam%20papers%20on%20their%20website!%20I%20hope%20it%20is%20useful%20for%20you.">
<i class="bi bi-envelope-at"></i>
</a>
</li>
</ul>
</footer>
<article class="mb-5 pb-4 container-fluid d-flex flex-wrap justify-content-center text-center">
<small style="font-size: 8px;">Made with ChatGPT in a rush! <br>Revised by <a href="https://github.com/ppzh0"
target="_blank" rel="noopener noreferrer">Jr. Pancake</a></small>
</article>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script src="assets/script.js"></script>
</body>
</html>