-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
717 lines (709 loc) · 27.8 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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta name=description
content="It is a software development organization where we deliver instrumental and good quality software frequently.">
<meta name=keywords
content=Project,Rabbani,CanWeBe,CanWeBe!,canwebe,canwebe.netlify,netlify,golam_rabbani,golam,subrot,kaushik,web_project,startup>
<meta name=author content="Golam Rabbani">
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta property=og:title content="CanWeBe!-A Software Developement Organization" />
<meta property=og:description
content="It is a software development organization where we deliver instrumental and good quality software frequently." />
<meta property=og:type content="website" />
<meta property=og:image content="https://canwebe.tech/img/ogcanwebe.webp" />
<meta property=og:site_name content="CanWeBe!" />
<meta property=og:url content="https://canwebe.tech" />
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://canwebe.tech">
<meta property="twitter:title" content="CanWeBe!-A Software Developement Organization">
<meta property="twitter:description"
content="It is a software development organization where we deliver instrumental and good quality software frequently.">
<meta property="twitter:image" content="https://canwebe.tech/img/ogcanwebe.webp">
<meta name=viewport content="width=device-width, initial-scale=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KKCN2BJ79G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-KKCN2BJ79G');
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "CanWeBe!",
"alternateName": "canwebe",
"url": "https://canwebe.tech",
"logo": "https://canwebe.tech/img/canwebelogo.webp",
"sameAs": ["https://www.fb.me/TeamCanWeBe", "https://twitter.com/Iamrrk__",
"https://www.instagram.com/teamcanwebe_/?igshid=xjf9kjqjfbqt",
"https://www.youtube.com/channel/UCZQme48ejS0QY3C4JmWgI4Q?view_as=subscriber",
"https://www.linkedin.com/company/canwebe", "https://github.com/canwebe",
"https://canwebe.tech"
]
}
</script>
<link rel="canonical" href="https://canwebe.tech" />
<link rel="preload" as="image" href="img/Dualring.svg">
<link rel=preload as="style" type=text/css href=css/style.css>
<link href=https://unpkg.com/[email protected]/dist/css/ionicons.min.css rel=stylesheet>
<link rel=stylesheet type=text/css href=css/style.css>
<link rel=stylesheet type=text/css href=css/mediaq.css>
<link rel=icon type=image/png sizes=32x32 href="img/favicon-32x32.png">
<link rel=icon type=image/png sizes=16x16 href="img/favicon-16x16.png">
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400&display=swap" rel=stylesheet>
<title>CanWeBe! - A Software Development Organization</title>
</head>
<body ontouchstart="">
<nav>
<div class="row animated fadeIn">
<a aria-label="goto_home" href=#js-home>
<img src=img/canwebelogo.webp alt=canwebe class="logo main-logo">
</a>
<a aria-label="goto_home_linear" href=#js-home>
<img src=img/Linearlogo.webp alt=canwebe class="logo linear-logo">
</a>
<a class="mobile-res js-mobile-res"> <i class=ion-md-menu></i>
</a>
<div class=main-nav>
<ul class="m-nav js-main-nav">
<li><a class="roky" href=#js-home>Home</a>
</li>
<li><a class="roky" href=#js-about>About</a>
</li>
<li class=show-desktop><a class="show-desktop roky" href=#js-project>Project</a>
</li>
<li class=show-mobile><a class="roky" href=#js-rproject>Project</a>
</li>
<li><a class="roky" href=#js-team>Team</a>
</li>
<li><a class="roky" href=#js-contact>Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<header id=js-home class="animated fadeIn">
<div class=hero-text-box>
<h1 class="animated zoomIn">Welcome to <span class="canwebe">CanWeBe!</span></h1>
<h2 class="animated zoomIn">your future is here come and join us</h2> <a
class="btn btn-1 animated fadeInLeft roky" href=#js-about>know more</a> <a
class="btn btn-2 animated fadeInRight roky" href=#js-contact>contact us</a>
</div>
</header>
<section class=features id=js-feature>
<div class="row wow fadeInDown" data-wow-duration='1s' data-wow-delay='.5s'>
<h3>Features</h3>
<p>Who we actually are — a team of laserfocussed software developers.
<br>Some of our services are —
</p>
</div>
<div class="container-flex wow fadeInUp" data-wow-duration='1s' data-wow-delay='.5s'>
<div class=flex-item> <i class=ion-logo-html5></i>
<h4>Web Developement</h4>
<p class=features-para>We believe in responsive web design. To that end we use industry standard tools
to build the frontend as well as the backend for your project.</p>
</div>
<div class=flex-item> <i class=ion-logo-android></i>
<h4>Android Developement</h4>
<p class=features-para>Anyone can build android apps. But not everyone can create a gorgeous UI for the
end user. We have already been using Kotlin for building apps before it was popular.</p>
</div>
<div class=flex-item> <i class=ion-md-camera></i>
<h4>Videography & Editing</h4>
<p class=features-para>We create short films, music videos and skits too. Professional tools are used to
this end: Adobe Premiere Pro and Adobe Audition respectively for the video and audio aspects.</p>
</div>
<div class=flex-item> <i class=ion-md-play-circle></i>
<h4>Photoshop & Animation</h4>
<p class=features-para>The team here at CanWeBe focusses a lot on the UX and UI design, be it for
websites or apps. Wherever necessary, if animation and vfx are necessary we use Adobe After Effects
and Blender 3D models too.</p>
</div>
</div>
</section>
<section id=js-about>
<div class=about-us>
<img class=border-blue alt=svg src=img/border-blue.svg>
<div class=row>
<div class="col span-2-of-3">
<div class="about-img paralex"></div>
</div>
<div class="col span-1-of-3">
<div class="about-us-content features-para">
<div class="wow fadeInDown" data-wow-duration='1s' data-wow-offset='100' data-wow-delay='.5s'>
<h3>about us</h3>
<p>Here at CanWeBe!, we strive to connect creative people on exciting projects and ideas.
The team focuses mainly on web development and app development. Java and Python projects
(Artificial Intelligence, Machine Learning) are niche categories for which we provide
expertise. If you have a great idea and have been stuck for a while now, join us: we
will solve the problem, code, and execute your idea to completion.</p>
</div><a class="roky btn btn-3 animated wow fadeInUp" data-wow-duration='1s'
data-wow-delay='.5s' href=/projects.html>Our Projects</a>
</div>
</div>
</div>
</div>
</section>
<section class=team id=js-team>
<div class="row wow fadeInDown" data-wow-duration=' 1s' data-wow-offset='100' data-wow-delay='.5s'>
<h3>Our Team</h3>
</div>
<div class=flex>
<div class="plain-box wow zoomInUp" data-wow-offset='100' data-wow-duration='1s' data-wow-delay='.5s'>
<div class=slider>
<h4>SHOW MORE</h4>
<h5>SKILLS</h5>
<p>JAVA Programmer,Web Developer, Photoshop, C Programmer, Video Editing</p>
<ul>
<li>
<a rel=noreferrer class=facebook target=_blank
href=https://www.facebook.com/kaushik.das.75685> <i class=ion-logo-facebook></i>
</a>
</li>
<li>
<a rel=noreferrer class=twitter target=_blank href="https://twitter.com/kaushikian "> <i
class=ion-logo-twitter></i>
</a>
</li>
<li>
<a rel=noreferrer class=linkedin target=_blank
href=https://www.linkedin.com/in/kaushik-das-a95710145> <i class=ion-logo-linkedin></i>
</a>
</li>
<li>
<a rel=noreferrer class=instagram target=_blank href=https://www.instagram.com/kaushik2201>
<i class=ion-logo-instagram></i>
</a>
</li>
<li>
<a rel=noreferrer class=github target=_blank href=https://github.com/kaushikd207> <i
class=ion-logo-github></i>
</a>
</li>
</ul>
</div>
<img class=team-img src=img/SAVE_20190531_232920.webp alt="Kaushik's_Image">
<h4>Kaushik Das</h4>
<p class=role>Co-Founder & Developer</p>
<p class=bio>Kaushik is a web developer. He is expert in java and data structures. He has his
videography company where he makes videos for many purposes. Currently, he is studying in B.E for
CSE.</p>
</div>
<div class="plain-box wow zoomInDown" data-wow-offset='100' data-wow-duration='1s' data-wow-delay='.7s'>
<div class=slider>
<h4>show more</h4>
<h5>SKILLS</h5>
<p>Full Stack Developer (MERN), Ml & AI Developer, PWA Expert, UI & UX</p>
<ul>
<li>
<a rel=noreferrer class=twitter target=_blank href=https://twitter.com/Iamrrk__> <i
class=ion-logo-twitter></i>
</a>
</li>
<li>
<a rel=noreferrer class=linkedin target=_blank href=https://www.linkedin.com/in/devrabbani>
<i class=ion-logo-linkedin></i>
</a>
</li>
<li>
<a rel=noreferrer class=instagram target=_blank href=https://www.instagram.com/iamrrk__> <i
class=ion-logo-instagram></i>
</a>
</li>
<li>
<a rel=noreferrer class=github target=_blank href=https://github.com/devRabbani> <i
class=ion-logo-github></i>
</a>
</li>
</ul>
</div>
<img class=team-img src=img/rabbani.webp alt="Rabbani's_Image">
<h4>Golam Rabbani</h4>
<p class=role>Co-Founder & Developer</p>
<p class="bio rabbani-bio">Rabbani is the founder and designer of this website. He is a self-taught
programmer, whose main groove is full-stack development and ML / AI. He is pursuing his B.E in
Computer Science Engineering when he isn't working on projects.</p>
</div>
<div class="plain-box wow zoomInDown" data-wow-offset='100' data-wow-duration='1s' data-wow-delay='.8s'>
<div class=slider>
<h4>show more</h4>
<h5>SKILLS</h5>
<p>Web developer , AI , Python developer , C Programmer , Java.</p>
<ul>
<li>
<a rel=noreferrer class=twitter target=_blank href=https://twitter.com/GaneshTiwary13> <i
class=ion-logo-twitter></i>
</a>
</li>
<li>
<a rel=noreferrer target=_blank
href="https://www.linkedin.com/in/ganesh-kumar-a7a1441ba/"><i
class=ion-logo-linkedin></i>
</a>
</li>
<li>
<a rel=noreferrer class=instagram target=_blank
href=https://www.instagram.com/rohittiwari7262> <i class=ion-logo-instagram></i>
</a>
</li>
<li>
<a rel=noreferrer class=github target=_blank href=https://github.com/rohittiwari833> <i
class=ion-logo-github></i>
</a>
</li>
</ul>
</div>
<img class=team-img src=img/ganesh.webp alt="Ganesh's_face">
<h4>GANESH TIWARI</h4>
<p class=role>Developer</p>
<p class="bio subrat-bio">Ganesh is an outstanding asset with astonishing skills in React, In addition
to his primary job function, he has been assisting with ML & AI magnificently.Now he is studying in
B.E for CSE.</p>
</div>
<div class="plain-box wow zoomInDown" data-wow-offset='100' data-wow-duration='1s' data-wow-delay='.9s'>
<div class=slider>
<h4>show more</h4>
<h5>SKILLS</h5>
<p>Advertising , Analyst , Dealing.</p>
<ul>
<li><a rel=noreferrer class=facebook target=_blank href=https://www.facebook.com/rambo.reja.5>
<i class=ion-logo-facebook></i>
</a>
</li>
<li>
<a rel=noreferrer class=twitter target=_blank href=https://twitter.com/1046Hoque> <i
class=ion-logo-twitter></i>
</a>
</li>
<li>
<a rel=noreferrer class=linkedin target=_blank
href=https://www.linkedin.com/in/%C5%99%C3%AA-%C3%BB%C4%BE-0656041aa> <i
class=ion-logo-linkedin></i>
</a>
</li>
<li>
<a rel=noreferrer class=instagram target=_blank href=http://instagram.com/rejaul3301> <i
class=ion-logo-instagram></i>
</a>
</li>
</ul>
</div>
<img class=team-img src=img/rejaul.webp alt="Rejaul's face">
<h4>Rejaul Hoque</h4>
<p class=role>Marketing</p>
<p class="bio subrat-bio">Rejaul is our Product publicity and marketing executive ,skilled with Social
commune and Entrepreneurial Enthusiasm.</p>
</div>
<div class="plain-box wow zoomInDown" data-wow-offset='100' data-wow-duration='1s' data-wow-delay='1s'>
<div class='slider lowSlider'>
<h4>show more</h4>
<h5>SKILLS</h5>
<p>Graphic Designer , Animation , Video Editor, Creativity</p>
<ul>
<li><a rel=noreferrer class=facebook target=_blank
href=https://www.facebook.com/hirakjyoti.kalita99> <i class=ion-logo-facebook></i>
</a>
</li>
<li>
<a rel=noreferrer class=github target=_blank href=https://github.com/HirakJK99> <i
class=ion-logo-github></i>
</a>
</li>
<li>
<a rel=noreferrer class=linkedin target=_blank href=https://www.linkedin.com/in/hirakjk99>
<i class=ion-logo-linkedin></i>
</a>
</li>
</ul>
</div>
<img class=team-img src=img/hirak.webp alt="Hirak's face">
<h4>Hirak J Kalita</h4>
<p class=role>Graphic Designer</p>
<p class="bio">Hirak is Graphic Designer for CanWeBe. He designs all UI/UX and Graphics for CWB's
project. He is an art expert and persued MSc in Comp. Science from Gauhati University.</p>
</div>
<div class="plain-box wow zoomInDown" data-wow-offset='100' data-wow-duration='1s' data-wow-delay='1.1s'>
<div class='slider lowSlider'>
<h4>show more</h4>
<h5>SKILLS</h5>
<p>Web Developer, PR Head , Presentation, Management</p>
<ul>
<li><a rel=noreferrer class=facebook target=_blank
href=https://www.facebook.com/mohd.zahid.1441810> <i class=ion-logo-facebook></i>
</a>
</li>
<li>
<a rel=noreferrer class=instagram target=_blank
href=https://www.instagram.com/this.is.mohd_zahid> <i class=ion-logo-instagram></i>
</a>
</li>
<li>
<a rel=noreferrer class=github target=_blank href=https://github.com/MOHD-STREAM> <i
class=ion-logo-github></i>
</a>
</li>
<li>
<a rel=noreferrer class=linkedin target=_blank href=https://www.linkedin.com/in/mohd-zahid>
<i class=ion-logo-linkedin></i>
</a>
</li>
</ul>
</div>
<img class=team-img src=img/zahid.webp alt="zahid's face">
<h4>Mohd Zahid</h4>
<p class=role>Developer</p>
<p class="bio">Zahid is our web dev planner and project presenter with exuberant learning and
implementing skills,His function pool also includes team operations and PR incumbency.</p>
</div>
<div class="plain-box wow zoomInDown" data-wow-offset='100' data-wow-duration='1s' data-wow-delay='1.2s'>
<div class='slider lowSlider'>
<h4>show more</h4>
<h5>SKILLS</h5>
<p>Web Developer, C Programmer, Photoshop</p>
<ul>
<li><a rel=noreferrer class=facebook target=_blank
href=https://www.facebook.com/anish.nammochhiyatharu> <i class=ion-logo-facebook></i>
</a>
</li>
<li>
<a rel=noreferrer class=instagram target=_blank href=https://www.instagram.com> <i
class=ion-logo-instagram></i>
</a>
</li>
<li>
<a rel=noreferrer class=github target=_blank href=https://github.com/tharuAnish> <i
class=ion-logo-github></i>
</a>
</li>
<li>
<a rel=noreferrer class=linkedin target=_blank href=https://www.linkedin.com/in/tharuanish>
<i class=ion-logo-linkedin></i>
</a>
</li>
</ul>
</div>
<img class=team-img src=img\anish.webp alt="anish's face">
<h4>Anish Tharu</h4>
<p class=role>Developer</p>
<p class="bio">Anish is a Hard-working web developer with a flair for creating elegant solutions in the
least amount of time.Currently he is doing Bachelor's degree in Computer Science and Engineering</p>
</div>
</div>
</section>
<section class=our-projects id=js-project>
<div class="row wow fadeInDown" data-wow-duration=' 1s' data-wow-offset='100' data-wow-delay='.5s'>
<h3>Our projects</h3>
</div>
<div class="row wow fadeInUp" data-wow-duration='1s' data-wow-offset='100' data-wow-delay='.5s'>
<div class=container>
<div class=card>
<div class="card-img img-1"></div>
<div class=details>
<h4>Web Developement</h4>
<p>SilentShare is a very useful App which helps you to share any documents,files & photos
securely...</p>
</div>
<div class=btn-project> <a href=#popup-1>SHOW</a>
</div>
</div>
<div class=card>
<div class="card-img img-2"></div>
<div class=card-heading></div>
<div class=details>
<h4>Videography</h4>
<p>This is a travel video made by us. It showcases one of our best videography projects.</p>
</div>
<div class=btn-project> <a href=#popup-2>SHOW</a>
</div>
</div>
<div class=card>
<div class="card-img img-3"></div>
<div class=card-heading></div>
<div class=details>
<h4>Python Project</h4>
<p>This is a barebones Book Review App made with Flask(Python).</p>
</div>
<div class=btn-project><a href=#popup-3>SHOW</a>
</div>
</div>
<div class=card>
<div class="card-img img-4"></div>
<div class=card-heading></div>
<div class=details>
<h4>Animation Project</h4>
<p>Outros for some animation intros created by the team here.</p>
</div>
<div class=btn-project> <a href=#popup-4>SHOW</a>
</div>
</div>
<div class=card>
<div class="card-img img-5"></div>
<div class=card-heading></div>
<div class=details>
<h4>PWA Developement</h4>
<p>This is a simple but modern PWA for jokes with latest skeleton loading feature.</p>
</div>
<div class=btn-project> <a href=#popup-5>SHOW</a>
</div>
</div>
</div>
</div>
<hr class="wow bounceInLeft" data-wow-duration='1.5s' data-wow-delay='.8s'> <a class="seemore wow bounceInRight"
data-wow-duration='1.5s' data-wow-delay='.8s' href=/projects.html>see more</a>
</section>
<section class=responsiveproject>
<div id=js-rproject class="row wow fadeIn" data-wow-offset=' 100' data-wow-duration='1.7s' data-wow-delay='.8s'>
<h3>Our projects</h3>
</div>
<div class=row>
<div class=rcontainer>
<div class="rcard wow zoomInUp" data-wow-offset=' 80' data-wow-duration='1s' data-wow-delay='.5s'>
<div class="card-img img-1"></div>
<div class=details>
<h4>Web Developement</h4>
<p>SilentShare is a very useful App which helps you to share any documents,files & photos
securely...</p>
</div>
<div class=btn-rproject> <a href=#popup-1>SHOW</a>
</div>
</div>
<div class="rcard wow zoomInUp" data-wow-offset=' 80' data-wow-duration='1s' data-wow-delay='.5s'>
<div class="card-img img-2"></div>
<div class=card-heading></div>
<div class=details>
<h4>Videography</h4>
<p>This is a travel video made by us. It showcases one of our best videography projects.</p>
</div>
<div class=btn-rproject> <a href=#popup-2>SHOW</a>
</div>
</div>
<div class="rcard wow zoomInUp" data-wow-offset=' 80' data-wow-duration='1s' data-wow-delay='.4s'>
<div class="card-img img-3"></div>
<div class=card-heading></div>
<div class=details>
<h4>Python Project</h4>
<p>This is a barebones Book Review App made with Flask(Python).</p>
</div>
<div class=btn-rproject> <a href=#popup-3>SHOW</a>
</div>
</div>
<div class="rcard wow zoomInUp" data-wow-offset='80' data-wow-duration='1s' data-wow-delay='.5s'>
<div class="card-img img-4"></div>
<div class=card-heading></div>
<div class=details>
<h4>Animation Project</h4>
<p>Outros for some animation intros created by the team here.</p>
</div>
<div class=btn-rproject> <a href=#popup-4>SHOW</a>
</div>
</div>
</div>
</div>
<hr class="wow bounceInLeft" data-wow-duration='1.5s' data-wow-delay='.8s'> <a class="seemore wow bounceInRight"
data-wow-duration='1.5s' data-wow-delay='.8s' href=/projects.html>see
more</a>
</section>
<section class=contact-us id=js-contact>
<div class="row wow fadeInDown" data-wow-duration=' 1s' data-wow-offset='100' data-wow-delay='.5s'>
<h3>Contact Us</h3>
</div>
<div class=row>
<div class="col span-1-of-2 left-contact wow bounceInLeft" data-wow-duration='1s' data-wow-offset='100'
data-wow-delay='.5s'>
<h4 class=left-h4>CanWeBe!</h4>
<p class="resleftp">We built this website originally to seek creative students who envision, create and
complete exciting projects. This search continues to this day. Our motto is <strong>Think, Code &
Execute.</strong>
</p>
<address> <strong>Address:</strong>
<p>MS Palya,Jalahalli Cross,Bangalore,India,560097</p>
</address>
<div> <strong>Email:</strong> <span>[email protected]</span>
</div>
<ul class=social-link>
<li>
<a rel=noreferrer class=facebook target=_blank href=https://www.fb.me/TeamCanWeBe> <i
class=ion-logo-facebook></i>
</a>
</li>
<li>
<a rel=noreferrer class=twitter target=_blank href=https://twitter.com/CanWeBe3> <i
class=ion-logo-twitter></i>
</a>
</li>
<li>
<a rel=noreferrer class=google href="mailto:[email protected]"> <i class=ion-md-mail></i>
</a>
</li>
<li>
<a rel=noreferrer class=instagram target="_blank"
href="https://www.instagram.com/teamcanwebe/?hl=en"> <i class=ion-logo-instagram></i>
</a>
</li>
</ul>
</div>
<div class="col contact-left span-1-of-2 wow bounceInRight" data-wow-duration=' 1s' data-wow-offset='100'
data-wow-delay='.5s'>
<form name=contact method=POST data-netlify=true>
<div class=contact-form id=form>
<div class=row>
<h4 class=h4-right>We are happy to hear from you</h4>
</div>
<div class=txtbox>
<label for=name>Name:</label>
<input type=text name=name id=name required>
</div>
<div class=txtbox>
<label for=email>Email:</label>
<input type=text name=email id=email placeholder required>
</div>
<div class=txtbox>
<label for=message>Your Message</label>
<textarea name=message id=message rows=5></textarea>
</div>
<input type=submit class=send-btn value=SEND>
</div>
</form>
</div>
</div>
</section>
<footer>
<div class=row>
<div class=left-side>
<p>Copyright © 2021 by CanWeBe! Inc. All rights are reserved</p> <a
href="https://www.privacypolicytemplate.net/live.php?token=kjGD3UQtV4sFhvQ8iizS66EYcfdKaaMS">Privacy
Policy</a> | <a href=https://www.termsfeed.com/terms-service/22332157cae9c1ab0d968ac4b3ab5d62>Terms
of Use</a>
</div>
<div class=right-side>
<ul>
<li><a class="roky" href=#js-home>Home</a>
</li>
<li><a class="roky" href=#js-about>About</a>
</li>
<li><a class="roky" href=#js-feature>Features</a>
</li>
<li><a class="roky" href=#js-contact>Contact Us</a>
</li>
<li><a class="roky" href=#js-team>Team</a>
</li>
<li><a class="roky" href=#js-project>Projects</a>
</li>
</ul>
</div>
</div>
<div class=row>
<p class=production><strong>● A GOLAM RABBANI PRODUCTION ●</strong>
</p>
</div>
</footer>
<div class=popup id=popup-1>
<div class=popup-content>
<div class=top-pop>
<h4>Web Project</h4> <a href=#js-project>×</a>
</div>
<div class=vdo-content>
<img src='img/SS.webp' alt="Silentshare Site">
</div>
<div class=popup-des-web>
<p>SilentShare is a very useful App which helps you to share any documents,files & photos securely
without losing your privacy.</p><a class="btn-python" rel=noreferrer href="https://silentshare.tech"
target="_blank">Visit The Site</a>
</div>
</div>
</div>
<div class=popup id=popup-2>
<div class=popup-content>
<div class=top-pop>
<h4>Videography</h4> <a href=#js-project>×</a>
</div>
<div class=vdo-content>
<iframe src="https://www.youtube.com/embed/RZFTPtCoYvo" allowfullscreen></iframe>
</div>
<div class=popup-des>
<p>We make video on vlogs,Music video,Promotional Video etc. Check out our youtube channel to watch the
videography samples.</p><a rel=noreferrer class=btn-videography
href=https://www.youtube.com/channel/UCDFhPxL1I6q3YMkGLkPr2gA/featured target=_blank>View on
Youtube</a>
</div>
</div>
</div>
<div class=popup id=popup-3>
<div class=popup-content>
<div class=top-pop>
<h4>Python Project</h4> <a href=#js-project>×</a>
</div>
<div class=vdo-content>
<div class=pop-up-vdo>
<a rel=noreferrer href=https://project1book.herokuapp.com>
<img src=img/booksearch.webp alt=BookReviewApp>
</a>
</div>
<div class=popup-des>
<p>This is a barebones Book Review App. Users can search(by ISBN, author,year & name) and also the
json. It is made with Flask(Python) and uses Postgesql.</p><a rel=noreferrer class=btn-python
href=https://project1book.herokuapp.com/ target=_blank>Launch App</a> <a rel=noreferrer
class=btn-videography href=https://github.com/StrikerOne65/BookReviewApp--Flask
target=_blank>View on GitHub</a>
</div>
</div>
</div>
</div>
<div class=popup id=popup-4>
<div class=popup-content>
<div class=top-pop>
<h4>Animation & VFX</h4> <a href=#js-project>×</a>
</div>
<div class=vdo-content>
<iframe src="https://www.youtube.com/embed/uWqjUAB4EfI" allowfullscreen></iframe>
</div>
<div class=popup-des>
<p>We make logo animations/series of short movies when we have time to kill. We use stop motion
animation, Blender, Adobe Illustrator, After Effect, Premiere Pro, etc. for Animation, VFX and SFX.
</p><a rel=noreferrer class=btn-videography
href="https://www.youtube.com/watch?v=wt-iEyQ6MgE&list=PLwbJsmHGoznM4KzBxQ-e1ZKZzJKI-_l68"
target=_blank>View on Youtube</a>
</div>
</div>
</div>
<div class=popup id=popup-5>
<div class=popup-content>
<div class=top-pop>
<h4>PWA Apps</h4> <a href=#js-project>×</a>
</div>
<div class=vdo-content>
<img alt=android_img src="img/unFUNNY.webp">
</div>
<div class=popup-des>
<p>Here you will find jokes related with different categories.It is made with latest and modern ui like
skeleton animation.</p><a class=btn-videography href=unfunny.netlify.app target=_blank>Visit The
Site</a>
</div>
</div>
</div>
<!-- <div style="height: 100vh;display: flex;justify-content: center;align-items: center;background-color: black;">
<div style="display: flex;justify-content: center;align-items: center;flex-direction: column;">
<img style="width: 120px;" src="img/canwebelogo.webp" alt="cwb logo">
<h2 style="width: 70%;font-size: 1rem;text-align: center;margin: 38px auto;line-height: 30px;">This site is under maintenance , Please contact us for any queries</h2>
<div><a style="color: #86e530" href="mailto:[email protected]">Contact Us</a>
<a style="color: #e57830;margin-left: 10px;" href="/projects.html">Our Projects</a></div>
</div>
</div> -->
<script>
document.addEventListener('touchmove', console.log("touch"), {
passive: true,
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src=js/jquery.waypoints.min.js>
</script>
<script src=js/wow.min.js>
</script>
<script src=js/custom.js>
</script>
</body>
</html>