-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (97 loc) · 4.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Resume</title>
<link href="https://fonts.googleapis.com" rel="preconnect"/>
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
<link href="https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC&family=Josefin+Sans&display=swap" rel="stylesheet"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet"/>
<link href="style.css" rel="stylesheet"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
</head>
<body>
<button class="switch-theme"><img alt="" src="moon-stars.svg"/></button>
<div id="particles-js"></div>
<div class="container">
<div class="heading" id="animated-heading">
<h1></h1>
<h2></h2>
</div>
<div class="info">
<p id="contact">Contact number: <a href="">8309490753</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/gandhe-akshay-a35175250" target="_blank">gandhe-akshay</a></p>
<p>GitHub: <a href="https://github.com/akshaygande" target="_blank">akshaygande</a></p>
<p id="email">Email: <a href="https://www.gmail.com" target="_blank">gandheakshay@gmail.com</a></p>
</div>
<div class="objective">
<h2>Objective</h2>
<p>Motivated AI and Data Science student, eager to leverage academic training to advance in the field of Artificial Intelligence. Committed to continual professional development and growth.</p>
</div>
<div class="skills">
<h2>Skills</h2>
<p>Key Competencies:</p>
<ul>
<li>Communication</li>
<li>Critical Thinking</li>
<li>Time Management</li>
<li>Adaptability</li>
<li>Fast Learner</li>
</ul>
<p>Programming Languages:</p>
<ul>
<li>Python</li>
<li>Java</li>
<li>Ruby</li>
<li>C</li>
<li>SQL</li>
<li>Web Development</li>
<li>Linux Programming</li>
</ul>
<p>Projects:</p>
<ul>
<li>Developed a game called <a href="https://akshaygande.github.io/MazeRunnerDeployment/" target="_blank">MazeRunner</a></li>
</ul>
</div>
<div class="education">
<h2>Education</h2>
<p>B.Tech in AI and Data Science: BVRaju Institute of Technology</p>
<p>GPA: 8.76</p>
</div>
<div class="activities">
<h2>Achievements</h2>
<ul>
<li>Contributed to AWS-based projects during my freshman year, gaining hands-on experience with cloud technologies.</li>
<li>Competed in a university-level hackathon during my freshman year, collaborating with a team to develop innovative solutions.</li>
<li>Earned a certification in Google Cloud, demonstrating proficiency in cloud computing tools and best practices.</li>
<li>Actively participated in debate competitions during high school, honing communication and critical thinking skills.</li>
<li>Conducted in-depth data analyses to extract valuable insights, make data-driven decisions, and enhance your problem-solving abilities.</li>
<li>Undertook analytical studies on the interplay between software and hardware in the mobile technology sector.</li>
</ul>
</div>
<div class="interests">
<h2>Interests</h2>
<ul>
<li>Artificial Intelligence: Passionate about machine learning models and their applications in real-world scenarios.</li>
<li>Data Science: Enthusiastic about harnessing the power of data to extract insights and make informed decisions.</li>
<li>Machine Learning: Passionate about developing and applying machine learning models to solve real-world data problems.<li>
<li>Cloud Computing</li>
</ul>
</div>
</div>
<footer>
<div>
<p>© 2023 Akshay Gande | Resume Portfolio</p>
<ul class="social-icons">
<li><a href="https://www.linkedin.com/in/gandhe-akshay-a35175250" target="_blank"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://github.com/akshaygande" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="mailto:gandheakshay@gmail.com" target="_blank"><i class="fas fa-envelope"></i></a></li>
</ul>
</div>
</footer>
<script defer="" src="script.js"></script> <!-- Moved the script.js to end of body. -->
</body>
</html>