forked from ithebk/ithebk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·132 lines (106 loc) · 5.12 KB
/
index.html
File metadata and controls
executable file
·132 lines (106 loc) · 5.12 KB
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
<!DOCTYPE html>
<html>
<head>
<title>ITheBK • Bharath Kumar</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Software Engineer | Android Engineer in Bengaluru, India">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.pink-red.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script>
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
var utm_src = getParameterByName('utm_src');
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67506307-3', 'auto');
ga('set', 'campaignName', 'mygrandcampaign');
if(utm_src=="fb"||utm_src=="twitter"||utm_src=="insta"||utm_src=="ox"||utm_src=="gplus"||utm_src=="linkedin"||utm_src=="abtme"){
ga('set', 'campaignSource', utm_src);
ga('set', 'campaignMedium', 'cpc');
}
ga('send', 'pageview');
function handleLinkClicks(event,category) {
ga('send', 'event', {
eventCategory: category,
eventAction: 'click',
eventLabel: event.target.href,
transport: 'beacon'
});
}
</script>
</head>
<body>
<div class = "prof-box">
<img src="images/prof.png" id="profile-pic" class = "prof-pic">
<h1>Bharath Kumar</h1>
<h5>Android Engineer at Autoninja | Grad CSE at PESIT</h5>
<h6>
As a Android engineer in a startup called <a target="_blank" href="http://www.autoninja.net" onclick="handleLinkClicks(this,'autoninja');" style="color:#303030">Autoninja</a> developed B2B app called <b>Sales CRM</b> from scratch, took ownership for the architecture of the app. App empowers sales in Car Dealership.<br/>
Published an Notepad app when I was in my Engineering (Aug 2015).
Recently published an app called <b>Easy Do</b> app for android, which helps to make daily tasks easier.<br/>
<b>Programming Languages :</b><br/>
Java - 1.5+ Years of Experience in Software Industry<br/>
C, Javascript, PHP, Python - Academic knowledge<br/>
<b>Databases :</b><br/>
Relational Database, Realm, MongoDB<br/>
<b>Android App Development / 2.5+ Years in Development :</b><br/>
>Realm Database, Retrofit, Otto, Data Binding.<br/>
>Custom UI Development<br/>
>Basics in Kotlin, MVP, RxAndroid.<br/>
>Basics in NDK
</h6>
<div class="line-break"></div>
<h5>Projects</h5>
<div class="mdl-grid center-items" id="div_card_parent" align="center">
<div class="mdl-spinner mdl-js-spinner is-active" id="loader"></div>
</div>
<br/>
<div class="line-break"></div>
<br/>
<br/>
<footer class="mdl-mini-footer nanna-footer" style="background-color: #eeeeee" >
<div class="mdl-mini-footer--left-section">
<a href="https://www.linkedin.com/in/ithebk" target="_blank" onclick="handleLinkClicks(this,'Linkedin');">
<button class="mdl-button mdl-js-button mdl-button--primary mdl-color-text--blue 800" data-upgraded=",MaterialButton">
linkedin
</button>
</a>
|
<a href="https://stackoverflow.com/users/4491620/bharath-kumar" onclick="handleLinkClicks(this,'Stackoverflow');" target="_blank">
<button class="mdl-button mdl-js-button mdl-button--primary mdl-color-text--orange" data-upgraded=",MaterialButton">
stackoverflow
</button>
</a>
|
<a href="https://github.com/ithebk" target="_blank" onclick="handleLinkClicks(this,'Github');">
<button class="mdl-button mdl-js-button mdl-button--primary mdl-color-text--black" data-upgraded=",MaterialButton">
Github
</button>
</a>
|
<a href="https://www.facebook.com/ithebk" target="_blank" onclick="handleLinkClicks(this,'Facebook');">
<button class="mdl-button mdl-js-button mdl-button--primary mdl-color-text--indigo 900" data-upgraded=",MaterialButton">
Facebook
</button>
</a>
</div>
</footer>
</div>
<script src="https://code.getmdl.io/1.2.1/material.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.7.1/firebase.js"></script>
<script src="js/main.js"></script>
</body>
</html>