-
Notifications
You must be signed in to change notification settings - Fork 0
/
Souvik.html
111 lines (110 loc) · 4.33 KB
/
Souvik.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HELLO WORLD</title>
</head>
<style>
.sou a{
text-decoration: none;
float: right;
color: rgb(214, 50, 50)
}
</style>
<body bgcolor="yellowgreen">
<header class="sou">
<a href="Admission.html" target="_blank" rel="noopener noreferrer">
CLICK HERE TO ADMISSION
</a>
</header>
<!-- <center>
WELCOME TO ASANSOL R.K MISSION HIGH SCHOOL
</center>
<hr noshade="40%"> -->
<br><br>
<table border="0" align="center" width="80%" cellspacing="20" cellpadding="20">
<tr bgcolor="tomato">
<th colspan="2">
<font face="sans-serif" color="white" size="5">
<p>
ASANSOL R.K MISSION HIGH SCHOOL
</p>
</font>
<font face="sans-serif" color="yellow">
<p>
NEAR VIVEKANANDA SARANI,ASANSOL-4,PIN:713304
</p>
</font>
</font>
</th>
</tr>
<tr bgcolor="orange">
<td colspan="2">
<font face="sans-serif">
Home|Courses|About Us|Religious|Admission
</font>
</td>
</tr>
<tr bgcolor="maroon">
<td width="30%" valign="top" bgcolor="brown">
<img src="img/Souvikert.jpg" alt="pic not found" width="100%">
<td width="30%" valign="top" align="center">
<font face="sans-serif" color="yellow">
<mark>
Notice
</mark>
<marquee behavior="Scroll" direction="down" height="60%">
<ul>
<li>Admission Is opening For the Session 2021-2022 now</li>
<br>
<li>The Offline Admission is Closed Due to pandemic situation</li>
<br>
<li>The Exam Date Will be announced</li>
</ul>
</marquee>
</font>
</td>
</td>
</tr>
</table>
<table align="center" border="0" width="80%" cellspacing="20" cellpadding="20">
<td width="50%" colspan="2" bgcolor="tomato">
<font face='sans-serif' color="white">
<h1 align="center">
ABOUT US
</h1>
<p align="justify">
Ramakrishna Mission
Ashrama, Asansol is a branch centre of Ramakrishna Math & Ramakrishna Mission, Belur
Math, Howrah. It is working in this coalfield area for more than75 yrs. Since 2003 A
vocational training centre had come into light. It is imparting technical skill to the young
youth. Another wing of VTC has been introduced. It has been declared by National Council for
Vocational Training (N.C.V.T).
Ramakrishna Mission Ashrama, Asansol as a Private Industrial Training
Institute(ITI) with four Trade courses - Electrician, Fitter, Welder(Gas & Electric)
COPA(computer operator and programming assistant) - under Craftsman Training Scheme
(C.T.S.) affiliated to National Council for Vocational Training (N.C.V.T), New Delhi. It is
established in 2019 as an Industrial Training Institute.
</p>
</font>
</td>
<td bgcolor="black">
<img src="img/s.jpg" alt="pic not found" width="100%">
</td>
</table>
<br><br>
<table bgcolor="brown" border="0" width="80%" align="center">
<td colspan="3" align="center">
<font face="sans-serif" color="yellow" size="5px" weight="bold">
<ul>
<li>-:Contact Us:-</li>
<li>Phone no: 8617436231</li>
<li>Email id: [email protected]</li>
</ul>
</font>
</td>
</table>
</body>
</html>