-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (159 loc) · 7.05 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--Bootstrap CSS Link-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
<!--Bootstrap JavaScript Link-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<!--Font Awesome Link-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<!--Favicon Link-->
<link rel="icon" type="image/png" href="Images/portfolio-favicon.png">
<!--CSS File Link-->
<link rel="stylesheet" href="styles.css" />
<title>Chaitanya Portfolio</title>
</head>
<body>
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="Images/navbarImg.png" /></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse btnColor" id="navbarNavAltMarkup">
<div class="navbar-nav ms-auto">
<a class="nav-link" href="#home">Home</a>
<a class="nav-link" href="#skills">Skills</a>
<a class="nav-link" href="#experience">Experience</a>
<a class="nav-link" href="https://chaitanya-portfolio-next.vercel.app/open-source">Open Source</a>
<a class="nav-link" href="#projects">Projects</a>
<a class="nav-link" href="#contact">Contact</a>
<a class="nav-link" target="_blank" href="https://flowcv.com/resume/dknft98k3a">Resume</a>
</div>
</div>
</div>
</nav>
<section class="main-section" id="home">
<div class="mainContainer">
<div class="mainDetails">
<h1>Hey I'm Chaitanya 👋</h1>
<div class="wrapper">
<div class="static-text">
I'm <span id="dynamic-text"></span><span class="bar">|</span>
</div>
</div>
<div class="intro-text">
<p>
As a 3+ years experience Full-Stack web developer, I merge front-end skill
with back-end prowess to engineer comprehensive web solutions. Proficient
in <span class='intro-skills'>Nextjs - React</span>, and <span class='intro-skills'>Angular</span> for captivating
user interfaces, coupled with expertise
in <span class='intro-skills'>Node.js (Express.js / Nest.js)</span> & <span class='intro-skills'>Java (Springboot)</span> for robust back-end functionality.
I actively contribute to <span class='intro-skills'>open-source projects</span>, collaborating with developers to enhance and maintain software for the community.
</p>
</div>
<div class="contactLogos">
<button class="btn mail-btn">
<a href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a>
</button>
<button class="btn github-btn">
<a href="https://github.com/Chaitanya1672" target="_blank">
<i class="fa-brands fa-github"></i></a>
</button>
<button class="btn instagram-btn">
<a href="https://www.linkedin.com/in/chaitanya-narhare/" target="_blank"><i
class="fa-brands fa-linkedin"></i></a>
</button>
<!-- <button class="btn instagram-btn">
<a
href=""
target="_blank"
>
<i class="fa-brands fa-instagram"></i
></a>
</button> -->
<button class="btn instagram-btn">
<a href="https://twitter.com/Chaitanya_NN" target="_blank">
<i class="fa-brands fa-x-twitter"></i></a>
</button>
</div>
</div>
<div class="mainImg">
<img src="Images/codingAvatar.png" />
</div>
</div>
</section>
<section class="skills" id="skills">
<h1 class="skill-heading">Skills</h1>
<div class="skills-container">
<h1 class="skill-title">Front-end Technologies</h1>
<hr>
<div class="front-end languages-logos"></div>
<h1 class="skill-title">Back-end Technologies</h1>
<hr>
<div class="back-end languages-logos"></div>
<h1 class="skill-title">Other Technologies</h1>
<hr>
<div class="others languages-logos"></div>
</div>
</section>
<section class="experience" id="experience">
</section>
<!-- Commented for time being -->
<!-- <section class="projects" id="profesional-projects">
<h1 class="project-heading">Professional Experience</h1>
<div class="projects-container" id="prof-projectsContainer">
</div>
</div>
</section> -->
<section class="projects" id="projects">
<h1 class="project-heading">Projects</h1>
<div class="projects-container" id="projectsContainer">
</div>
</div>
<button id="load-more-button">Load More</button>
<button id="show-less-button" style="display: none;">Show Less</button>
</section>
<section class="contact" id="contact">
<h1>Contact Me</h1>
<form action="https://formspree.io/f/xwkgnpyq" method="POST" method="post" class="contact-form" id="myForm">
<label for="name">Your Name:</label>
<input type="text" id="name" name="name" required placeholder="eg. John Doe"/>
<label for="email">Your Email:</label>
<input type="email" id="email" name="email" required placeholder="eg. [email protected]"/>
<label for="message">Your Message:</label>
<textarea id="message" name="message" rows="4" placeholder="eg. I would like to work with you"></textarea>
<button type="submit" id="submit-btn">Send Message</button>
</form>
<h2 class="rights">
All rights reserved
<span class="rights-name">
<a target="_blank" href="https://www.linkedin.com/in/chaitanya-narhare/">@Chaitanya</a></span>
</h2>
<h5 class="open-source-header">Check out my:</h5>
<a href='https://chaitanya-portfolio-next.vercel.app/open-source' class='open-source'>
<h4>Open Source Contributions<img class="link-arrow" src="Images/link-arrow-white.svg" alt="up-arrow"></h2>
</a>
<!-- <button class="up-arrow-btn" id="up-arrow-btn"> -->
<img src="Images/arrow-down.svg" alt="up-arrow" class="up-arrow" id="up-arrow-btn">
<!-- </button> -->
</section>
</div>
</body>
<!--JavaScript File Link-->
<script type="module" src="project.js"></script>
<script type="module" src="app.js"></script>
<script>
// const themeToggle=document.getElementById("themeToggle");
// const body=document.body;
// themeToggle.addEventListener("click ",function() {
// body.classList.toggle("dark-theme");
// });
</script>
</html>