-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththirdSemECE.html
138 lines (109 loc) · 4.33 KB
/
thirdSemECE.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>VTU NOTES HUB</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link href="css/font-awesome.min.css" rel="stylesheet"/>
<link rel="shortcut icon" type="image/png" href="img/VNH.png"/>
</head>
<body>
<header>
<div id="header-inner">
<a href="index.html" id="logo"></a>
<nav>
<a href="#" id="menu-icon"></a>
<ul>
<li><a href="index.html" class="current">HOME</a></li>
<li><a href="about.html" >ABOUT</a></li>
<li><a href="contact.html" >CONTACT</a></li>
<li><a href="formpage.html">FEEDBACK</a></li>
<li><a href="updates.html">UPDATES</a></li>
</ul>
</nav>
</div>
</header>
<!---End Header--->
<section id="smiley1">
<h2> THIRD SEM ECE NOTES</h2>
</section>
<Section class="one-half" id="first">
<h2>ANALOG ELECTRONICS(17EC32)</h2>
<a><br>MODULE-1</a><br><a>MODULE-2</a><br><a>MODULE-3</a><br><a>MODULE-4</a><br><a>MODULE-5</a>
</section>
<section class="one-half"id="Second">
<h2>DIGITAL ELECTRONICS(17EC33)</h2>
<a><br>MODULE-1</a><br><a>MODULE-2</a><br><a>MODULE-3</a><br><a>MODULE-4</a><br><a>MODULE-5</a>
</section>
<section class="one-half"id="Second">
<h2>NETWORK ANALYSIS<br>(17EC34)</h2>
<a><br>MODULE-1</a><br><a>MODULE-2</a><br><a>MODULE-3</a><br><a>MODULE-4</a><br><a>MODULE-5</a>
</section>
<Section class="one-half" id="first">
<h2>ELECTRONIC INSTRUMENT(17EC35)</h2>
<a href="#"><br>MODULE-1</a><br><a>MODULE-2</a><br><a>MODULE-3</a><br><a>MODULE-4</a><br><a>MODULE-5<br></a>
</section>
<section class="one-half"id="first">
<h2>ENGINEERING ELECTROMAGNETICS(17EC36)</h2>
<a><br>MODULE-1</a><br><a>MODULE-2</a><br><a>MODULE-3</a><br><a>MODULE-4</a><br><a>MODULE-5</a>
</section>
<Section class="one-half" id="Second">
<h2>THIRD SEM ECE <br>SYLLABUS<br></h2>
<a href="https://drive.google.com/open?id=1YcaxnZ-AUXu5MM-28gk_kiwfi_9bWbEX"><br><br><br>SYLLABUS<br><br><br></a>
</section>
<!---End of Double Column-->
<!---Start Single Column--->
<section id="smiley">
<h2>THIRD SEM ECE QUESTION BANK</h2>
</section>
<!----End Single Column--->
<Section class="one-half" id="first">
<h2>ANALOG ELECTRONICS<br>(17EC32)</h2>
</section>
<section class="one-half"id="Second">
<h2>DIGITAL ELECTRONICS<br>(17EC33)</h2>
</section>
<section class="one-half"id="Second">
<h2>NETWORK ANALYSIS<br>(17EC34)</h2>
</section>
<section class="one-half"id="first">
<h2>ELECTRONIC INSTEUMENTATION(15EC35)</h2>
</section>
<Section class="one-half" id="first">
<h2>ENGINEERING ELECTROMAGNETICS(15EC36)</h2>
</section>
<!---End of Double Column-->
<section class="inner-wrapper-3">
<section class="one-third" id="google">
<h3>CIRCULARS</h3>
<p>All updates and notification of VTU<br>
<a href="http://vtu.ac.in/exams-circulars-notifications/">VTU NOTIFICATIONS</a></p>
</section>
<section class="one-third" id="marketing">
<h3>RESULT</h3>
<p>with result get both vtu and class rank<br>
<a href="http://results.vtuconnect.in/vtu-results/index.php">CLASS RANK</a></p>
</section>
<section class="one-third" id="customers">
<h3>SGPA CALCULATOR</h3>
<p>Calculate SGPA with grade/marks
<a href="https://www.injntu.com/updates/sgpa-calculator-semester-grade-point-average-704">SGPA CALCULATOR</a></p>
</section>
</section>
<!--END OF THREE COLUMN-------------->
<footer>
<ul class="social">
<li><a href="https://www.facebook.com/vtunoteshub/?modal=admin_todo_tour" target=""_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://plus.google.com/u/0/111550291883280816756" ><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://twitter.com/vtunoteshub" target=""_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCfd0aaWLJ7NuaO8BPl5GLWA" target=""_blank"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://www.instagram.com/vtunoteshub/" target=""_blank"><i class="fa fa-instagram"></i></a></li>
</ul>
</footer>
<!---End Footer Section--->
<footer class="second">
<p>©:GetWays Solution</p>
</footer>
<!---End Second Footer Section--->
</body>
</html>