-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbaseera.html
92 lines (58 loc) · 2.25 KB
/
baseera.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>BASEERA</title>
<link href="css/myStyle.css" rel="styleSheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="wrapper">
<a href="index.html" class="btn" ><i class="fa fa-home"></i></a>
<header>
<h1>School of Computer Science</h1>
<h3>Vellore Institue Of technology,Bhopal</h3>
</header>
<div class="intro">
<div class="personalInfo">
<img src="photos/baseera.png" alt="Profile Picture">
<div>
<h1> Dr.BASEERA.A</h1>
<h3>Assistant Professor Senior Grade 2</h3>
<hr class="line">
<a href="tel:96989 606678">96989 60667</a>
<a href="mailto:[email protected]">[email protected]</a>
<h3><small>Cabin no- G-01[AB]</small></h3>
</div>
</div>
</div>
<div class="options">
<ul>
<li><a href="#invisible1" onclick = "showtiming()"><h3>timing</h3></a></li>
</div>
<div class="additional">
</div>
<div class="sect">
<section id="invisible1" class="timing" >
<h3>Research</h3>
<ul>
<li>free time-</li>
<li>Modeling and simulation of agents ( Virtual agents)</li>
<li>(Serious) games</li>
<li>Banking applications</li>
</ul>
</section>
</div>
<footer>
<ul>
<li>[VITB]</li>
<li> [CSE]</li>
<li>[FACULTY] </li>
<li>[TIMESLOTS]</li>
</ul>
<p>Copyright©pratham 2022
</p>
</footer>
</div>
<script src="viewScript.js"></script>
</body>
</html>