-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
211 lines (210 loc) · 8.36 KB
/
about.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<html>
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="style.css" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=yes"
/>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous"
/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<title>About | Sathish</title>
<link rel="icon" type="image/png" href="./assets/logo.jpeg" />
<link rel="apple-touch-icon" href="assets/img/favicon.png" />
<meta name="apple-mobile-web-app-status-bar" content="#FFE1C4" />
<meta name="theme-color" content="#FFE1C4" />
<script src="assets/js/app.js"></script>
<link rel="manifest" href="manifest.json" />
</head>
<body id="index-body" style="overflow-x: hidden">
<div>
<nav class="nav-desk">
<center>
<div class="nav-logo">
<a href="index.html"
><img id="logo" src="assets/img/logo2.png"
/></a>
</div>
<div class="nav-items">
<ul>
<li>
<span class="Current"><a href="about.html" style="text-decoration: line-through">About</a></span>
</li>
<li>
<span><a href="Projects.html">Projects</a></span>
</li>
<li>
<span><a href="Experience.html">Experience</a></span>
</li>
<li>
<span><a href="academy.html">PSA - NPO</a></span>
</li>
<li>
<span><a href="contact.html">Contact</a></span>
</li>
</ul>
</div>
</center>
</nav>
<div
class="animated fadeIn row"
style="width: 100vw; animation-duration: 1.5s"
>
<div class="col-md-6" id="hero-right">
<img id="hero-img" src="undraw_programming_re_kg9v.svg" />
</div>
<div class="col-md-6" id="left-hero">
<h1 class="hero-tag" style="margin-top: 0px">
<span
class="typer"
id="main"
data-words="About Me"
data-delay="100"
data-deleteDelay="1000"
data-loop="1"
style="color: blue !important"
></span>
</h1>
<p class="hero-des">
I'm Er.Sathish from india and Iam a professor who is
passionate in teaching python.
<br />
A qualified educational professional with 10 years of teaching
experience seeking for a position as an assistant professor in a
reputed institution to explore my knowledge for the improvement of
the students which in turn benefits the institution. I look up
myself as a self-motivated individual with strong technical anda
management skill. I am an effective team player with strong
communication and technical skills.
<br />
<br />
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Phone No.
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>+919791406167.</strong>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Email
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>[email protected] </strong>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Address
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>7/4 Rajiv Gandhi Nagar,<br />Housing Unit Road,<br />Civil
Aerodrome Post,<br />641014 Coimbatore,India
</div></strong>
</div>
</div>
</div>
</p>
<script
async
src="https://unpkg.com/[email protected]/typer.js"
></script>
<a href="Projects.html"
><button class="animated bounce delay-4s learn-btn">
My Projects
</button>
</a>
<a href="./assets/sathish-resume.pdf" download
><button class="contact-btn">Download CV</button></a
>
<a href="http://tiny.cc/ProfSathishPublications" target="blank"
><button
class="animated bounce delay-4s learn-btn"
style="width: 50%; margin-top: 20px"
;
>
Publications
</button>
</a>
<div class="social-icons">
<a
target="_blank"
href="https://professor-sathish-academy.business.site/"
><i class="fas fa-laptop"></i
></a>
<a
target="_blank"
href="https://www.facebook.com/ProfessorSathishAcdemy/"
><i class="fab fa-facebook"></i
></a>
<a target="_blank" href="https://twitter.com/ProfSathish"
><i class="fab fa-twitter"></i
></a>
<a target="_blank" href="https://github.com/Professor-Sathish"
><i class="fab fa-github"></i
></a>
<a
target="_blank"
href="https://in.linkedin.com/in/sathish-r-96545313a"
><i class="fab fa-linkedin"></i
></a>
</div>
</div>
</div>
</div>
<div class="menu-wrap">
<input type="checkbox" class="toggler" />
<div class="hamburger">
<div></div>
</div>
<div class="menu">
<div>
<div>
<ul>
<li>
<a href="#" style="text-decoration: line-through">Home</a>
</li>
<li><a class="Current" href="about.html">About</a></li>
<li><a href="Projects.html">Projects</a></li>
<li><a href="Experience.html">Experience</a></li>
<li><a href="./academy.html">PSA - NPO</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>