-
Notifications
You must be signed in to change notification settings - Fork 0
/
painting1.html
49 lines (49 loc) · 1.81 KB
/
painting1.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
<html>
<head>
<style>
h1 {
color:crimson;
}
p.ex1 {
font-size:20pt;
color:darkmagenta;
}
p.ex2 {
font-size:20pt;
color:darkmagenta
}
p.ex3 {
font-size:20pt;
color:darkmagenta;
}
</style>
<title>
Painting Club
</title>
<h1>Painting CLUB</h1>
</head>
<body>
<p>At SVECW the late bloomer, Painting Club, has been blooming luxuriously with many activities from 9th July 2012. Painting is a creative art. Basically it is an innate skill and some children at a very early age are found to be good at drawing pictures and painting things around them. If parents can identify and nurture their interest, he or she will become a good painter.
Painting Club aims at encouraging the new talents by identifying students with a zeal. At SVECW, many amateur painters are encouraged to participate in various competitions. Their paintings are exhibited in the campus in various special occasions. Students, being a part of Painting Club utilize every opportunity to fine tune their creative skills.</p>
<p class="ex1">PAST EVENTS
<div>Paint it out on 20th january 2021.<br>Colourful Day on 16th november 2022.<br>Vintage Art on 22nd march 2022.
<br></div>
</p>
<p class="ex2">STUDENT COORDINATORS LIST
<table border=5>
<tr><td>Name</td><td>Branch</td><td>Year</td><td>Phone number</td></tr>
<tr><td>P.Harika</td><td>IT</td><td>II</td><td>9754546501</td></tr>
<tr><td>P.Sravani</td><td>ECE</td><td>II</td><td>8365372725</td></tr>
<tr><td>S.Blessy Saroja</td><td>CSE</td><td>II</td><td>7035673433</td></tr>
<tr><td>Sk.Asma</td><td>EEE</td><td>II</td><td>8645747381</td></tr>
</table>
</p>
<p class="ex3">FACULTY COORDINATORS LIST
<table border=5>
<tr><td>Faculty name</td><td>Department</td><td>Phone Number</td></tr>
<tr><td>Ratnakanth</td><td>IT</td><td>9767902341</td></tr>
<tr><td>Dileep Kumar</td><td>CSE</td><td>9874314365</td></tr>
</table>
</p>
</body>
</html>