-
Notifications
You must be signed in to change notification settings - Fork 0
/
page turners1.html
47 lines (47 loc) · 1.96 KB
/
page turners1.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
<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>
page turners club
</title>
<h1>page turners CLUB</h1>
</head>
<body>
<p>It is a reading club for enthusiastic booklovers. The college has acquired many fiction and nonfiction books based on the students’ interest. Events are conducted periodically to encourage a competitive spirit.</p>
<p class="ex1">PAST EVENTS
<div>"The Ministry for the Future" event was organised on 15th September 2021.<br>"8 Billion and Counting: How Sex, Death, and Migration Shape Our World" meeting was organised on 25th April 2022.<br>"The Book of Hope" event was held on 30th July 2022.<br>
<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>7865765348</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>