-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfifthSemEee.html
124 lines (103 loc) · 4.03 KB
/
fifthSemEee.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
<!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> FIFTH SEM EEE NOTES</h2>
</section>
<Section class="one-half" id="first">
<h2>MANAGEMENT & ENTERPRENEURSHIP(15EE51) </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>MICROCONTROLLER<BR>(15EE52)</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>POWER ELECTRONICS<BR>(15EE53)</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>SIGNALS & SYSTEMS<BR>(15EE54)</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>
<!---End of Double Column-->
<!---Start Single Column--->
<section id="smiley">
<h2><a href="https://drive.google.com/open?id=1P_pgwaTeqJKaQ8PyLeHvBQL2sW5MFLl1">FIFTH SEM EEE SYLLABUS</a></h2>
</section>
<!----End Single Column--->
<!---Start Single Column--->
<section id="smiley">
<h2>FIFTH SEM EEE QUESTION BANK</h2>
</section>
<!----End Single Column--->
<Section class="one-half" id="first">
<h2>MANAGEMENT & ENTREPRENEURSHIP(15EE51)</h2>
</section>
<section class="one-half"id="Second">
<h2>MICROCONTROLLER<BR>(15EE52)</h2>
</section>
<section class="one-half"id="Second">
<h2>POWER ELECTRONICS<br>(15EE53)</h2>
</section>
<Section class="one-half" id="first">
<h2>SIGNALS & SYSTEMS<br>(15EE54)</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>