-
Notifications
You must be signed in to change notification settings - Fork 1
/
bxe.html
34 lines (32 loc) · 1.72 KB
/
bxe.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/pdfPage.css">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
</head>
<body style="background-image: url(images/project-7.jpg);">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h1>BASIC ELECTRONIC ENGINEERING</h1>
<h3>To Download click on the Links below.</h3>
<a href="pdf/BXE/SCOE_BXE_UNIT 1_MCQ_Bank.pdf" target="_blank"> <h2>Unit 1</h2> </a>
<a href="pdf/BXE/SCOE_BXE_UNIT 2_MCQ_Bank.pdf" target="_blank"> <h2>Unit 2</h2> </a>
<a href="pdf/BXE/SCOE_BXE_UNIT 3_MCQ_Bank.pdf" target="_blank"> <h2>Unit 3</h2> </a>
<a href="pdf/BXE/SCOE_BXE_UNIT 4_MCQ_Bank.pdf" target="_blank"> <h2>Unit 4</h2> </a>
<a href="pdf/BXE/SCOE_BXE_UNIT 5_MCQ_Bank.pdf" target="_blank"> <h2>Unit 5</h2> </a>
<a href="pdf/BXE/SCOE_BXE_UNIT 6_MCQ_Bank.pdf" target="_blank"> <h2>Unit 6</h2> </a>
<a href="Zip/Digital Electronics.zip" target="_blank"> <h2>Full Notes</h2> </a>
</div>
</div>
</div>
<button class="home-btn"><a href="index.html">Home</a></button>
</body>
</html>