-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
88 lines (88 loc) · 4.01 KB
/
index.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
<!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>LiberDeck-Resources</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body>
<h1>LiberDeck Resources</h1><br>
<ul>
<li><h3>Semester 1 Physics Cycle</h3></li><br>
<ul>
<li><h4>Basic Civil Engineering</h4></li>
<ul>
<li><a href="./sem1/civil/basic-civil-engineering-s-s-bhavikatti.pdf">Basic-civil-engineering-s-s-bhavikatti</a></li>
<li><a href="./sem1/civil/Basic Civil Engineering By Punmia.PDF">Basic Civil Engineering By Punmia</a></li>
<li><a href="./sem1/civil/Engineering Mechanics By R S Khurmi.pdf">Engineering Mechanics By R S Khurmi</a></li>
</ul>
</ul>
<ul>
<li><h4>Electronics</h4></li>
<ul>
<li><a href="./sem1/Electronics/Electronic Devices and Circuit Theory (11th Edition) by Robert L. Boylestad, Louis Nashelsky (z-lib.org).pdf">Electronic Devices and Circuit Theory</a></li>
</ul>
</ul>
<ul>
<li><h4>Engineering Mathematics</h4></li>
<ul>
<li><a href="./sem1/EM-2/B.S. Grewal.pdf">Higher Engineering Mathematics</a></li>
</ul>
</ul>
<ul>
<li><h4>Engineering Drawing</h4></li>
<ul>
<li><a href="./sem1/Engg Drawing/Engineering Drawing by N. D. Bhatt by N. D. Bhatt (z-lib.org).pdf">Engineering Drawing by N. D. Bhatt</a></li>
</ul>
</ul>
<ul>
<li><h4>EVS</h4></li>
<ul>
<li><a href="./sem1/EVS/Bharucha E.pdf">Bharucha E</a></li>
<li><a href="./sem1/EVS/Environmental Science - Miller.pdf">Environmental Science - Miller</a></li>
<li><a href="./sem1/EVS/Environmental Studies - AK De.pdf">Environmental Studies - AK De</a></li>
</ul>
</ul>
<ul>
<li><h4>Physics</h4></li>
<ul>
<li><a href="./sem1/Physics/Resnick Halliday.pdf">Resnick Halliday</a></li>
</ul>
</ul><br>
<li><h3>Semester 2 Chemistry Cycle</h3></li><br>
<ul>
<li><h4>Chemistry</h4></li>
<ul>
<li><a href="./sem2/Chemistry/Engineering_Chemistry_by_Jain_and_Jain.pdf">Engineering_Chemistry_by_Jain_and_Jain</a></li>
</ul>
</ul>
<ul>
<li><h4>Electrical</h4></li>
<ul>
<li><a href="./sem2/Electrical/Basic Electrical Engineering by Kulshreshtha D.C. (z-lib.org).pdf">Basic Electrical Engineering by Kulshreshtha D.C</a></li>
<li><a href="./sem2/Electrical/Power System Analysis Power System Analysis by Nagsarkar, T. K., Sukhija, M. S (z-lib.org).pdf">Power System Analysis Power System Analysis by Nagsarkar</a></li>
</ul>
</ul>
<ul>
<li><h4>Engineering Mathematics 2</h4></li>
<ul>
<li><a href="./sem2/Maths/B.S. Grewal.pdf">Higher Engineering Mathematics</a></li>
</ul>
</ul>
<ul>
<li><h4>Communication Skills in English</h4></li>
<ul>
<li><a href="./sem2/LN1001/Raman, Meenakshi_ Sharma, Sangeeta - Technical communication_ principles and practice-Oxford University Press (2015).pdf">Technical communication_ principles and practice-Oxford University</a></li>
</ul>
</ul>
<ul>
<li><h4>Problem Solving Using Computers</h4></li>
<ul>
<li><a href="./sem2/PSUC/Let Us C by Yashavant Kanetkar (z-lib.org).pdf">Let Us C by Yashavant Kanetkar</a></li>
</ul>
</ul>
</ul>
</body>
</html>