-
Notifications
You must be signed in to change notification settings - Fork 0
/
acads.html
146 lines (135 loc) · 4.49 KB
/
acads.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
139
140
141
142
143
144
145
146
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Nikita Jibhkate - Academics</title>
<link rel="icon" href="images/favicon.gif" type="image/x-icon"/>
<!--[if lt IE 9]>
<![endif]-->
<link rel="shortcut icon" href="images/favicon.gif" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
<link rel="stylesheet" type="text/css" href="css/style_2.css"/>
</head>
<body>
<div class="bg">
<!--start container-->
<div id="container">
<!--start header-->
<header>
<!--start logo-->
//<a href="#" id="logo"><img src="images/logo.png" width="180" height="43" alt="logo"/></a>
<!--end logo-->
<!--start menu-->
<nav>
<ul id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="#" class="current">Academics</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!--end menu-->
<!--end header-->
</header>
<!--start intro-->
<section id="intro">
<hgroup>
<h1 class="title"> Courses </h1><br/>
<h2 class="subtitle"> Semester IV (2016) </h2>
<div class="div_l">
<ul class="course_list">
<li>Data Structures</li>
<li>Discrete Mathematical Structures</li>
<li>Object Oriented Programming Java</li>
<li>Database Management System</li>
<li>Business Economics</li>
</ul>
</div>
<div class="div_r">
<ul class="course_list">
<li>Prof. Prachi Patni</li>
<li>Prof. Ghuge</li>
<li>Prof. P V Kulkarni</li>
<li>Prof. Unik Lokhande</li>
<li>Prof. Khushboo</li>
</ul>
</div>
<h2 class="subtitle"> Semester III (2015) </h2>
<div class="div_l">
<ul class="course_list">
<li>Programming Language C </li>
<li>Computer Graphics</li>
<li>Microprocessor and Interfacing</li>
<li>Web Technology</li>
<li>Engineering Mathematics III</li>
<li>Environmental Studies and Science </li>
</ul>
</div>
<div class="div_r">
<ul class="course_list">
<li>Prof. Vrushali Chakkarwar</li>
<li>Prof. Vishal Magar</li>
<li>Prof. Vijayshree A. Injamuri</li>
<li>Prof. Prashant Pathak</li>
<li>Prof. S Atipamulu</li>
<li>Prof. Prakash Wankhede</li>
</ul>
</div>
<h2 class="subtitle"> Semester II (2015) </h2>
<div class="div_l">
<ul class="course_list">
<li>Engineering Mathematics II</li>
<li>Engineering Physics</li>
<li>Basics of Electrical Engineering</li>
<li>Basics of Mechanical Engineering</li>
<li>Communication Skills</li>
</ul>
</div>
<div class="div_r">
<ul class="course_list">
<li>Prof. S Atipamulu</li>
<li>Prof. S B Mote</li>
<li>Prof. S S Mopari</li>
<li>Prof. R K Shrivastava</li>
<li>Prof. Kamal J</li>
</ul>
</div>
<h2 class="subtitle"> Semester I (2014) </h2>
<div class="div_l">
<ul class="course_list">
<li>Engineering Mathematics I</li>
<li>Engineering Chemistry</li>
<li>Engineering Mechanics</li>
<li>Engineering Graphics</li>
<li>Basics of Civil Engineering</li>
</ul>
</div>
<div class="div_r">
<ul class="course_list">
<li>Prof. S Atipamulu</li>
<li>Prof. M P Bhusari</li>
<li>Prof. R S Londhe</li>
<li>Prof. Archana Hazari</li>
<li>Prof. K A Patil</li>
<br>
<br>
</ul>
</div>
</hgroup>
</section>
<!--end intro-->
</div>
<!--end container-->
</div>
<!--end bg-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65519499-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>