-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteaching.html
More file actions
90 lines (86 loc) · 3.82 KB
/
Copy pathteaching.html
File metadata and controls
90 lines (86 loc) · 3.82 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Prafullkumar Tale</title>
<meta name="description" content="Prafullkumar's homepage" />
<meta name="author" content="Prafullkumar Tale" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="common.css" media="all">
<link rel="icon" href="images/favicon.ico" type="image/x-icon" sizes="20x20">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=ABeeZee' rel='stylesheet' type='text/css' />
<link href='https://fonts.googleapis.com/css?family=Enriqueta' rel='stylesheet' type='text/css' />
</head>
<body>
<div class="container">
<!-- Header section starts -->
<div class="header-section">
<div>
<div>
<h1><a href="index.html">Prafullkumar Tale</a></h1>
</div>
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="experience.html">Experiences</a></li>
<li class="active"><a href="teaching.html">Teaching</a></li>
<li><a href="students.html">Students</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="misc.html">Misc</a></li>
</ul>
</div>
</nav>
</div>
<!-- Header section ends -->
<!-- Main content starts -->
<div class="experience">
<hr/>
<div>
<h3> Graph Theory (2026 Aug) <a class="right-link" href="./2026-08-GT.html" target="_blank"> Website</a> </h3>
</div>
<hr/>
<div>
<h3> Combinatorial Optimization (2026 Jan) <a class="right-link" href="./2026-01-CO.html" target="_blank"> Website</a> </h3>
</div>
<hr/>
<div>
<h3> Numerical Analysis (2025 Aug) <a class="right-link" href="2025-08-NA.html" target="_blank"> Website</a> </h3>
</div>
<hr/>
<div>
<h3> Competitive Programming (2025 Jan) <a class="right-link" href="2025-01-CP.html" target="_blank"> Website</a> </h3>
</div>
<hr/>
<div>
<h3> Computer Organization (2024 Aug) <a class="right-link" href="2024-08-CO.html" target="_blank"> Website</a> </h3>
</div>
<hr/>
<div>
<h3> Data Structures and Algorithm (2024 Jan) <a class="right-link" href="2024-01-DSA.html" target="_blank"> Website</a> </h3>
</div>
<hr/>
<div>
<h3> Mathematics of Network Algorithm (2023 Aug) <a class="right-link" href="2023-08-math-of-net-algo.html" target="_blank"> Website</a> </h3>
</div>
<hr/>
<div>
<h3> Algorithms (2024 Jan) </h3>
</div>
<hr/>
</div>
<!-- Main content ends -->
<!-- Footer section -->
<footer>
<div class="container-fluid">
<p class="copyright text-muted">Copyright © Prafullkumar Tale</p>
</div>
</footer>
</div>
</body>
</html>