-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
301 lines (224 loc) · 12 KB
/
index.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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>anandhu.co.in | Porfolio</title>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">
<link rel="stylesheet" rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body onload="showSite()">
<!-- Need to fix the spinner when loading site -->
<!-- <img class="loading" src="./spinner2.gif" alt=""> -->
<div class="dev-message">
warning : work in progress, please expect issues with mobile responsiveness
</div>
<div class="main-nav">
<div class="container">
<div class="logo">
<!-- <div class="my-photo"></div> -->
<a class="logo" href="#introduction">Personal Portfolio</a>
</div>
<div class="topnav-right">
<a href="#introduction">About</a>
<a href="#chatbotsection">Chatbot</a>
<a href="#timelinesection">Timeline/Skills</a>
<a href="#certificationssection">Badges/Certificates</a>
<a href="#contactsection">Contact</a>
</div>
</div>
</div>
<section id="introduction" class="introduction">
<div class="container">
<div class="aboutme">
<div class="square">
<h1>Anandhukrishnan V</h1>
<!-- <h3>Software Enginner</h3> -->
<br>
Hey! Thank you for visiting my website. I'm a Software Engineer by profession with around 4 years of experience in IT industry.
I'm currently employed at IBM. I like programming, reading books, gaming and watching Fool Us. I really do not know what else to write here.🙏
<br>
<br>
Favourite Quote :
<br>
“In the end, we'll all become stories.” — Margaret Atwood
</div>
<div class="social-icons">
<a href="https://www.instagram.com/anandhu_n7/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/anandhukrishnanv/" target="_blank" ><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/anandhu-co-in" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="scrolldown">
<a href="#chatbotsection"><i class="fas fa-chevron-down"></i></a>
</div>
</section>
<section id="chatbotsection" class="chatbotsection">
<div class="top">
<!-- <h1>Talk to me</h1> -->
</div>
<div class="middle">
<div class="chatbodetails">
<div class="chatBotIcon" onclick="openChatBot()">
<img src="images/cbico.png" alt="">
</div>
Talk to Me!
<div>Here is my Personal Chatbot!</div><br/>
<small>Use this chatbot to talk to me</small><br/>
<small>Trained with limited data, Please expect some strange responses!</small><br/>
<small>If interested <a href="chatbotreadme.txt">Click here</a> to read more/support this project</small>
</div>
<div class="chatbot">
<div class="chatbottitle">
<div class="title">Talk to Me</div>
<div id="chatreset" class="close" onclick="resetChat()"> Reset </div>
</div>
<div class="chatdisplayArea">
Say hi!
<br/>
<br/>
<br/>
<!-- // WORK IN PROGRESS // -->
<!-- <div class="question">Hello How are you</div>
<div class="answer">Hello How are you</div> -->
</div>
<!-- TYPING DOTS ANIMATION -->
<div class="typing" id="typing-dots">
<!-- <div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div> -->
</div>
<div class="connectionStatus">
<!-- <div class="status connected">Connected</div>
<div class="status disconnected">Disconnected</div> -->
</div>
<form id="chatbotform" onsubmit="return false">
<input type="text" id="askbox" autocomplete="off" placeholder="Say something">
<button id="sendutton" onclick="sendQuestion()">Send</button>
<!-- <button id="sendutton" onclick="sendQuestion()"><i class="fas fa-paper-plane"></i>↵</button> -->
</form>
</div>
</div>
<div class="bottom">
<!-- Experimental features -->
</div>
</section>
<section id="timelinesection" class="timelinesection">
<div class="container">
<div class="timeline">
<ul class="timeline">
<!-- Item 1 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">IBM (2022 - Present)</span>
</div>
<div class="desc">Automation Test Engineer</div>
</div>
</li>
<!-- Item 2 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">EY (2018 - 2022)</span>
</div>
<div class="desc">Quality Assurance Engineer</div>
</div>
</li>
<!-- Item 3 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">University of Kerala (2013 - 17)</span>
</div>
<div class="desc">Graduation in Computer Science & Engineering</div>
</div>
</li>
<!-- Item 3 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">St Geroge's HSS (2003-13)</span>
</div>
<div class="desc">High School/Higher Secondary</div>
</div>
</li>
</ul>
</div>
<div class="skills">
<h1>Skills</h1>
<div class="skillBoxes">
<div class="row1">
<div class="skillbox"><div class="text">Programming</div></div>
<div class="skillbox"><div class="text">Testing</div></div>
<div class="skillbox"><div class="text">Automation</div></div>
</div>
<div class="row2">
<div class="skillbox"><div class="text">DevOps</div></div>
<div class="skillbox"><div class="text">Web Stack</div></div>
<div class="skillbox"><div class="text">Others</div></div>
</div>
</div>
<div class="skillpoints">
Will be populated by javascript
</div>
</div>
</div>
</section>
<section id="certificationssection" class="certificationssection">
<div class="badges">
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="b2bdcff0-ea4b-46d8-9449-b8dd7a946673" data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="0d91594b-fd1a-4e3f-8aa3-80f797c6e388" data-share-badge-host="https://www.credly.com"></div>
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="6327a2ce-bb04-4ffe-8759-4105469c4598" data-share-badge-host="https://www.credly.com"></div>
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="e6318f55-9cab-42ff-94a6-86c4c4d1a35f" data-share-badge-host="https://www.credly.com"></div>
<div class="more"><a href="https://drive.google.com/drive/u/1/folders/1eCBmkDhJRVCumg9Htc__BeCjUpB2WqrZ" target="_blank">See More...</a></div>
</div>
</section>
<section class="contactsection" id="contactsection">
<div class="container">
<div class="contact-description">
<h1>Contact</h1>
<br/>
<div>Use this contact form to send a message</div>
<small>(For immediate responses please email me)</small>
<br/>
Powered by : Firebase
<div class="message-sent-alert">Your message has been sent!</div>
</div>
<form id="contactForm" class="contact-form" autocomplete="off">
<label for="aname">Name</label>
<input type="text" id="name" name="name" placeholder="Your name.." required>
<label for="aemail">Email</label>
<input type="text" id="email" name="email" placeholder="Your email.." required>
<label for="amessage">Message</label>
<textarea id="message" name="message" placeholder="Write something.." style="height:200px" required></textarea>
<input type="submit" value="Submit">
</form>
</div>
</section>
<footer id="footer">
<br/>
<a href="https://github.com/anandhu-co-in" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/anandhukrishnanv/" target="_blank" ><i class="fab fa-linkedin"></i></a>
<a href="https://stackoverflow.com/users/9286924/anandhu?tab=profile" target="_blank"><i class="fab fa-stack-overflow"></i></a>
<a href="https://www.instagram.com/anandhu_n7/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/anandhu03826570" target="_blank"><i class="fab fa-twitter"></i></a>
</footer>
<div class="copyright">
Copyright © 2021, www.anandhu.co.in. All Rights Reserved.
</div>
<!-- <div class="copyright">
This website (including chatbot) is fully designed and developed by me. Please connect with me if you have any questions on the source code
</div> -->
<script src="script.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.3.0/firebase.js"></script>
<script src="firebase.js"></script>
</body>
</html>