-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
260 lines (240 loc) · 10.7 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ishant Portfolio Website</title>
<!-- Font Awesome CDN link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
<!-- Typing Script CDN Link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.0/typed.min.js"></script>
<!-- Custom CSS file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Nav Section Start Here -->
<nav>
<div class="container nav_container">
<a href="index.html">
<h4><span>Ish</span>ant</h4>
</a>
<ul class="nav_menu">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#service">Service</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<button id="open-menu-btn"><i class="fa-solid fa-bars"></i></button>
<button id="close-menu-btn"><i class="fa-solid fa-xmark"></i></button>
</div>
</nav>
<!-- Nav Section End Here -->
<!-- Header Section Start Here -->
<header>
<div class="container header_container" id="home">
<div class="header_left">
<div class="header_left_img">
<img src="image/model.png" alt="Model Image">
</div>
</div>
<div class="header_right">
<div class="text-1">Hello, this is</div>
<div class="text-2">Ishant kadam</div>
<div class="text-3">And I'm a <span class="typing"></span></div>
<a href="https://www.linkedin.com/in/ishant-kadam-2279a222a/" class="btn">Hire Me</a>
</div>
</div>
</header>
<!-- Header Section End Here -->
<!-- About Me Section Start Here -->
<section class="about" id="about">
<h2 class="border_bottom">About Me</h2>
<div class="container about_container">
<div class="about-img">
<img src="image/Ishant.jpg" alt="about model">
</div>
<div class="about-text">
<div class="text">
I am Ishant and I'm a <span class="typing-2"></span>
</div>
<p>I have completed my graduation in CSE from Sinhgad Academy of Engineering, Pune in 2023. Currently a fresher graduated
in july 2023 with a score of 7.55 CGPA.
Technology is my passion. I always want to expand my knowledge and
experience .</p>
<a href="https://drive.google.com/file/d/18fdtdzxD-N1Uv_KArkgTyY8argrSjRWz/view?usp=drive_link" class="btn">Download CV</a>
</div>
</div>
</section>
<!-- About Me Section End Here -->
<!-- My Services Section Start Here -->
<div class="services" id="service">
<h2 class="border_bottom">My Services</h2>
<div class="container services_container">
<div class="cards">
<div class="card">
<div class="sbox">
<i class="fa-solid fa-code"></i>
<h3>Web Developer</h3>
<p> I have been using basic html for much time, switched to using CSS and javascript 3 years ago to
to excel in web Development and explore new techniques in it. I've also completed many of my
college project using HTML, CSS, Javascript and also to some extent Php and React js
</p>
<a href="#">Learn More</a>
</div>
</div>
<div class="card">
<div class="sbox">
<i class="fa-solid fa-file-code"></i>
<h3>Python</h3>
<p>From Starting of Engineering i've been keen to learn pyhton as it has much greater opportunities
lying ahead of it's users, i've learned ptyhon to use for Data Science and also doen internship in regards
of hte same.
</p>
<a href="#">Learn More</a>
</div>
</div>
<div class="card">
<div class="sbox">
<i class="fa-solid fa-laptop-code"></i>
<h3>Web Development</h3>
<p>My fresh perspective and recent education as a graduated engineer bring the latest front-end development
techniques to the table. With a strong foundation in coding, design, and problem-solving,
I'm ready to contribute to your team by creating engaging and user-friendly web interfaces.</p>
<a href="#">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<!-- My Services Section End Here -->
<!-- My Skills Section Start Here -->
<div class="skills" id="skills">
<div class="new">
<h2 class="border_bottom">My Skills</h2>
</div>
<div class="container skills_container">
<div class="bar">
<div class="info">
<span>HTML</span>
</div>
<div class="progress-line html">
<span></span>
</div>
</div>
<div class="bar">
<div class="info">
<span>CSS</span>
</div>
<div class="progress-line css">
<span></span>
</div>
</div>
<div class="bar">
<div class="info">
<span>Javascript</span>
</div>
<div class="progress-line javascript">
<span></span>
</div>
</div>
<div class="bar">
<div class="info">
<span>Python</span>
</div>
<div class="progress-line python">
<span></span>
</div>
</div>
<div class="bar">
<div class="info">
<span>Data Science</span>
</div>
<div class="progress-line DataScience">
<span></span>
</div>
</div>
</div>
</div>
<!-- My Skills Section End Here -->
<!-- My Portfolio Section Start Here -->
<div class="container portfolio_container" id="portfolio">
<h2 class="border_bottom">My Portfolio</h2>
<div class="gallery">
<a href="image/portfolio 1.jpg"><img src="image/portfolio 1.jpg" alt="Portfolio 1"></a>
<a href="image/portfolio 2.jpg"><img src="image/portfolio 2.jpg" alt="Portfolio 1"></a>
<a href="image/portfolio 3.jpg"><img src="image/portfolio 3.jpg" alt="Portfolio 1"></a>
<a href="image/portfolio 4.jpg"><img src="image/portfolio 4.jpg" alt="Portfolio 1"></a>
<a href="image/portfolio 5.jpg"><img src="image/portfolio 5.jpg" alt="Portfolio 1"></a>
<a href="image/portfolio 6.jpg"><img src="image/portfolio 6.jpg" alt="Portfolio 1"></a>
</div>
</div>
<!-- My Portfolio Section End Here -->
<!-- FAQs Section Start Here -->
<section class="faqs">
<h2 class="border_bottom">
Frequently Asked Question
</h2>
<div class="container faqs_container">
<article class="faq">
<div class="faq_icon">
<i class="fa-solid fa-plus"></i>
</div>
<div class="question_ans">
<h4>Can I see some other sites you have made?</h4>
<p><a href="https://sanketportfoliobucket.s3.ap-south-1.amazonaws.com/broperties/BR+proeprties+website/Responsive-real-estate-landingpage-master/index.html">Real Estate Site</a></p>
</div>
</article>
</div>
</section>
<!-- FAQs Section End Here -->
<!-- Footer Section Start Here -->
<footer>
<div class="container footer_container">
<div class="footer_1">
<a href="index.html" class="footer_logo">
<h4>ISHANT</h4>
</a>
<p>"Grateful you dropped by my site! If you feel I could be a great fit for your needs,
I'd love to hear from you – let's create something awesome together!"</p>
</div>
<div class="footer_2">
<h4>Permalinks</h4>
<ul class="permalinks">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="footer_3">
<h4>Privacy</h4>
<ul class="privacy">
<li><a href="#">Privacy & Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Refund Ploicy</a></li>
</ul>
</div>
<div class="footer_4">
<h4 id="contact">Contact Me</h4>
<div>
<p>+91 9850419673</p>
<p class="mail">[email protected]</p>
</div>
<ul class="footer_social">
<li><a href="https://facebook.com/Ishant.kadam.06"> <i class="fa-brands fa-facebook-f"></i> </a></li>
<li><a href="https://instagram.com/ishant_kk"> <i class="fa-brands fa-instagram"></i> </a></li>
<li><a href="https://www.linkedin.com/in/ishant-kadam-2279a222a/"> <i class="fa-brands fa-linkedin"></i> </a></li>
</ul>
</div>
</div>
<div class="footer_copyright">
<small>Copyright © Ishant Kadam</small>
</div>
</footer>
<!-- Footer Section End Here -->
<!-- Custom Javascript File Link -->
<script src="js/script.js"></script>
</body>
</html>