-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathotherspro.html
114 lines (104 loc) · 4.07 KB
/
otherspro.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>
<link rel="stylesheet" href="style1.css">
<link rel="stylesheet" media="screen and (max-width:1170px)" href="phone.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Others programs</title>
<link rel="icon" href="logo.png" type="image/x-icon">
</head>
<body>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fa-solid fa-bars"></i>
</label>
<label class="logo">PDF all in I</label>
<ul>
<li>
<div class="paste-button active">
<a class="btn" href="home.html">Home</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn">Available PDF</a>
<div class="dropdown-content">
<a id="top" href="beforenlist.html">BCA</a>
<a id="bottom" href="MCA.html">MCA</a>
</div>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn">Previous Year QP</a>
<div class="dropdown-content">
<a id="top" href="bcapre.html">BCA</a>
<a id="bottom" href="mcapre.html">MCA</a>
</div>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="digitalsybca.html">Digital syllabus</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="MCA-CET.html">MCA-CET</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="otherspro.html">Other Programs</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="aboutus.html">About</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="contacts.html">Cont/visit</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="ourteam.html">Our Team</a>
</div>
</li>
</ul>
</nav>
<main>
<div class="bca1">
<h1>Others Programs links</h1>
<div class="sem1">
<h2>Login There Also</h2>
<div class="sub1">
<h4>N-List</h4>
<a href="https://nlist.inflibnet.ac.in/vmember_delete_req.php" target="_blank">
<button class="butn">
<span class="button-content">GET LINK HERE</span>
</button>
</a>
</div>
<div class="sub1">
<h4>NDLI</h4>
<a href="https://club.ndl.iitkgp.ac.in/sign-up" target="_blank">
<button class="butn">
<span class="button-content">GET LINK HERE</span>
</button>
</a>
</div>
</main>
<footer>
<div class="foot-bottom">
<p>Copyrights © 2024 </p><br><br>
<p> Maintained By Dept. of Comp. Sci. SSBES ITM Nanded</p> <br><br>
<p>Terms and Conditions, Privavcy Policy</p> <br><br>
</div>
</footer>
</body>
</html>