-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (98 loc) · 3.87 KB
/
index.html
File metadata and controls
99 lines (98 loc) · 3.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Description" content="Fullstack Developer">
<meta name="keywords" content="developer,front end,back end">
<meta name="author" content="m.prathap">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fullstack Developer& Student</title>
<link rel="stylesheet" href="Navbar.css">
</head>
<body>
<header>
<img src="/surendra.jpeg" alt="surendra" width="100"height="100">
<h1>Jinugu Surendra Reddy</h1>
<p><strong>Fullstack Developer | Student</strong></p>
<p>Kadapa, Andhra Pradesh, India</p>
<p>surendrajinugu91@gmail.com, Ph: 9182094184</p>
</header>
<nav>
<div>
<a href="#Profile">Profile</a>
<a href="#Skills">Skills</a>
<a href="#Experience">Experience</a>
<a href="#Projects">Projects</a>
<a href="#Certifications">Certifications</a>
<a href="#Contact">Contact</a>
</div>
</nav>
<main>
<section id="Profile">
<h2>Professional Profile</h2>
<article>
<p>
<strong>Jinugu Surendra Redddy</strong> is a <mark>Fullstack Developer</mark> with over <b>2+ years</b> of experience.
</p>
<p>Experineced in development and some platforms
<abbr title="Amazon Web Services">AWS</abbr>,ServiceNow,Snowflake.</p>
<blockquote>"Fullstack development is not just a development, it's about trust in development"</blockquote>
</article>
</section>
<section id="Skills">
<h2>Technical Skills</h2>
<h3>Core Technologies</h3>
<ol>
<li>SQL</li>
<li>ServiceNow</li>
<li>Snowflake data cloud</li>
</ol>
<h3>Programming Languages</h3>
<ul>
<li>Java</li>
<li>Python</li>
<li>HTMl CSS</li>
<li>Javascript</li>
</ul>
<h3>Skill Definitions</h3>
<dl>
<dt>Fullstack development</dt>
<dd>Designing and Development the websites and apps</dd>
<dt>ETL</dt>
<dd>Extract, Transforms, and Load process for analytics</dd>
</dl>
</section>
<section id="Experience">
<h2>Work Experience</h2>
<p>Intern at Infosys</p>
</section>
<section id="Projects">
<h2>Projects</h2>
<h3>Online chat support portal </h3>
<ul>
<li> The <strong>Online Chat Support Portal</strong> is a web-based platform that allows users to communicate with support agents
in real time. It provides instant messaging, quick responses to queries, and a user-friendly interface for both
customers and support staff. It helps businesses handle customer issues faster, improves communication
efficiency, and ensures better customer satisfaction.</li>
<li><strong>Technology Used:</strong> PYTHON, HTML, CSS </li>
<li><strong>Key Features:</strong> Real-time messaging, Message history</li>
</ul>
</section>
<section id="Certifications">
<h2>Certifications</h2>
<ul>
<li> Python course Certificate — PrepInsta</li>
<li> Dsa using c — PrepInsta</li>
<li>Object Oriented Programming using Python — Infosys</li>
</ul>
</section>
<section id="Contact">
<h2>Contact</h2>
<ul>
<li>Phone: 9182094184</li>
<li>Email: surendrajinugu91@gmail.com</li>
</ul>
</section>
</main>
</body>
</html>