Newer
Older
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
<!DOCTYPE html>
<html>
<head>
<title>balaji - Curriculum Vitae</title>
<meta name="viewport" content="width=device-width"/>
<meta name="description" content="The Curriculum Vitae of Joe Bloggs."/>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href=bk.css">
<link href='http://fonts.googleapis.com/css?family=Rokkitt:400,700|Lato:400,300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="top">
<div id="cv" class="instaFade">
<div class="mainDetails">
<div id="headshot" class="quickFade">
<img src="balajiimg.jpg" alt="Alan Smith" />
</div>
<div id="name">
<h1 class="quickFade delayTwo">Balaji Bk</h1>
<h2 class="quickFade delayThree">Chip Designer</h2>
</div>
<div id="contactDetails" class="quickFade delayFour">
<ul>
<li>email: <a href="mailto:[email protected]" target="_blank">[email protected]</a></li>
<li>web: <a href="http://www.bloggs.com">www.balajibk.xyz</a></li>
<li>mobile: 7675070853</li>
</ul>
</div>
<div class="clear"></div>
</div>
<div id="mainArea" class="quickFade delayFive">
<section>
<article>
<div class="sectionTitle">
<h1>Personal Info</h1>
</div>
<div class="sectionContent">
<p> my name is balaji and i am living in the anantapur. my hobbies are playing cricket,watching movies,and reading books. i love my parents very much because thaey are helped me to grow up and i have good communication skills i can handle in stress conditions also.</p>
</div>
</article>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Work Experience</h1>
</div>
<div class="sectionContent">
<article>
<h2>Chip Designer</h2>
<p class="subDetails">April 2010 - Present</p>
<p> I am working in the INTELL company since 2010. i have achived more awards in that company and i also got a good name called best chip desiginer of the company and will be more benfitable to them form 2010 to now.</p>
</article>
<article>
<h2>Efforinics</h2>
<p class="subDetails">Janruary 2007 - March 2011</p>
<p>I am working in the Efforiniccs company since 2010. i have achived more awards in that company and i also got a good name called best chip desiginer of the company and will be more benfitable to them form 2007 to 2010</p>
</article>
<article>
<h2>Indian railways</h2>
<p class="subDetails">October 2004 - December 2006</p>
<p>I am working in the INDIAN RAILWAYS company since 2010. i have achived more awards in that company and i also got a good name called best chip desiginer of the company and will be more benfitable to them form 2004 to 2006.</p>
</article>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Key Skills</h1>
</div>
<div class="sectionContent">
<ul class="keySkills">
<li>python</li>
<li>Java</li>
<li> linux</li>
<li> c pogramming</li>
<li> matlab</li>
<li> multisim</li>
</ul>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Education</h1>
</div>
<div class="sectionContent">
<article>
<h2>K L University</h2>
<p class="subDetails">M.Tech</p>
<p> ipsum dolor sit amet, consectetur adipiscing elit. Donec ultricies massa et erat luctus hendrerit. Curabitur non consequat enim.</p>
</article>
<article>
<h2> K L University</h2>
<p class="subDetails">B.Tech</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ultricies massa et erat luctus hendrerit. Curabitur non consequat enim.</p>
</article>
</div>
<div class="clear"></div>
</section>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3753241-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>