Class 12(NEB) Re-Exam 2082 Center Has Been Published | NEB Resource Website - Nepal
NEB Preparation Beginner Level

Class 12(NEB) Re-Exam 2082 Center Has Been Published

Aman Sapkota
BSc.CSIT Student
2 min read
598 views
0 likes
#NEB Class 12 #NEB resources #Nepal education
NEB,Class-12,re-exam,result,published

<!doctype html> <html lang="ne"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>????? ?? ???? (????) ??????? ??????? � Announcement</title> <meta name="description" content="???????? ? ????????? ??????? ??????? ????? ?? ?? ???? (????) ????????? ??????? ??????? ????????? ????? ? ? / Kathmandu: NEB announces exam centres for Class 12 Supplementary exams."> <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=Noto+Sans+Devanagari:wght@300;400;500;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <style> :root { --bg-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%); --bg-secondary: #f8fafc; --card-bg: #ffffff; --text-primary: #1e293b; --text-secondary: #64748b; --accent-primary: #3b82f6; --accent-secondary: #06b6d4; --border-color: #e2e8f0; --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); --radius-sm: 8px; --radius-md: 12px; --radius-lg: 20px; --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

* { box-sizing: border-box; margin: 0; padding: 0; }

body { font-family: 'Inter', 'Noto Sans Devanagari', sans-serif; background: var(--bg-secondary); color: var(--text-primary); line-height: 1.6; overflow-x: hidden; }

.container { max-width: 1024px; margin: 0 auto; padding: 2rem 1rem; min-height: 100vh; display: flex; align-items: center; justify-content: center; }

.card { background: var(--card-bg); border-radius: var(--radius-lg); box-shadow: var(--shadow-heavy); padding: 3rem; width: 100%; transition: var(--transition); position: relative; overflow: hidden; }

.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--bg-primary); }

.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-medium); }

header { text-align: center; margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border-color); }

.title { font-size: 2.5rem; font-weight: 700; background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 0.5rem; line-height: 1.2; }

.meta { color: var(--text-secondary); font-size: 1rem; font-weight: 500; }

.lang-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 3rem; }

.lang { background: linear-gradient(145deg, #ffffff, #f8fafc); padding: 2rem; border-radius: var(--radius-md); box-shadow: var(--shadow-light); border: 1px solid var(--border-color); transition: var(--transition); }

.lang:hover { transform: translateY(-2px); box-shadow: var(--shadow-medium); }

h2 { margin-bottom: 1rem; font-size: 1.5rem; font-weight: 600; color: var(--accent-primary); }

p { margin-bottom: 1rem; font-size: 1.1rem; color: var(--text-primary); }

.embed { margin: 3rem 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-medium); background: #f1f5f9; position: relative; }

.embed::before { content: 'Official Document'; position: absolute; top: 1rem; left: 1rem; background: var(--accent-primary); color: white; padding: 0.5rem 1rem; border-radius: var(--radius-sm); font-size: 0.9rem; font-weight: 500; z-index: 1; }

iframe { width: 100%; height: 700px; border: 0; display: block; }

.actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin: 2rem 0; }

.btn { padding: 1rem 2rem; border-radius: var(--radius-md); font-weight: 600; text-decoration: none; transition: var(--transition); display: inline-flex; align-items: center; gap: 0.5rem; font-size: 1rem; border: none; cursor: pointer; }

.btn-primary { background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary)); color: white; box-shadow: var(--shadow-light); }

.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-medium); }

.btn-secondary { background: transparent; color: var(--accent-primary); border: 2px solid var(--accent-primary); }

.btn-secondary:hover { background: var(--accent-primary); color: white; transform: translateY(-2px); }

footer { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border-color); text-align: center; color: var(--text-secondary); font-size: 0.95rem; }

footer div { margin-bottom: 0.5rem; }

.tip { background: #ecfdf5; border: 1px solid #bbf7d0; border-radius: var(--radius-sm); padding: 1rem; margin-top: 1rem; font-style: italic; }

@media (max-width: 768px) { .container { padding: 1rem; }

.card { padding: 2rem 1.5rem; }

.title { font-size: 2rem; }

.lang-row { grid-template-columns: 1fr; gap: 1.5rem; }

iframe { height: 500px; }

.actions { flex-direction: column; align-items: center; }

.btn { width: 100%; max-width: 300px; justify-content: center; } }

@media (max-width: 480px) { .title { font-size: 1.75rem; }

iframe { height: 400px; } } </style> </head> <body> <main class="container"> <article class="card"> <header> <div class="title">????? ?? � ???? (????) ??????? ??????? ?????????</div> <div class="meta">???????? | ????????? ??????? ????? (NEB)</div> </header>

<div class="lang-row"> <section class="lang" lang="ne"> <h2>??????</h2> <p>????????? ????????? ??????? ??????? ????? ?? ?? ???? (????) ????????? ??????? ??????? ????????? ????? ?? ????? ?? ???????? ?????????? ??????? ??????? ? ????? ???? ??????????</p> <p><strong>????????????:</strong> ??????? ???????, ??? ? ????????????? ???? ???????? ????? ????? ????? ????? � ????? ??????? ??????? ???????? ??????? ??????????? ???????????</p> </section>

<section class="lang" lang="en"> <h2>English</h2> <p>Kathmandu � The National Examinations Board (NEB) has announced the exam centres for the Class 12 Supplementary (Make-up) examinations. Please check the document below to find your assigned centre and other details.</p> <p><strong>Note:</strong> Only the official notice published by the National Examinations Board is authoritative. Check the official document carefully for your centre, timings and instructions.</p> </section> </div>

<div class="embed" aria-label="Embedded NEB document"> <iframe src="https://drive.google.com/file/d/1OohDC0nnXXhzemb02vmyZIMc4Z6oGFwV/preview" title="NEB Exam Centres PDF" allow="autoplay"></iframe> </div>

<div class="actions"> <a class="btn btn-primary" href="https://drive.google.com/uc?export=download&id=1OohDC0nnXXhzemb02vmyZIMc4Z6oGFwV" target="_blank" rel="noopener">Download PDF</a> <a class="btn btn-secondary" href="https://drive.google.com/file/d/1OohDC0nnXXhzemb02vmyZIMc4Z6oGFwV/view" target="_blank" rel="noopener">Open in Google Drive</a> </div>

<footer> <div>Published by: ????????? ??????? ????? (National Examinations Board)</div> <div class="tip">Tip: Use <kbd>Ctrl+F</kbd> (or <kbd>Cmd+F</kbd> on Mac) to quickly search for your school name or centre number in the PDF preview.</div> </footer> </article> </main> </body> </html>

Share this NEB Resource

Aman Sapkota

Aman Sapkota

BSc.CSIT Student