-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.html
More file actions
94 lines (83 loc) · 3.14 KB
/
info.html
File metadata and controls
94 lines (83 loc) · 3.14 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
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>Aditya</title>
</head>
<body>
<table width="100%" bgcolor="#ffffff" align="center">
<!-- Header -->
<tr bgcolor="#f39c12">
<td align="center">
<font face="Georgia" size="6" color="#ffffff">Welcome to Dr. Jaimin Dave Webpage</font><br>
<font face="Georgia" size="3" color="#ffffff">Employ Id: 07 (Seven)</font>
</td>
</tr>
<!-- Navigation -->
<tr bgcolor="#d3d3d3">
<td align="center">
<font face="Arial" size="2">
<a href="#">Home</a> |
<a href="#"><i>About Us</i></a> |
<a href="#">Services</a> |
<a href="#">Contact</a>
</font>
</td>
</tr>
<!-- Main Content -->
<tr>
<td>
<table width="100%" cellspacing="10" cellpadding="0" border="0">
<tr valign="top">
<!-- Left Column -->
<td width="30%">
<font face="Arial" size="3"><b>Latest News:</b></font>
<ol>
<li><font size="2">New Admissions 2024</font></li>
<li><font size="2">Annual Cultural Event<br>30 Sept - 5 Oct 2024</font></li>
<li><font size="2">Seminar on AI - 15th Oct</font></li>
</ol>
</td>
<!-- Middle Column -->
<td width="45%">
<font face="Arial" size="3"><b>About Our Institute</b></font>
<p><font size="2">
At Government MCA College, Maninagar, we provide high quality education in the field of Computer Applications.
Our experienced faculties, and Principal Dr. Chetan B. Bhatt, are dedicated to imparting practical and theoretical knowledge.
</font></p>
<font face="Arial" size="3"><b>Our Mission</b></font>
<p><font size="2">
We aim to produce skilled professionals who excel in their respective fields. With state-of-the-art infrastructure
and innovative teaching methods, we strive for academic excellence.
</font></p>
<font face="Arial" size="3"><b>Contact Us</b></font>
<table cellspacing="5" cellpadding="3" border="0">
<tr><td align="right">Name:</td><td><input type="text" size="28"></td></tr>
<tr><td align="right">Email:</td><td><input type="text" size="28"></td></tr>
<tr><td align="right" valign="top">Message:</td><td><textarea rows="4" cols="30"></textarea></td></tr>
<tr><td></td><td><input type="submit" value="Submit"></td></tr>
</table>
</td>
<!-- Right Column -->
<td width="25%">
<font face="Arial" size="3"><b>Important Links:</b></font>
<ul>
<li><font size="2"><a href="#">NPTEL</a></font></li>
<li><font size="2"><a href="#">UGC</a></font></li>
<li><font size="2"><a href="#">AICTE</a></font></li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
<!-- Footer -->
<tr bgcolor="#2ecc71">
<td align="center">
<font face="Arial" size="2" color="#ffffff">
© 2014 Government MCA College, Maninagar. All Rights Reserved
</font>
</td>
</tr>
</table>
</body>
</html>