Skip to content

Commit 2e032dc

Browse files
authored
Update index.html
1 parent adfa6c1 commit 2e032dc

File tree

1 file changed

+0
-93
lines changed

1 file changed

+0
-93
lines changed

index.html

-93
Original file line numberDiff line numberDiff line change
@@ -1,94 +1 @@
1-
<html>
2-
<head>
3-
<style type="text/css">
4-
.page-style {
5-
background-color: 1c1c1c;
6-
margin-bottom: 0;
7-
margin-left: 0;
8-
margin-right: 0;
9-
margin-top: 0;
10-
}
111

12-
.heading {
13-
font-size: 54px;
14-
font-family: serif;
15-
color: darkgrey;
16-
text-align: center;
17-
margin-top: 2%;
18-
margin-bottom: 2%;
19-
font-weight: normal;
20-
}
21-
22-
.link {
23-
margin-left: 1%;
24-
font-size: 20px;
25-
font-family: cursive;
26-
color: darkgrey;
27-
text-decoration: none;
28-
}
29-
30-
p:first-letter {
31-
padding-left: 10%;
32-
}
33-
34-
35-
</style>
36-
<script> //Google analytics script to track the website usage.
37-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
38-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
39-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
40-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
41-
42-
ga('create', 'UA-85851410-2', 'auto');
43-
ga('send', 'pageview');
44-
45-
</script>
46-
</head>
47-
48-
<body class="page-style">
49-
<h1 class="heading">Bhuvaneswaran.G</h1>
50-
<div>
51-
<div style="width:65%; margin-left:1%; float:left;">
52-
53-
<div style="width:31%; float:left">
54-
<img style="height:250px; border-radius:124px" src="images/profile.jpg">
55-
<br/>
56-
<p class="link" style="margin-left:4%; color:azure">Social Networks</p>
57-
<div class="link" style="margin-top:7%; margin-left:5%">
58-
<ul style="list-style-type:disc">
59-
<li>
60-
<a class="link" href="https://github.com/navbhu">GitHub</a>
61-
</li>
62-
<br/>
63-
<li>
64-
<a class="link" href="https://www.linkedin.com/in/bhuvanes">LinkedIn</a>
65-
</li>
66-
<br/>
67-
<li>
68-
<a class="link" href="https://twitter.com/bhuvaneswaran_g">Twitter</a>
69-
</li>
70-
</ul>
71-
</div>
72-
</div>
73-
74-
<div style="width:68%; margin-right:1%; float:left; font-size: 17px; font-family: cursive; color: darkgrey;">
75-
<p>Hi there, I'm buvi. I was born and brought up in a land famous for it's sandalwood, Sathyamangalam, TamilNadu. I did my schooling there. I have done my engineering in Amrita School of Engineering, Coimbatore.
76-
</p>
77-
<p>After my UG I joined Zoho, where I have been working as a software developer for the past 6 years. During my time at Zoho I have developed an app that converts HTML to PDF/Image using Wkhtmltopdf and Slimerjs. The app currently converts 10 million HTMLs to PDF/Image per month and growing. I have also developed an app to mirror data from one Kafka Cluster to another. Currently I’m working with Kafka.
78-
</p>
79-
80-
<p>I'm also involved in recruitment for my team. I have helped modernize the questionnaire and I have also conducted interviews in various colleges across TamilNadu.
81-
</p>
82-
83-
<p>Apart from this one of my favorite hobby is to watch movies. I don't limit it to Tamil (mother tongue) and English, I love watching foreign language movies like Korean, Japanese to name a few. I also like to read Tamil literatures, Ponniyin Selvan by Kalki is one of my favourites.
84-
</p>
85-
</div>
86-
87-
</div>
88-
89-
<div style="width:31%; margin-left:1%; margin-right:1%; float:left;">
90-
<a class="twitter-timeline" data-width="100%" data-height="80%" data-theme="dark" data-link-color="blue" data-chrome="noheader nofooter noborders transparent" data-related="twitterapi,twitter" data-aria-polite="assertive" href="https://twitter.com/bhuvaneswaran_g">Tweets by bhuvaneswaran_g</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
91-
</div>
92-
</div>
93-
</body>
94-
</html>

0 commit comments

Comments
 (0)