-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsixthSem.html
104 lines (93 loc) · 3.53 KB
/
sixthSem.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
<!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--->
<!---Start Single Column--->
<section id="smiley1">
<h2> SIXTH SEM </h2>
</section>
<!----End Single Column--->
<section class="inner-wrapper-3">
<section class="one-third" id="google">
<td><i ><img src="img/mac.png"></i></td>
<a href="sixthSemCse.html"> <h3>CSE</h3></a>
</section>
<section class="one-third" id="marketing">
<td><i ><img src="img/laptop.png"></i></td>
<a href="sixthSemIs.html"> <h3>ISE</h3></a>
</section>
<section class="one-third" id="customers">
<td><i ><img src="img/gears.png"></i></td>
<a href="sixthSemMech.html"><h3>MECH</h3></a>
</section>
<section class="inner-wrapper-3">
<section class="one-third" id="marketing">
<td><i ><img src="img/building.png"></i></td>
<a href="sixthSemCivil.html"><h3>CIVIL</h3></a>
</section>
<section class="one-third" id="customers">
<td><i ><img src="img/ic.png"></i></td>
<a href="sixthSemEce.html"><h3>ECE</h3></a>
</section>
<section class="one-third" id="google">
<td><i ><img src="img/circuit.png"></i></td>
<a href="sixthSemEee.html"><h3>EEE</h3></a>
</section>
</section>
<!---end of main two column section--->
<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<br>
<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>