-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (60 loc) · 1.92 KB
/
index.html
File metadata and controls
63 lines (60 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Patshala</title>
</head>
<body>
<!-- <center><h1>Patshala</h1></center> -->
<!-- <img src="https://banner2.cleanpng.com/20180308/usq/kisspng-arecaceae-coconut-tree-leaf-clay-leaves-5aa1bb26cf2908.5976435415205486468485.jpg" alt="Balge logo image"/> -->
<table cellSpacing = "20">
<tr>
<td><img src="resources/logo.jpg" alt="Balge Desing Studios"></td>
<td>
<h1>
<center>Patshala</center>
</h1>
<p><em>
<center>A place to learn things different and better.</center>
</em></p>
</td>
</tr>
</table>
<h1>Balge Design Studios</h1>
<hr>
<h3>What you can expect and what we offer!</h3>
<p>One of the most amazing innovations in online learning over the past few years has been the growth and development of massive open online courses, better known as MOOCs. Generally speaking, MOOCs are college-level courses made available, free of
charge, for unlimited participation by any and all students interested in the subject matter. MOOCs are often offered by highly prestigious colleges and universities like Harvard, Stanford and, most predominantly, MIT, and taught by the same
professors and instructors that teach them on their famous campuses.</p>
<hr>
<ol>
<!-- <ol type="A"> -->
<li><a href="pharmacy.html">Pharmacy</a></li><br>
<li><a href="engineering.html">Engineering</a></li><br>
<li>Management</li>
</ol>
<br>
<table cellSpacing = "20">
<thead>
<tr>
<th>Names</th>
<th>Designations</th>
</tr>
</thead>
<tr>
<td>Mr Bond</td>
<td>Senior Director</td>
</tr>
<tr>
<td>Mr J T</td>
<td>Senior Director</td>
</tr>
<tr>
<td>Mr Balge</td>
<td>Senior Director</td>
</tr>
</table>
<hr>
<p><a href="about.html">About us</a></li><br></p>
</body>
</html>