-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (178 loc) · 9.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<header class="header">
<a href="#" class="logo">Portfolio</a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#services">SKills</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section class="home" id="home">
<div class="home-content">
<h3>Hello,It's me</h3>
<h1>Aniruddha Chanda</h1>
<h3>and I am a <span class="multiple-text"></span></h3>
<p>I am from Midnapore,and I am persuing B.tech in Information Technology from RCC Institute Of
Information Technology,Kolkata.For studies currently I live in Kolkata ,the city of joy. I've profound
interest in research, Android Devopment along with Software Engineering and Web Development. I'm just
another ambivert, enthusiastic and humorous fellow, trying to learn more everyday. Apart from
professionals, I love to listen to music, read books,doing Painting and travel. Go through my profile to
know more about me.</p>
<div class="social-media">
<a href="https://www.facebook.com/aniruddha.chanda.96"><i class='bx bxl-facebook-circle'></i></a>
<a href="https://www.linkedin.com/in/aniruddha-chanda-721a751bb/"><i
class='bx bxl-linkedin-square'></i></a>
<a href="https://www.hackerrank.com/aniruddhachanda5?hr_r=1"><i class='bx bx-code-curly'></i></a>
<a href="https://github.com/aniruddhachanda"><i class='bx bxl-github'></i></a>
</div>
<a href="#" class="btn">Download CV</a>
</div>
<div class="home-img">
<img src="ANIRUDDHA.jpg" alt="">
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="Passport Aniruddha 2.png" alt="">
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>Frontend Developer</h3>
<p>I am 23 years old pursuing bechlor degree in Information Technology Engineering from RCCIIT Kolkata. But
my dream is not just to be an engineer, rather an engineer who takes fun in creating new stuff!</p>
<p>
Not only pursing college studies beside that I very much like to reading different books(Specially in
Bengali) like "Pather Pachali","Sesehr Kobita" etc. Not only that but also I like to draw painting and I
win several painting compitions.I also like to travel in different places.Besides all of this I very
much like to see movies and listing music.
</p>
<p>Name: <span>Aniruddha Chanda</span></p>
<p>Birthday: <span>5th May 2000</span></p>
<p> Age: <span>23 Years</span></p>
<p>Hometown: <span>Midnapore Town,Midnapore</span></p>
<p>Current City: <span>Kolkata</span></p>
<p>Email: <span>[email protected]</span></p>
<a href="#" class="btn">Read More</a>
</div>
</section>
<section class="services" id="services">
<h2 class="heading">MY <span>Skills</span></h2>
<div class="services-container">
<div class="services-box">
<i class='bx bx-code-alt'></i>
<h3>Web Development</h3>
<p>
I am an Frontend Web developer with the skills of
<span>HTML</span>,<span>CSS</span>,<span>JAVASCRIPT</span>. I have develop several
project with the help of this languages. Now I am using REACT as a frontend technology to develop
projects.
</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="services-box">
<i class='bx bxl-android'></i>
<h3>Android Development</h3>
<p>
I am also curious about Android Development.I used <span>Kotlin</span> as an Android development
tool. I use android studio as anm IDE to develop projects. I make A NEWS App using recyclerView
property.Not only that but I also make some other projects using FireBase and Room Database
property. Currently I am studing more about this technology.
</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="services-box">
<i class='bx bx-code-alt'></i>
<h3>Competetive Programming</h3>
<p>
I done data Structure and Algorithm using <span>JAVA</span>. It is my main language for solving
problem. I solve various types of problem in Linked list,Stack,Queue, Binary tree,Array,String and
many topics. I also perticipates in Various Coding contests on Various plateforms. I also familier
with <span>C</span>,<span>C++</span>,<span>Python</span>.
</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="portfolio1.jpg" alt="">
<div class="portfolio-layer">
<h4>Web Development</h4>
<p>
Web development refers to the process of creating websites and web applications. It involves
various tasks such as web design, front-end development, back-end development, and web server
configuration. Here's an overview of the key components involved in web development:
</p>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="portfolio2.jpg" alt="">
<div class="portfolio-layer">
<h4>Android Development</h4>
<p>
Android development refers to the process of creating mobile applications specifically for the
Android operating system. Android is the most popular mobile operating system globally, powering
millions of smartphones, tablets, and other devices. Here's an overview of the key components
and concepts involved in Android development:
</p>
<a href="#"><i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="portfolio3.jpg" alt="">
<div class="portfolio-layer">
<h4>Compitative Programming</h4>
<p>
Competitive programming, also known as algorithmic programming or sport programming, is a
competitive sport where participants solve algorithmic problems within a specified time limit.
The goal is to write efficient code to solve these problems and produce correct outputs. Here's
an overview of competitive programming:
</p>
<a href="https://www.hackerrank.com/aniruddhachanda5?hr_r=1"><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="Mobile number">
<input type="text" placeholder="Email subject">
</div>
<textarea name="" id="" cols="30" rows="10" placeholder="Your's Messege"></textarea>
<input type="submit" value="send messege" class="btn">
</form>
</section>
<footer class="footer">
<div class="footer-text">
<p>Made by Aniruddha Chanda|| From RCCIIT|| Dept: Information Technology</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/scrollreveal"></script>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script src="script.js"></script>
</body>
</html>