-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
402 lines (312 loc) · 16.4 KB
/
index.html
File metadata and controls
402 lines (312 loc) · 16.4 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
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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<!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>Akshay Rane Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<!-- custom css file line -->
<link rel="stylesheet" href="css/style.css">
<script src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js">
</script>
<!-- Optionally, include the theme (if you don't want to struggle to write the CSS) -->
<link rel="stylesheet" href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css" />
</head>
<body>
<!-- header start -->
<header>
<div class="user">
<img src="image/face photo.png" alt="">
<h3 class="name">Akshay Rane</h3>
<div class="post">Full Stack Devloper</div>
</div>
<nav class="navbar">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#education">Education & Skills</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<li>
<!-- <a href="#resume">Contact</a> -->
<a onclick="window.open('https://drive.google.com/file/d/1Fwio3uLUlkogfbGPqBC5dM8CD2UjK0Rr/view?usp=sharing','_blank')"
class="resume-button" href="image/Akshay Rane Resume.pdf" download="Akshay_Rane_Resume"
title="download">Resume</a>
</li>
</ul>
</nav>
</header>
<!-- header end -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<!-- custom js file line -->
<div id="menu" class="fas fa-bars"></div>
<!-- home section start -->
<section class="home" id="home">
<h3>HI THERE !</h3>
<H1>I'M <span>Akshay Rane</span></H1>
<p> Passionate
about technology and developing
robust applications.1000+ hours
codding & Data structures and algorithms Experienced and 3+ group projects
Experienced.</p>
<a href="#about"><button class="btn">About me <i class="fes fa-user"></i></button></a>
</section>
<!-- home section end -->
<!-- about section start -->
<section class="about" id="about">
<h1 class="heading"><span>about</span> me</h1>
<div class="row">
<div class="info">
<h3> A Passionate Developer, who loves
to create beautiful and functional
websites. Proficient in Web
Development, HTML, CSS,
JavaScript, Java, Data Structure,
And algorithms. Seeking to further
improve skills as the future full
stack developer at Atmospheric
Solutions.</h3>
<!-- <h3><span>age :</span> 24 </h3>
<h3><span>qualification :</span> Full stack Devloper</h3>
<h3><span>language :</span> Marathi</h3> -->
<a href="image/Akshay Rane Resume.pdf" download="Akshay_Rane_Resume" class="main-btn">
<button class="btn"> download CV <i class="fas fa-download"></i></button>
</a>
</div>
<div class="counter">
<div class="box">
<span>1000+</span>
<h3>hours of full stack codding</h3>
</div>
<div class="box">
<span>100+</span>
<h3>hours of soft skills sessions</h3>
</div>
<div class="box">
<span>3+</span>
<h3>Group projects</h3>
</div>
<div class="box">
<span>5+</span>
<h3>Individual projects</h3>
</div>
</div>
</div>
<div class="calendar">
<!-- Loading stuff -->
</div>
<p class="cal" align="center"> <a href="https://github.com/ryo-ma/github-profile-trophy"><img
src="https://github-profile-trophy.vercel.app/?username=Akshayrane848" alt="Akshayrane848" /></a>
</p>
<p align="center" class="cal"><img
src="https://github-readme-stats.vercel.app/api/top-langs?username=Akshayrane848&show_icons=true&locale=en&layout=compact"
alt="Akshayrane848" /></p>
<p align="center" class="cal"> <img
src="https://github-readme-stats.vercel.app/api?username=Akshayrane848&show_icons=true&locale=en"
alt="Akshayrane848" /></p>
<p align="center" class="cal"><img src="https://github-readme-streak-stats.herokuapp.com/?user=Akshayrane848&"
alt="Akshayrane848" /></p>
</section>
<!-- about section end -->
<!-- Education section start -->
<section class="education" id="education">
<h1 class="heading"> My <span>Education & Skills</span> </h1>
<div class="box-container">
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>04/2022</span>
<h3>full stack developer</h3>
<p>03/2023</p>
<p>eLearning</p>
<p>1 Year of learning</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2019</span>
<h3>B.Com</h3>
<p>06/2019</p>
<p>University of mumbai</p>
<p>3 Years of degree</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2016</span>
<h3>H.S.C</h3>
<p>05/2016</p>
<p>Dada Saheb Tirodkar Pandurtitha</p>
<p>2 years of degree</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<h3>Technical skills</h3>
<p><i class="fa-brands fa-html5"></i> Html</p>
<p><i class="fa-brands fa-css3"></i> CSS</p>
<p><i class="fa-brands fa-java"></i> java</p>
<p><i class="fa-brands fa-square-js"></i> javaScript</p>
<p><i class="fa-solid fa-database"></i> MySQL</p>
<p><i class="fa-brands fa-github"></i> Git & Github</p>
<p><i class="fa-solid fa-cube"></i> DSA</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<h3>Technical skills</h3>
<p><i class="fa-solid fa-code"></i> Hibernate</p>
<p><i class="fa-solid fa-code"></i> Spring Boot</p>
<p><i class="fa-solid fa-code"></i> Maven</p>
<p><i class="fa-solid fa-code"></i> Swagger</p>
<p><i class="fa-solid fa-code"></i> Lombok</p>
<p><i class="fa-solid fa-code"></i> RESTful API</p>
<p><i class="fa-solid fa-code"></i> Netlify</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<h3>Soft skills</h3>
<p> Teamwork</p>
<p> Problem-solving</p>
<p> Organization and planning</p>
<p> Networking with
stakeholders and partners</p>
<p> Critical Thinking</p>
</div>
</div>
</section>
<!-- Education section end -->
<!-- Portfolio start -->
<section class="portfolio" id="portfolio">
<h1 class="heading">My <span>Project</span></h1>
<div class="box-container">
<div class="box">
<h1> <span>Core Banking System </span> </h1>
<h1>Stack Stacks :-<span> Java | Git & GitHub </samp></h1>
<p> This is a Core Banking System project that uses Core Java to store and manipulate data.
It is designed to create, modify, delete, and view account details for customers of a bank,
along with managing fund transfers and generating reports.
The project does not use any ready-made functions, and only pure Java is used to build the entire
logic.
</p>
<img src="image/Core Banking.webp" alt="">
<div class="butn">
<a href="#" target="_blank"><button class="btn"> Visit
<i class="fa-brands fa-internet-explorer"></i></button></a>
<a href="https://github.com/Akshayrane848/CoreBankingSystem" target="_blank"><button class="btn">
Github <i class="fa-brands fa-github"></i></button></a>
</div>
</div>
<div class="box">
<h1> <span>Student Management System </span> </h1>
<h1>Stack Stacks :-<span> Java | MySQL | JDBC | Git & GitHub </samp></h1>
<p> Student management system is an environment where all the process of the student in the institution
is managed. It is done through the automated.
Write a program to build a simple Software for Student Information Management System which can
perform the following operations: Store the name of the student. Store the name of the admin. Store
the unique Roll number for every student. so on....
</p>
<img src="image/SMS.JPG" alt="">
<div class="butn">
<a href="https://drive.google.com/file/d/1K3H0gqFCxhulfpkjljuqaCOWUzHV8yGR/view?usp=drive_link"
target="_blank"><button class="btn"> Visit
<i class="fa-brands fa-internet-explorer"></i></button></a>
<a href="https://github.com/Akshayrane848/Student-Management-System" target="_blank"><button
class="btn"> Github <i class="fa-brands fa-github"></i></button></a>
</div>
</div>
<div class="box">
<h1> <span>Stop Covid -19 </span> </h1>
<h1>Stack Stacks :-<span> Java | Spring data JPA | Spring Boot |
RESTful API | Maven | Hibernate | Swagger | </samp></h1>
<p> This application will facilitate the citizen with an option to register and schedule the vaccination
session online in Centers of their choice. The Citizen self-registration module will ensure
fool-proof identification of deserving candidates for receiving the vaccines.
The objective is to handhold the citizens to register and schedule an appointment for vaccination
</p>
<img src="image/covid.jpg" alt="">
<div class="butn">
<a href="https://drive.google.com/file/d/1ydJp_ZgCI9MswXCRLliyzjy18rj2DUGN/view?usp=drive_link"
target="_blank"><button class="btn"> Visit
<i class="fa-brands fa-internet-explorer"></i></button></a>
<a href="https://github.com/utkarshbanka/Covid19-Vaccination" target="_blank"><button class="btn">
Github <i class="fa-brands fa-github"></i></button></a>
</div>
</div>
<div class="box">
<h1><span>Clone :-</span> Nykka.com </h1>
<h1><span>Stack Stacks :-</span> CSS | HTML | JAVASCRIPT </h1>
<p>The Nykaa website which deals in fashion items is made with the help of a team of 5 member,
Different functionality such as sorting of items based on price,
rating is provided in the website to get the details very easily along with different sections
in which user can buy items in very satisfactory way..</p>
<img src="image/nykka.PNG" alt="">
<div class="butn">
<a href="https://chimerical-chimera-b05f10.netlify.app/" target="_blank"><button class="btn"> Visit
<i class="fa-brands fa-internet-explorer"></i></button></a>
<a href="https://github.com/subo8083/NYKA_PROJECT" target="_blank"><button class="btn"> Github <i
class="fa-brands fa-github"></i></button></a>
</div>
</div>
<div class="box">
<h1>Calculator </h1>
<h1><span>Stack Stacks :-</span> CSS | HTML | JAVASCRIPT </h1>
<p> My calculator is a application that performs
arithmetic operations on numbers. Basic calculators can do only addition, subtraction,
multiplication and division. Using calculator user can perform mathematical operations.</p>
<img src="image/calculator.JPG" alt="">
<div class="butn">
<a href="https://grand-marigold-b4806d.netlify.app/" target="_blank"><button class="btn"> Visit <i
class="fa-brands fa-internet-explorer"></i></button></a>
<a href="https://github.com/Akshayrane848/Calculator" target="_blank"><button class="btn"> Github <i
class="fa-brands fa-github"></i></button></a>
</div>
</div>
<div class="box">
<h1><span>clone</span> Everhover.com </h1>
<h1><span>Stack Stacks :-</span> CSS | HTML | JAVASCRIPT | BOOTSTRAP </h1>
<p>Everhour is a time management system with a strong focus on integration.
Intuitive Time Tracker & Timesheets for Teams Powerful time tracking software
with hassle-free integrations Accurate time tracker for budgeting
and client invoicing. You can use Everhour to create and manage employee timesheets.</p>
<img src="image/ever.PNG" alt="">
<div class="butn">
<a href="https://chipper-fenglisu-c45517.netlify.app/" target="_blank"><button class="btn"> Visit <i
class="fa-brands fa-internet-explorer"></i></button></a>
<a href="https://github.com/chinnijagadeesh/godly-pleasure-4788" target="_blank"><button
class="btn"> Github <i class="fa-brands fa-github"></i></button></a>
</div>
</div>
</div>
</section>
<!-- Portfolio end -->
<!-- contact start -->
<section class="contact" id="contact">
<h1 class="heading"> <span>Contact </span>me</h1>
<div class="row">
<div class="content">
<h3 class="title">contact info</h3>
<div class="info">
<h3><i class="fas fa-envelope"></i>akshayrane848@gmail.com</h3>
<h3><i class="fas fa-phone"></i>+919-326-183-856 </h3>
<h3><i class="fas fa-map-marker-alt"></i>mumbai, maharastra. </h3>
<h3><i class="fa-brands fa-github"></i><a href="https://github.com/Akshayrane848" target="_blank"
rel="noopener noreferrer">Github</a> </h3>
<h3><i class="fa-brands fa-linkedin-in"></i><a
href="https://www.linkedin.com/in/akshay-rane-65289b224/" target="_blank"
rel="noopener noreferrer">Linkedin</a> </h3>
</div>
</div>
<form action="">
<input type="text" placeholder="name" class="box">
<input type="enail" placeholder="email" class="box">
<input type="text" placeholder="project" class="box">
<textarea name="" id="" cols="30" rows="10" class="box message" placeholder="message"></textarea>
<a href="#"><button type="submit" class="btn"> send <i class="fas fa-paper-plane"></i></button></a>
</form>
</div>
</section>
<!-- contact end -->
<!-- scroll top button -->
<a href="#home" class="top">
<img src="image/scroll-top-img.png" alt="">
</a>
<script src="js/script.js"></script>
</body>
</html>