-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (76 loc) · 3.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Praveen Kumar - Portfolio</title>
<link rel="stylesheet" href="port.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#tech-stack">Tech Stack</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section id="about">
<h1>About Me</h1>
<p>Hello! I'm Praveen ,I am a student passionate about DATA ANALYST. This portfolio highlights my qualifications, experience, and projects. I am dedicated to learning new technologies and applying my knowledge to solve real-world problems.</p>
</section>
<section id="education">
<h2>Education</h2>
<p><strong> I am 2nd year Btech student</strong> - VNR vignana jyothi inistitute of engineering and technology ,bachupally,hyderabad </p>
<p><strong>deploma (computer science engineering)</strong>- TRR polytechnic college ,meerpet , hyderabad </p>
</section>
<section id="experience">
<h2>Experience</h2>
<div class="experience-item">
<h3>Industrial training</h3>
<p><strong>IndusTech solutions private limited</strong> - I trained for 6 months and i Build a project</p>
<p></p>
</div>
</section>
<section id="tech-stack">
<h2>Tech Stack</h2>
<ul>
<li><strong>Programming Languages:</strong> Python, DSA , Java</li>
<li><strong>Frameworks & Libraries:</strong> React, Node.js, Django</li>
<li><strong>Tools & Technologies:</strong> Git, Docker, SQL</li>
<li><strong>Software: </strong>Adobe Photoshop, Microsoft Office</li>
</ul>
</section>
<section id="projects">
<h2>Projects</h2>
<div class="project">
<h3>recomandation system</h3>
<p>Description:Creating a recommendation system involves building an algorithm or model to suggest products, services, or content based on user preferences and behaviors. </p>
<p><strong>Technologies Used:</strong> python, pandas </p>
<a href="#" class="btn">View Project</a>
</div>
<div class="project">
<h3> exploit development using metasploit</h3>
<p>Description:Creating a recommendation system involves building an algorithm or model to suggest products, services, or content based on user preferences and behaviors. </p>
<p><strong>Technologies Used:</strong> shell coding ,kali lenux and metasploit software</p>
<a href="#" class="btn">View Project</a>
</div>
<!-- Add more projects as needed -->
</section>
<section id="contact">
<h2>Contact</h2>
<p>If you have any questions or would like to discuss opportunities, feel free to reach out!</p>
<form>
<label for="name">Name:praveeen</label>
<label for="email">Email:[email protected]</label>
</section>
<footer>
<p>© 2024 Praveen </p>
</footer>
<script src="script.js"></script>
</body>
</html>