-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstaff.html
148 lines (132 loc) · 6.43 KB
/
staff.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="">
<title>AI & NLP CLUB</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- fontawesome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" />
<!-- Custom styles for this template -->
<link href="style/base.css" rel="stylesheet">
<link href="style/staff.css" rel="stylesheet">
<link rel="stylesheet" href="animations/style/background.css">
</head>
<body class="text-center">
<div class="main-container d-flex h-100 p-3 mx-auto flex-column">
<header class="header">
<div class="inner d-flex flex-row">
<a class="nav-link d-flex flex-row" href="#">
<img class="clg-logo" src="images/club-logo.jpg" width="30" height="30" alt="">
<p class="clg-name m-3 h6">AI & NLP CLUB</p>
</a>
<nav class="navbar navbar-expand-lg mx-auto">
<div class="container-fluid">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="staff.html">Staff</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resources.html">Resources</a>
</li>
</ul>
</div>
</nav>
<a class="nav-link d-flex flex-row" href="#">
<img class="clg-logo" src="images/clg-logo.jpeg" width="30" height="30" alt="">
<p class="clg-name">National Institute of Technology Tiruchirappalli</p>
</a>
</div>
</header>
<main role="main" class="inner main section-staff">
<div class="row">
<div class="mx-auto">
<div class="single-person">
<div class="person-image">
<img class="img-thumbnail img-fluid" src="images/staff/dr_sangeetha.jpg" alt="">
</div>
</div>
</div>
</div>
<h3 class="main-heading">Dr.(Mrs.) S. Sangeetha</h3>
<h5>Staff Advisor</h5>
<p class="lead">
Dr. (Mrs.) S.Sangeetha has obtained her Undergraduate degree in B.Sc. (Computer Science)
from Avinashilingam University, Coimbatore, Postgraduate degree in M.C.A from the
Bharathidasan University, Tiruchirappalli and Ph.D. from National Institute of Technology,
Tiruchirappalli.
She is working as Assistant Professor in the Department of Computer Applications, National
Institute of Technology, Tiruchirappalli, Tamil Nadu, India from 2007 onwards with a great
passion towards teaching and continuous learning. Feedback from students makes
enthusiastic progress in her teaching career.
She started her research career in 2008 and her field of research includes Information
Extraction and Natural Language processing. She has published papers in International
conferences and International Journals. She is a member of Computer Society of India and
Indian Society for Technical Education.
</p>
</main>
<footer class="footer">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fa fa-facebook"></i
></a>
<!-- Twitter -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fa fa-twitter"></i
></a>
<!-- Google -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fa fa-google"></i
></a>
<!-- Instagram -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fa fa-instagram"></i
></a>
<!-- Linkedin -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fa fa-linkedin"></i
></a>
<!-- Github -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fa fa-github"></i
></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3 copyright">
Copyright © 2021, All Right Reserved
<p class="text-center h5"> Made with <i class="fa fa-heart" style="color: red;"></i> from team AI-NLP</p>
</div>
<!-- Copyright -->
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.5/lodash.min.js'></script>
<script src="animations/script/background.js"></script>
</body>
</html>