-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathashish.html
90 lines (59 loc) · 2.17 KB
/
ashish.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Aashish kumar sahu</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/ashish.png" alt="Profile Picture">
<div>
<h1> Aashish Kumar Sahu</h1>
<h3>Assistant Professor</h3>
<hr class="line">
<a href="tel:7985958960">7985958960</a>
<a href="mailto:[email protected]">[email protected]</a>
<h3><small>Cabin no- B-507[AB]</small></h3>
</div>
</div>
</div>
<div class="options">
<ul>
<li><a href="#invisible1" onclick = "showtiming()"><h3>Timing</h3></a></li>
</ul>
</div>
<div class="additional">
</div>
<div class="sect">
<section id="invisible1" class="timing" >
<h3>Timing</h3>
<ul>
<li> Class Timing - </li>
<li>JAVA - </li>
<li> </li>
<li></li>
<li></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>