forked from dcpandey1/UIETDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
books.html
114 lines (100 loc) · 4.94 KB
/
books.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Books</title>
<link rel="icon" href="images/UIET_DOC__1_-removebg-preview.png" type="image/x-icon">
<meta charset="utf-8">
<meta name="theme-color" content="#800000">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Keywords" content="uiet Kanpur,uiet docs,College, Kanpur, UIET, Kanpur, college in Kanpur,India">
<meta property="og:site_name" content="UIET Docs">
<meta name="description" content="UIET Docs is an Academic Portal with an aim to provide a holistic solution to all students needs. UIET Docs provides all the study material ( notes, papers, syllabus etc) for UIET Students.">
<link rel="stylesheet" type="text/css" href="cssfiles/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" media="screen and (max-width:1170px) " href="cssfiles/phone.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="javascript/js.js="></script>
</head>
<body class="body">
<header class="mainheader">
<a href="https://uietdocs.com/"><img src="images/UIET_DOC-removebg-preview.png"></a>
<div class="topnav" id="myTopnav">
<a href="https://uietdocs.com/" class="active">Home</a>
<div class="dropdown">
<button class="dropbtn">Notes
</button>
<div class="dropdown-content">
<a href="CSEnotes.html">CSE</a>
<a href="#">ECE</a>
<a href="#">IT</a>
<a href="#">MEE</a>
<a href="#">MSME</a>
<a href="#">CHE</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Papers
</button>
<div class="dropdown-content">
<a href="CSEpapers.html">CSE</a>
<a href="#">ECE</a>
<a href="#">IT</a>
<a href="#">MEE</a>
<a href="#">MSME</a>
<a href="#">CHE</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Syllabus
</button>
<div class="dropdown-content">
<a href="http://csjmu.ac.in/wp-content/uploads/pdf/cse.pdf" target="_blank">CSE</a>
<a href="http://csjmu.ac.in/wp-content/uploads/pdf/ece.pdf" target="_blank">ECE</a>
<a href="http://csjmu.ac.in/wp-content/uploads/pdf/IT.pdf" target="_blank">IT</a>
<a href="http://csjmu.ac.in/wp-content/uploads/pdf/mee.pdf" target="_blank">MEE</a>
<a href="http://csjmu.ac.in/wp-content/uploads/pdf/msme.pdf" target="_blank">MSME</a>
<a href="http://csjmu.ac.in/wp-content/uploads/pdf/chm.pdf" target="_blank">CHE</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Resources
</button>
<div class="dropdown-content">
<a href="books.html">Books</a>
<a href="video.html">Video Links</a>
</div>
</div>
<a href="contest.html">Clubs</a>
<a href="team.html">Team</a>
<a href="contact.html">About Us</a>
<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="myFunction()">☰</a>
</div>
<hr>
<h1 style="text-align: center;"> 📚 Books</h1>
<hr>
<div id="fix"></div>
<hr>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<footer class="mainFooter">
<p>Copyright © <a href="">UIET Docs</a> </p>
<div id="footericondiv">
<a href="https://www.linkedin.com/in/dheerajpandey1/" target="_blank"><img id="footericon" src="images/5296501_linkedin_network_linkedin logo_icon.png" alt="" /></a>
<a href="https://www.instagram.com/dcpandey1/" target="_blank"><img id="footericon" src="images/5296765_camera_instagram_instagram logo_icon.png" alt="" /></a>
<a href="https://www.facebook.com/uietCodeClub" target="_blank"><img id="footericon" src="images/5365678_fb_facebook_facebook logo_icon.png" alt="" /></a>
<a href="https://discord.gg/2NXajQ9Wuu" target="_blank"><img id="footericon" src="images/4180408_discord_squircle_icon.png" alt="" /></a>
</div>
</footer>
<script type="text/javascript">
document.title = "Books";
</script>
</body>
</html>