-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (90 loc) · 3.69 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<header>
<h1>GURRAM DEEKSHITHA REDDY</h1>
<br>
<br>
<hr class="line">
<p class="title">RESUME</p>
<hr class="line">
</header>
<div class="main-content">
<div class="left-column">
<section class="contact">
<h2>CONTACT</h2>
<ul>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="https://github.com/gurramdikshareddy" target="_blank">GitHub - gurramdikshareddy</a></li>
<li><a href="https://www.linkedin.com/in/gurram-deekshitha-reddy/" target="_blank">LinkedIn - Gurram Deekshitha Reddy</a></li>
</ul>
</section>
<section class="skills">
<h2>SKILLS</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>React.js</li>
<li>Python</li>
<li>Machine Learning</li>
<li>Data Structures</li>
<li>Git</li>
<li>VS Code</li>
<li>SQL</li>
</ul>
</section>
<section class="education">
<h2>EDUCATION</h2>
<p><strong>B-Tech (Artificial Intelligence and Machine Learning)</strong></p>
<p>Teegala Krishna Reddy Engineering College</p>
<p>2022-2026</p>
</section>
</div>
<div class="right-column">
<section class="about">
<h2>ABOUT</h2>
<p>I am an enthusiastic and innovative student pursuing a B.Tech in Artificial Intelligence and Machine Learning. I am passionate about leveraging technology to solve real-world problems and have a strong foundation in programming, data analysis, and machine learning. I am always eager to learn new technologies and collaborate with teams to create impactful solutions. Currently, I am looking for opportunities where I can apply my skills and grow as a tech professional. My goal is to contribute to the development of cutting-edge AI-driven solutions that make a positive impact on society.</p>
</section>
<section class="work-experience">
<h2>WORK EXPERIENCE</h2>
<div class="job">
<h3>Internship</h3>
<p>Next Gen Employability Program – MongoDB</p>
<ul>
<li>Completed an intensive off-campus training program in MongoDB technologies.</li>
<li>Developed strong skills in database design, querying, and performance tuning using MongoDB.</li>
<li>Engaged in practical exercises and collaborative projects to solve real-world data challenges.</li>
</ul>
</div>
</section>
<section class="projects">
<h2>PROJECTS</h2>
<div class="project">
<h3>AI Chatbot for Customer Support</h3>
<p>A conversational AI chatbot developed using natural language processing (NLP) to automate customer support in e-commerce.</p>
</div>
<div class="project">
<h3>Data Analytics Dashboard</h3>
<p>Created an interactive data analytics dashboard using React.js and D3.js to visualize business performance metrics.</p>
</div>
</section>
<section class="certifications">
<h2>CERTIFICATIONS</h2>
<ul>
<li>Udemy - Complete Python Bootcamp</li>
<li>Microsoft Learn - Azure Fundamentals</li>
</ul>
</section>
</div>
</div>
</div>
</body>
</html>