|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>BUDDHA INSTITUTE OF TECHNOLOGY</title> |
| 7 | + <link rel="stylesheet" href="style.css"> |
| 8 | +</head> |
| 9 | +<body> |
| 10 | + <div class="container"> |
| 11 | + <h2 id="head">BUDDHA INSTITUTE OF TECHNOLOGY</h2> |
| 12 | + <p id="subhead">Bonafied Generator</p> |
| 13 | + <form id="certForm"> |
| 14 | + <input type="text" id="studentName" placeholder="Student Name" required> |
| 15 | + <input type="text" id="fatherName" placeholder="Father's Name" required> |
| 16 | + <input type="text" id="session" placeholder="Session (e.g. 2020-23)" required> |
| 17 | + <input type="text" id="branch" placeholder="Branch (e.g. Electrical Engineering)" required> |
| 18 | + <input type="text" id="rollNo" placeholder="Roll Number" required> |
| 19 | + <input type="text" id="semester" placeholder="Promoted Semester (e.g. 6th)" required> |
| 20 | + <input type="text" id="fee" placeholder="Fee Payable (e.g. 57100/-)" required> |
| 21 | + <textarea id="backlog" placeholder="Reason for delay (default: backlog in 4th sem)"></textarea> |
| 22 | + <button type="submit">Generate Certificate</button> |
| 23 | + </form> |
| 24 | + |
| 25 | + <div id="certificate"> |
| 26 | + <p><strong>Ref. No.:-</strong> <span id="refNo"></span> <strong id="curdate"></strong> <span id="certDate"></span></p> |
| 27 | + <h2 class="text-center">TO WHOM IT MAY CONCERN</h2> |
| 28 | + |
| 29 | + <p>Certified that <strong><span id="certStudent"></span></strong> S/o <strong><span id="certFather"></span></strong> had been admitted during the session <strong><span id="certSession"></span></strong> in the branch of <strong><span id="certBranch"></span></strong> bearing Roll No – <strong><span id="certRoll"></span></strong>. He is a bonafide student of this institution. He is promoted to <strong><span id="certSemester"></span></strong> Semester. The 3rd Year dues payable fee will be <strong><span id="certFee"></span></strong>.</p> |
| 30 | + |
| 31 | + <p>This Institute has been recognized by A.I.C.T.E through their F.No. Northern/1-43657927785/2024/EOA, dated: 08-May-2024 & affiliated to SBTE, Patna, Bihar affiliation no. KK(SBTE)02/2022(Part-4)-2957/Patna, Dated-30.07.2024 and subsequently recognized by Department of Science & Technology, Govt. of Bihar, Patna.</p> |
| 32 | + |
| 33 | + <p>Session has been running late due to <span id="certBacklog">backlog in 4th sem</span>.</p> |
| 34 | + |
| 35 | + <p><strong>Account Holder Name</strong> – Buddha Polytechnic Institute<br> |
| 36 | + <strong>Bank Name</strong> – State Bank of India<br> |
| 37 | + <strong>Address</strong> – Gandhi Maidan, Gaya<br> |
| 38 | + <strong>Account No.</strong> – 36922955550<br> |
| 39 | + <strong>IFSC</strong> – SBIN0006553</p> |
| 40 | + |
| 41 | + <div class="signature">Principal</div> |
| 42 | + </div> |
| 43 | + </div> |
| 44 | + |
| 45 | + <script src="script.js"></script> |
| 46 | +</body> |
| 47 | +</html> |
0 commit comments