-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
273 lines (238 loc) · 11.2 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
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- --------- UNICONS ---------- -->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css">
<!-- --------- CSS ---------- -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- --------- FAVICON ---------- -->
<link rel="icon" type="image/png" href="./assets/images/favicon.png"/>
<title>Portfolio | Anubhab Bhattacharjee</title>
</head>
<body>
<div class="container">
<!-- --------------- HEADER --------------- -->
<nav id="header">
<div class="nav-logo">
<p class="nav-name">Anubhab's Portfolio</p>
</div>
<div class="nav-menu" id="myNavMenu">
<ul class="nav_menu_list">
<li class="nav_list">
<a href="#home" class="nav-link active-link">Home</a>
<div class="circle"></div>
</li>
<li class="nav_list">
<a href="#about" class="nav-link">About</a>
<div class="circle"></div>
</li>
<li class="nav_list">
<a href="#projects" class="nav-link">Projects</a>
<div class="circle"></div>
</li>
<li class="nav_list">
<a href="#contact" class="nav-link">Contact</a>
<div class="circle"></div>
</li>
</ul>
</div>
<div class="nav-menu-btn">
<i class="uil uil-bars" onclick="myMenuFunction()"></i>
</div>
</nav>
<!-- -------------- MAIN ---------------- -->
<main class="wrapper">
<!-- -------------- FEATURED BOX ---------------- -->
<section class="featured-box" id="home">
<div class="featured-text">
<div class="featured-text-card">
<span>Anubhab Bhattacharjee</span>
</div>
<div class="featured-name">
<p>I'm <span class="typedText"></span></p>
</div>
<div class="featured-text-info">
<p>Computer Science Student | Passionate about Technology and Innovation | Seeking Opportunities in Software and Web Development
</p>
</div>
<div class="featured-text-btn">
<a href="./assets/Anubhab's CV 2.pdf">
<button class="btn">My CV <i class="uil uil-file-alt"></i></button>
</div></a>
<br/>
<div class="featured-text-btn">
<a href="./certificates.html">
<button class="btn">My Certificates <i class="uil uil-file-alt"></i></button>
</div></a>
<div class="social_icons">
<a href="https://www.instagram.com/i_am_anubhab_/">
<div class="icon"><i class="uil uil-instagram"></i></div></a>
<a href="https://www.linkedin.com/in/anubhab0709/">
<div class="icon"><i class="uil uil-linkedin-alt"></i></div></a>
<a href="https://www.facebook.com/amalanubhab.bhattacharjee/about_contact_and_basic_info">
<div class="icon"><i class="uil uil-facebook"></i></div></a>
<a href="https://github.com/anubhab0709">
<div class="icon"><i class="uil uil-github-alt"></i></div></a>
</div>
</div>
<div class="featured-image">
<div class="image">
<img src="assets/images/avatar.png" alt="avatar">
</div>
</div>
</section>
<!-- -------------- ABOUT BOX ---------------- -->
<section class="section" id="about">
<div class="top-header">
<h1>About Me</h1>
</div>
<div class="row">
<div class="col">
<div class="about-info">
<h3>My Introduction</h3>
<p>I am a Full Stack Web Developer proficient in front-end and back-end technologies. Skilled in HTML, CSS, Bootstrap , JavaScript, React.js, Node.js, and database management systems like MongoDB and MySQL. Proven track record of designing and implementing scalable web applications from concept to deployment. Strong problem-solving abilities and a passion for staying updated with the latest technologies and trends in web development. Effective communicator and collaborative team player dedicated to delivering high-quality solutions to meet client needs.
Experienced Freelance Graphic Designer with a demonstrated history of working in the graphic design industry. Skilled in Poster Presentations, Logo Design, Image Editing, Graphic Design, and Email List Building. Strong arts and design professional.</p>
</div>
</div>
<div class="col">
<div class="skills-box">
<div class="skills-header">
<h3>Frontend</h3>
</div>
<div class="skills-list">
<span>HTML5</span>
<span>CSS3</span>
<span>Bootstrap5</span>
<span>JavaScript</span>
<span>React</span>
<span>Jquery</span>
</div>
</div>
<div class="skills-box">
<div class="skills-header">
<h3>Backend</h3>
</div>
<div class="skills-list">
<span>NodeJs</span>
<span>ExpressJs</span>
<span>JAVA</span>
<span>Python</span>
<span>C</span>
</div>
</div>
<div class="skills-box">
<div class="skills-header">
<h3>Database</h3>
</div>
<div class="skills-list">
<span>MySQL</span>
<span>PostgreSQL</span>
<span>MongoDB</span>
</div>
</div>
</div>
</div>
</section>
<!-- -------------- PROJECT BOX ---------------- -->
<section class="section" id="projects">
<div class="top-header">
<h1>Projects</h1>
</div>
<div class="project-container">
<div class="project-box">
<i class="uil uil-briefcase-alt"></i>
<h3>Completed</h3>
<label>8+ Finished Projects</label>
<label><a class="github" href="//github.com/anubhab0709?tab=repositories">Visit Github Profile for Projects</a></label>
</div>
<div class="project-box">
<i class="uil uil-users-alt"></i>
<h3>Clients</h3>
<label>No Clients</label>
</div>
<div class="project-box">
<i class="uil uil-award"></i>
<h3>Experience</h3>
<label>2+ Years in the field</label>
</div>
</div>
</section>
<!-- -------------- CONTACT BOX ---------------- -->
<section class="section" id="contact">
<div class="top-header">
<h1>Get in touch</h1>
<span>Do you have a project in your mind, contact me here</span>
</div>
<div class="row">
<div class="col">
<div class="contact-info">
<h2>Find Me <i class="uil uil-corner-right-down"></i></h2>
<p><i class="uil uil-envelope"></i> Email: anubhabb7@gmail.com</p>
<p><i class="uil uil-phone"></i> Ph : +91 8617569139</p>
</div>
</div>
<div class="col">
<div class="form-control">
<div class="featured-text-btn">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdu6O7G5-s7v6PesCzC2G7ITwEj0JK54_s8Y-zelBzxlALAJw/viewform?usp=pp_url">
<button class="btn">Do You Have Any Query ? <i class="uil uil-file-alt"></i></button>
</div></a>
<div class="featured-text-btn">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfkJcsYAkyASv4mB7eWZiAmJrULncWMwkyNrphs43Qb96WjZg/viewform?usp=pp_url">
<button class="btn">Any Suggestion ? <i class="uil uil-file-alt"></i></button>
</div></a>
<div class="featured-text-btn">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScGjkcBM11w1FL0SUAUajsgZgxT4mWLqXFtABjkDiTAAhJmuw/viewform?usp=pp_url">
<button class="btn"> HIRE ME <i class="uil uil-file-alt"></i></button>
</div></a>
</div>
</div>
</div>
</section>
</main>
<!-- --------------- FOOTER --------------- -->
<footer>
<div class="top-footer">
<p>Anubhab Bhattacharjee</p>
</div>
<div class="middle-footer">
<ul class="footer-menu">
<li class="footer_menu_list">
<a href="#home">Home</a>
</li>
<li class="footer_menu_list">
<a href="#about">About</a>
</li>
<li class="footer_menu_list">
<a href="#projects">Projects</a>
</li>
<li class="footer_menu_list">
<a href="#contact">Contact</a>
</li>
</ul>
</div>
<div class="footer-social-icons">
<a href="https://www.instagram.com/i_am_anubhab_/">
<div class="icon"><i class="uil uil-instagram"></i></div></a>
<a href="https://www.linkedin.com/in/anubhab0709/">
<div class="icon"><i class="uil uil-linkedin-alt"></i></div></a>
<a href="https://www.facebook.com/amalanubhab.bhattacharjee/about_contact_and_basic_info">
<div class="icon"><i class="uil uil-facebook"></i></div>
<a href="https://github.com/anubhab0709">
<div class="icon"><i class="uil uil-github-alt"></i></div></a>
</div>
<div class="bottom-footer">
<p>Copyright © <a href="#home" style="text-decoration: none;">Anubhab Bhattacharjee</a> - All rights reserved</p>
</div>
</footer>
</div>
<!-- ----- TYPING JS Link ----- -->
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
<!-- ----- SCROLL REVEAL JS Link----- -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- ----- MAIN JS ----- -->
<script src="assets/js/main.js"></script>
</body>
</html>