-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (44 loc) · 1.54 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
<style>
.container {
width: 100x;
height: 100px;
}
.container img {
width: 10%;
height: auto;
}
.first{
width: 10x;
height: 100px;
float: left;
}
.second{
width: 10x;
height: 100px;
float: right;
}
</style>
<html>
<div style="float: center;">
<img src="1619095_449209568540865_1296955853_n.jpg" style="width: 50;height: auto;">
</div>
<div class=container>
<div class="first">
<h1>About me</h1>
<p>My name is Rahul. I am CS major at UMass amherst. I enjoy playing on my nintendo, reading, going to the gym, and doing my 326 labs.</p>
</div>
<div class="second">
<h1>Projects and Experiences</h1>
<h2>Internship at Cerner Systems
</h2>
<p>Worked on creating voice-based data entry electronic health record software to capture information singularly through patient-doctor interaction. Built two parallel applications, one using Cerner Intelligence (speech to text API) and another using Google Assistant SDK.</p>
<h2>Internship at ShieldSquare</h2>
<p>Responsible for creating and using web-scraping software to test the protective services provided by ShieldSquare and compare with similar offerings from competitors. The internship included data collection and analysis to test the vulnerabilities of web services. </p>
</div>
<div>
<h1>Links:</h1>
<p>https://www.linkedin.com/in/rahul-alluri-a17a42b4/</p>
<p>https://www.github.com/ralluri-sudo</p>
</div>
</div>
</html>