-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththirdSemCivil.html
134 lines (106 loc) · 4.26 KB
/
thirdSemCivil.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
<!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 CIVIL NOTES</h2>
</section>
<Section class="one-half" id="first">
<h2>STRENGTH OF MATERIALS(15CV32)</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>FLUID MECHANICS<br>(15CV33)</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>BASIC SURVEYING <br>(15CV34)</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>ENGINEERING GEOLOGY<br> (15CV35)</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>BUILDING MATERIAL & CONSTRUCTION (15CV36)</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 CIVIL <br>SYLLABUS</h2><br><br>
<a href="https://drive.google.com/open?id=1EnCVPhLttFokgH5MUNs_JAqwSR9AeRy3"><br>SYLLABUS</a>
</section>
<!---End of Double Column-->
<!---Start Single Column--->
<section id="smiley">
<h2>THIRD SEM CIVIL QUESTION BANK</h2>
</section>
<!----End Single Column--->
<Section class="one-half" id="first">
<h2>STRENGTH OF MATERIALS(15CV32)</h2>
</section>
<section class="one-half"id="Second">
<h2>BUILDING MATERIAL & CONSTRUCTION (15CV36)</h2>
</section>
<section class="one-half"id="Second">
<h2>BASIC SURVEYING (15CV34)<br>FLUID MECHANICS(15CV33)</h2>
</section>
<Section class="one-half" id="first">
<h2>ENGINEERING GEOLOGY (15CV35)<br><br></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>