-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (57 loc) · 3.64 KB
/
Copy pathindex.html
File metadata and controls
63 lines (57 loc) · 3.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Navya Srivastava</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="bubble-tea.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud-img">
<h1 id="name_here">I'm Navya.</h1>
<h2>a programmer.</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-img">
<img src="mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="https://th.bing.com/th/id/R.d017fe8c2ff7a3104193df51d9f6154c?rik=A2KgAhPIBH3hrQ&riu=http%3a%2f%2fimages5.fanpop.com%2fimage%2fphotos%2f24500000%2fSmile-anime-girls-24599722-500-500.jpg&ehk=3%2bDTTzfNZvPvLVPjLKZtLA5CNwp5W%2fCjKdXpag9gkuA%3d&risl=&pid=ImgRaw&r=0&sres=1&sresct=1" alt="navya's profile picture" height="200px">
<h2>Hello.</h2>
<p>Student || Coding enthusiast || Corporate Relations Supervisor @ E-cell KIET</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skills-img" src="competence.png" alt="skills-img" height="200px">
<h3>DSA and Web Devlopment</h3>
<p>Proficient in Data Structures & Algorithms (DSA), adept at implementing efficient solutions for complex problems and analyzing time/space complexities. Skilled in front-end and back-end Web Development, utilizing HTML, CSS, JavaScript, React.js, Node.js, and RESTful APIs to create responsive and user-friendly web applications. Experienced with version control using Git, committed to staying updated with the latest web technologies and best practices.</p>
</div>
<div class="skill-row">
<img class="otherSkills-img" src="corporation.png" alt="other-skills" height="200px">
<h3>Communication and Management</h3>
<p>Possess excellent communication skills, demonstrated through effective collaboration within diverse teams and clear articulation of ideas. Proficient in fostering a cohesive team environment, adept at delegating tasks, providing constructive feedback, and motivating team members to achieve common goals. Skilled in conflict resolution and facilitating productive discussions, ensuring smooth project execution and delivery.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Let's Build Cool Stuff Together!</h3>
<p>Feel free to reach out if you're seeking a dedicated Web Developer for your projects or are offering internship opportunities in Software Engineering. I am eager to contribute my skills and learn from valuable experiences in a dynamic and innovative environment.</p>
</div>
<a class="btn" href="mailto:pr.navya.2164@gmail.com">CONTACT ME</a>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/navya-srivastava-7365a1282/">LinkedIn</a>
<a class="footer-link" href="https://github.com/codeitnav">GitHub</a>
<a class="footer-link" href="https://leetcode.com/navya_codes/">Leetcode</a>
<p class="copyright">© 2024 Navya Srivastava.</p>
</div>
</div>
</body>
</html>