-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
214 lines (212 loc) · 8.15 KB
/
index.html
File metadata and controls
214 lines (212 loc) · 8.15 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
<!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" />
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles/style.css" />
<title>Aniruddha Ghosh- Portfolio</title>
</head>
<body>
<div class="cursor"></div>
<header class="header">
<a href="#" class="logo">Portfolio</a>
<i class="bx bx-menu" id="menu-icon"></i>
<!-- <box-icon name="menu" ></box-icon> -->
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- Home page -->
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's me</h3>
<h1>Aniruddha Ghosh</h1>
<h3>And I'm a <span class="multiple-text"></span></h3>
<p>
I am a 2nd year Btech CSE student at MSIT with a strong interest in
data science, full stack development, and Android development. I enjoy
exploring new technologies and am constantly seeking to enhance my
skills in these areas.
</p>
<div class="social-media">
<a href="https://www.facebook.com/aniruddha.ghosh.5220"
><i class="bx bxl-facebook"></i
></a>
<a href="https://twitter.com/powerofani"
><i class="bx bxl-twitter"></i
></a>
<a href="https://www.linkedin.com/in/aniruddha-ghosh-0897351a7/"
><i class="bx bxl-linkedin"></i
></a>
<a href="#"><i class="bx bxl-instagram"></i></a>
</div>
<a target="_blank" href="./CV Aniruddha Ghosh.pdf" class="btn"
>Download CV</a
>
</div>
<div class="home-img">
<img src="./Profile-removebg-preview.png" alt="" />
</div>
</section>
<!-- about page -->
<section class="about" id="about">
<div class="about-img">
<img src="./profile-pic-removebg-preview.png" alt="" />
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>FullStack Developer</h3>
<p>
In addition to my academic pursuits, I also have several hobbies which
include coding, video editing, and playing games. These activities
allow me to continuously hone my technical skills and problem-solving
abilities. As a student, I have developed strong team-building and
team-spirit skills through various group projects and assignments. I
am also able to work well under pressure, and am able to remain
focused and productive even in challenging situations. Overall, my
combination of technical skills, team-oriented mindset, and ability to
perform under pressure make me a strong candidate for any future
opportunities.
</p>
<a
href="https://www.linkedin.com/in/aniruddha-ghosh-0897351a7/"
class="btn"
>Read More</a
>
</div>
</section>
<!-- Services Page -->
<section class="services" id="services">
<h2 class="heading">Our <span>Services</span></h2>
<div class="services-container">
<div class="services-box">
<i class="bx bx-code-alt"></i>
<h3>Web Development</h3>
<p align="justify">
Web development refers to the process of creating and maintaining
websites, web applications, and other digital products that are
accessed through the internet. It involves a range of technical
tasks such as web design, front-end development, back-end
development, server management, and database management.
</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="services-box">
<i class="bx bxs-data"></i>
<h3>Data science</h3>
<p align="justify">
Data science refers to the interdisciplinary field that involves
using scientific methods, processes, algorithms, and systems to
extract insights and knowledge from structured and unstructured
data. It encompasses a range of technical and non-technical skills,
including data analysis, statistical modeling, machine learnings
etc.
</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="services-box">
<i class="bx bx-video-recording"></i>
<h3>Video Editor</h3>
<p align="justify">
Video editing refers to the process of manipulating and rearranging
video footage, audio, and other elements to create a final video
product. It involves a range of technical and creative tasks,
including video cutting, trimming, sequencing, adding effects, color
correction, audio mixing, and adding transitions.
</p>
<a href="#" class="btn">Read More</a>
</div>
</div>
</section>
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest <span>Projects</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="./Voice Calc.jpg" alt="" />
<div class="portfolio-layer">
<h4>Voice Calculator</h4>
<p>
It is a calculator operated using voice and output is displayed in
GUI format.
</p>
<a
href="https://github.com/DMMPrice/voice-calculator.git"
target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class="portfolio-box">
<img src="./Project-Analytics-feature.jpg" alt="" />
<div class="portfolio-layer">
<h4>Heart Classification</h4>
<p>
It includes a Jupyter notebook that guides the user through the
process of data preprocessing, exploratory data analysis, and
model selection.
</p>
<a
href="https://github.com/DMMPrice/Heart_diesease_classification.git"
target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class="portfolio-box">
<img src="./job_search_portals.png" alt="" />
<div class="portfolio-layer">
<h4>Job Portal</h4>
<p>
In this project, I build a web application where the users can
seek for the jobs and apply for them.
</p>
<a href="https://github.com/DMMPrice/job_portal.git" target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="#">
<div class="input-box">
<input type="text" placeholder="Full Name" />
<input type="email" placeholder="Email Address" />
</div>
<div class="input-box">
<input type="number" placeholder="Phone Number" />
<input type="text" placeholder="Email Subject" />
</div>
<textarea
name=""
id=""
cols="30"
rows="10"
placeholder="Your Message"
></textarea>
<input type="submit" value="Send Message" class="btn" />
</form>
</section>
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2023 by Aniruddha Ghosh | All Rights Reserved</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class="bx bx-up-arrow-alt"></i></a>
</div>
</footer>
<script src="https://unpkg.com/typed.js@2.0.14/dist/typed.umd.js"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="./script.js"></script>
</body>
</html>