-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
391 lines (364 loc) · 18.7 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
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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Primary Meta Tags -->
<title>Hritick B , B-Tech, Freelancer Experienced Web Developer </title>
<meta name="title" content="Hritick B , B-Tech, Freelancer Experienced Web Developer">
<meta name="description" content="I have been in this industry since 2019 and have developed more than 20+ websites which include Business websites, eCommerce websites, and Web Applications.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://bhritick.github.io/site/">
<meta property="og:title" content="Hritick B , B-Tech, Freelancer Experienced Web Developer">
<meta property="og:description" content="I have been in this industry since 2019 and have developed more than 20+ websites which include Business websites, eCommerce websites, and Web Applications.">
<meta property="og:image" content="https://bhritick.github.io/site/meta1.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://bhritick.github.io/site/">
<meta property="twitter:title" content="Hritick B , B-Tech, Freelancer Experienced Web Developer">
<meta property="twitter:description" content="I have been in this industry since 2019 and have developed more than 20+ websites which include Business websites, eCommerce websites, and Web Applications.">
<meta property="twitter:image" content="https://bhritick.github.io/site/meta1.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&family=Montserrat:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<style>
#hero {
background-image: url(https://images.pexels.com/photos/5313173/pexels-photo-5313173.jpeg?auto=compress&cs=tinysrgb&w=1600);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* #text {
font-family:"Sofia", sans-serif;
} */
#her {
background-color: rgb(109, 235, 197);
background-position: center;
background-size: cover;
}
#her div.container {
padding: 100px 0px;
}
#him {
background-color: rgb(16, 205, 238);
background-position: center;
}
#him1 {
background-color: rgb(115, 189, 218);
}
/* #him2 {
background-color: rgb(61, 139, 211);
}
#him3 {
background-color: rgb(159, 108, 194);
} */
#him4 {
background-color: rgb(221, 224, 40);
}
#header-video {
background-size: cover;
}
iframe {
width: 100%;
height: 100%;
}
.flip-card {
background-color: transparent;
width: 300px;
height: 300px;
perspective: 1000px;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-card-front {
color: black;
}
.flip-card-back {
color: white;
transform: rotateY(180deg);
}
#bg1 {
background: rgb(255, 255, 255);
background: linear-gradient(232deg, rgba(255, 255, 255, 1) 86%, rgba(0, 0, 0, 1) 86%);
}
#queen {
background-image: url(wave.svg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="#">
<img src="img15.jpeg" alt="" width="50" height="50">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link fs-4" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link fs-4" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link fs-4" href="portfolio.html">portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link fs-4" href="contact.html">Contact</a>
</li>
</div>
</div>
</nav>
</header>
<section class="mt-5 pt-5" id="queen">
<div class="container">
<div class="row">
<div class="col-md-6 col-12 ">
<div class="card-body bg-light px-4 py-3 ">
<h1 class="display-5 text-center">Hritick Baidya</h1>
<p class="lead my-4">I have been in this industry since 2019 and have developed more than 20+ websites which include Business websites, eCommerce websites, and Web Applications. Over the years, I have garnered the industry experience to have the expertise
to develop professional website design which stands out as unique in the market and also which comes as an affordable package to many startups.</p>
</div>
</div>
<div class="col-md-6 col-12">
<img src="img15.jpeg" class="img-fluid d-block mx-auto" style="width:400px;height:400px;" alt="">
</div>
</div>
</div>
<div class="container-fluid bg-white pb-5"></div>
</section>
<section class="wave-bg2 my-5 py-5">
<div class="container">
<div class="row">
<h2 class="display-5 text-center mb-5">Our best Features</h2>
<div class="col-lg-4 col-12">
<div class="flip-card mx-auto mb-3">
<div class="flip-card-inner">
<div class="flip-card-front py-5 text-dark text-center px-3 py-5" id="him2">
<h2>Your Growth, Our Priority
</h2>
<h2 class="lead fs-5 my-4">We make everything user friendly so you can focus on growing your business.
</h2>
</div>
<div class="flip-card-back">
<img src="img4.webp" alt="Avatar" style="width:300px;height:300px;">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="flip-card mx-auto mb-3">
<div class="flip-card-inner">
<div class="flip-card-back mt-5 pt-3">
<img src="example-22.svg" alt="Avatar">
</div>
<div class="flip-card-front py-5 text-dark px-3 py-5">
<h2>Transparent Workflow
</h2>
<h2 class="lead my-4 text-dark">We create transparent workflow. As a result, we help you understand your files, with simplicity.
</h2>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="flip-card mx-auto mb-3">
<div class="flip-card-inner">
<div class="flip-card-back mt-5">
<img src="Computer.svg" alt="Avatar" class="">
</div>
<div class="flip-card-front py-5 text-dark px-3 py-5" id="">
<h2> Our 24 X 7 Support
</h2>
<h2 class="lead my-4 text-dark">Our friendly and knowledgeable staff are available 24×7 to answer your questions.
</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container mt-5">
<div class="row">
<div class="col-md-6 col-12 ">
<h2 class="display-5 text-center">Skills</h2>
<p class="lead my-4 fs-5">
<li class="lead my-2 fs-5">Proficiency in HTML, CSS, and JavaScript</li>
<li class="lead my-2 fs-5">Knowledge of responsive design </li>
<li class="lead my-2 fs-5">Familiarity with modern front-end frameworks </li>
<li class="lead my-2 fs-5">Excellent problem-solving and debugging skills</li>
<li class="lead my-2 fs-5">Strong communication and collaboration skills
</li>
</p>
<ul class="nav justify-content-center my-4 ">
<li class="nav-item">
<a target="_blank" class="nav-link fs-1 px-4" href="https://www.facebook.com/hritick.baidya"><i class="bi bi-facebook"></i></a>
</li>
<li class="nav-item">
<a target="_blank" class="nav-link fs-1 px-4" href="https://github.com/bhritick"><i class="bi bi-github"></i></a>
</li>
<li class="nav-item">
<a target="_blank" class="nav-link fs-1 px-4" href="tel:+919382399893"><i class="bi bi-whatsapp"></i></i></a>
</li>
</ul>
</div>
<div class="col-md-6 col-12">
<img src="img7.webp" class="img-fluid" salt="">
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="col-md-7 col-12">
<div class="container">
<div class="row">
<div class="col-md-6 col-12 mt-5">
<div class="card shadow rounded-0 border-0 my-5 p-3" id="him2">
<div class="card-body">
<p class="text-center">
<span>
<i class="bi bi-filetype-html px-3 display-1"></i>
</span>
<span>
<i class="bi bi-filetype-cs display-1"></i>
</span>
</p>
<h3 class="lead text-center fs-2">Web Design</h3>
<p class="lead text-justify fs-5 my-4">We develop dynamic websites that help you connect with your customers.</p>
</div>
</div>
</div>
<div class="col-md-6 col-12">
<div class="card shadow rounded-0 border-0 my-5 p-3" id="him3">
<div class="card-body">
<p class="text-center">
<span>
<i class="bi bi-filetype-php px-3 display-1"></i>
</span>
<span>
<i class="bi bi-filetype-sql display-1"></i>
</span>
</p>
<h3 class="lead text-center fs-2">Web Development</h3>
<p class="lead fs-5 my-4">We will help you develop the best solution to your problem.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5 col-12 my-5">
<p class="lead my-4 fs-5">Hello, I'm a full-stack web developer with a passion for creating beautiful and functional websites. With a strong background in HTML, CSS, JavaScript, and various frameworks and libraries, I have the skills to bring your ideas to
life.
</p>
<a class="btn btn-primary my-4 py-2 px-4 border-0" href="tel:+919382399893" role="button" id="him2">
<span class="px-2">Contact Me</span>
</a>
</div>
</div>
</div>
</section>
<section>
<div class="container my-5 ">
<div class="row">
<div class="col-md-6 col-12">
<h4 class="lead text-center fs-2 mb-4">Contact Hritick Baidya For web design, web development, website SEO</h4>
<p class="lead my-4 fs-5">Please contact me through WhatsApp chat or call me if there is any requirement of web design, web development, website SEO or web application. If you need any help / consultation, ping me or let me know or can email. Will get back
to you ASAP with possible solutions.
</p>
</div>
<div class="col-md-6 col-12">
<img src="map1.png" class="img-fluid" salt="">
</div>
</div>
</div>
</section>
<section>
<footer class="bg-dark">
<div class="container">
<ul class="nav justify-content-center fs-5 mt-5 pt-5">
<li class="nav-item">
<a class="nav-link active text-white" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="contact.html">Contact</a>
</li>
</ul>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 col-12">
<ul class="nav justify-content-center mt-5">
<li class="nav-item">
<a target="_blank" class="nav-link text-white fs-2" href="https://www.facebook.com/hritick.baidya"><i class="bi bi-facebook"></i></a>
</li>
<li class="nav-item">
<a target="_blank" class="nav-link text-white fs-2" href="https://github.com/bhritick"><i class="bi bi-github"></i></a>
</li>
<li class="nav-item">
<a target="_blank" class="nav-link text-white fs-2" href="https://github.com/bhritick"><i class="bi bi-linkedin"></i></a>
</li>
<!-- <li class="nav-item">
<a class="nav-link text-white fs-2" href="#"><i class="bi bi-instagram"></i></a>
</li>
<li class="nav-item">
<a class="nav-link text-white fs-2"><i class="bi bi-twitter"></i></a>
</li> -->
</ul>
</div>
<div class="col-md-4 col-12">
<p class="text-center fs-4 text-white my-5 py-5">Hritick B © 2022</p>
</div>
<div class="col-md-4 col-12">
<h4 class="lead fs-4 mb-3 text-center text-white">Hritick Baidya</h4>
<h4 class="lead fs-4 mb-3 text-center text-white">Kolkata</h4>
<h4 class="lead fs-4 mb-3 text-center text-white">West Bengal</h4>
<h4 class="lead fs-4 mb-3 text-center text-white">India</h4>
</div>
</div>
</div>
</footer>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
</body>
</html>