-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommented_code.txt
More file actions
105 lines (97 loc) · 3.46 KB
/
Copy pathcommented_code.txt
File metadata and controls
105 lines (97 loc) · 3.46 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
<section id="about">
<div class="row section-intro">
<div class="col-twelve">
<h5>About</h5>
<h1>Let me introduce myself.</h1>
<div class="intro-info">
<img src="images/profile.png" alt="Profile Picture" />
<p class="lead">
I'm Nagaraju Jada, a Computer Science graduate from the University
of South Florida, graduating in May 2024. With experience in
Python backend development and cross-platform app development,
I've contributed to projects that enhance user interaction and
leverage Machine Learning. In leadership roles, such as Secretary
at CIENCIA, I've demonstrated strong organizational and
negotiation skills. Proficient in various programming languages
and technologies, I am enthusiastic about joining a dynamic team
to contribute my skills and drive innovation.
</p>
</div>
</div>
</div>
<!-- /section-intro -->
<div class="row about-content">
<div class="col-six tab-full">
<h3>Profile</h3>
<ul class="info-list">
<li>
<strong>Fullname:</strong>
<span>Nagaraju Jada</span>
</li>
<li>
<strong>Birth Date:</strong>
<span>February 4, 1999</span>
</li>
<li>
<strong>Job:</strong>
<span>Python Backend Developer, Software Engineer Intern</span>
</li>
<li>
<strong>Email:</strong>
<span
><a href="mailto:Rajjada001@gmail.com"
>Rajjada001@gmail.com</a
></span
>
</li>
</ul>
<!-- /info-list -->
</div>
<div class="col-six tab-full">
<h3>Skills</h3>
<!-- <p>
Lorem ipsum Qui veniam ut consequat ex ullamco nulla in non ut esse
in magna sint minim officia consectetur nisi commodo ea magna
pariatur nisi cillum.
</p> -->
<ul class="skill-bars">
<li>
<div class="progress percent90"><span>90%</span></div>
<strong>Python</strong>
</li>
<li>
<div class="progress percent85"><span>85%</span></div>
<strong>Java</strong>
</li>
<li>
<div class="progress percent85"><span>85%</span></div>
<strong>Data Analysis</strong>
</li>
<li>
<div class="progress percent95"><span>95%</span></div>
<strong>HTML+CSS+JavaScript</strong>
</li>
<li>
<div class="progress percent70"><span>75%</span></div>
<strong>AWS</strong>
</li>
<li>
<div class="progress percent80"><span>80%</span></div>
<strong>Machine Learning Models</strong>
</li>
</ul>
<!-- /skill-bars -->
</div>
</div>
<div class="row button-section">
<div class="col-twelve">
<a
href="https://drive.google.com/file/d/1sGuwnaf6Zyg-ETYWMNlHOBo6acxIljTk/view?usp=drive_link"
target="_blank"
title="Download CV"
class="button button-primary"
>Download CV</a
>
</div>
</div>
</section>