-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbiography.html
More file actions
66 lines (66 loc) · 4.18 KB
/
biography.html
File metadata and controls
66 lines (66 loc) · 4.18 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
<!DOCTYPE html>
<html>
<head>
<title>Sri Bhat - Biography</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<script src="js/bootstrap.min.js" type="text/javascript"></script>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#topbar"
aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<p class="navbar-brand">Sri Bhat</p>
</div>
<div class="collapse navbar-collapse" id="topbar">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="biography.html">Biography</a></li>
<li><a href="resume-sample-works.html">Resume and Sample Works</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="img/my-picture.jpg" alt="A picture of me" height="650" width="350"></img>
<center><h4>Sri Bhat</h4></center>
</div>
<div class="col-md-8">
<h3>Educational Background</h3>
<p>I attend the Georgia Institute of Technology in Atlanta, GA. I am currently working towards a Bachelor's
Degree in Computer Science. I plan to take Information Internetworks and Systems and Architecture as
my Threads for the degree. I am also a part of the Georgia Tech Honors Program.</p>
<h3>Personal and Professional Interests</h3>
<p>Personally, I like to relax and read books and the news in my spare time. I also like to take walks outside.
Professionally, I would like to learn new skills while bettering the ones I already have. Putting my skills
to use in the workforce would help me learn more about myself.</p>
<h3>Skills</h3>
<p>I know the Java, C, and PHP programming languages. I also have some basic knowledge of Python and C#. I also
know HTML, CSS, and some JavaScript for web development purposes. I have three certifications from Microsoft -
Microsoft Office Specialist in PowerPoint 2013, Microsoft Technology Associate in Software Development
Fundamentals, and Microsoft Technology Associate in Database Administration Fundamentals.</p>
<h3>Involvement</h3>
<p>I have volunteered in the community over the past four years at nonprofit organizations like Medshare
International and Books for Africa. The former repackages good medical supplies that were disposed of in
order to send them to places that need them, while the latter finds good quality literature to send to
places in Africa that need it. I plan to continue volunteering while at Georgia Tech.</p>
<h3>Goals</h3>
<p>For the next four years, I plan to finish my Bachelor's Degree in Computer Science. After I graduate, I
might decide to continue on to pursue a Master's Degree in Computer Science. Whether I do so depends upon
the economic situation and if it would help me with career prospects. Alternatively, I might go into
software development/software engineering directly after graduation and see where that takes me.</p>
</div>
</div>
</div>
</body>
</html>