CINXE.COM

Tagoreweb - The Complete Works of Rabindranath Tagore

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Tagoreweb - The Complete Works of Rabindranath Tagore</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="googlebot" content="notranslate"> <meta name="title" content="Tagoreweb - The Complete Works of Rabindranath Tagore"> <meta name ="description" content="The complete works of Rabindranath Tagore. Songs, Verses, Stories, Novels, Essays"> <meta name ="keywords" content="Tagoreweb"> <link rel="icon" type="image/png" href="https://tagoreweb.in/../resources/images/TagoreWeb.ico" /> <!-- Font Awesome --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css" integrity="sha512-nMNlpuaDPrqlEls3IX/Q56H36qvBASwb3ipuo3MxeWbsQB1881ox0cRv7UPTgBlriqoynt35KjEwgGUeUXIPnw==" crossorigin="anonymous"/> <link rel="stylesheet" href="https://tagoreweb.in/../resources/css/style.css" media="all"> <!--Google AdSense--> <script data-ad-client="ca-pub-1346472207097106" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-158080474-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-158080474-1'); </script> </head> <body> <header class="container"> <!-- Main Header --> <div class="row"> <div class="col-3"> <!--Navbar--> <nav class="navbar navbar-light navbar-1 white"> <!-- Collapse button --> <button class="navbar-toggler p-0 border-0 pt-4" type="button" aria-label="Toggle navigation" onclick="openNav()"><span class="navbar-toggler-icon"></span></button> <!-- Collapsible content --> <div id="mySidenav" class="sidenav"> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a> <!-- Links --> <ul class="navbar-nav mr-auto"> <li class="nav-item active"> <a class="nav-link" href="https://tagoreweb.in">Home</a> </li> <li class="nav-item "> <a class="nav-link" href="https://tagoreweb.in/Artists">Artists</a> </li> <li class="nav-item "> <a class="nav-link" href="https://tagoreweb.in/Verses">Verses</a> </li> <li class="nav-item "> <a class="nav-link" href="https://tagoreweb.in/Songs">Songs</a> </li> <li class="nav-item "> <a class="nav-link" href="https://tagoreweb.in/Novels">Novels</a> </li> <li class="nav-item "> <a class="nav-link" href="https://tagoreweb.in/Stories">Stories</a> </li> <li class="nav-item "> <a class="nav-link" href="https://tagoreweb.in/Plays">Plays</a> </li> <li class="nav-item "> <a class="nav-link" href="https://tagoreweb.in/Essays">Essays</a> </li> <li class="nav-item "> <a class="nav-link" href="https://tagoreweb.in/Others">Others</a> </li> <li class="nav-item"> <a class="nav-link login-mobile-link" href="#" data-toggle="modal" data-target="#loginModal">Login</a> </li> </ul> <!-- Links --> </div> <!-- Collapsible content --> </nav> <!--/.Navbar--> </div> <div class="col-6 text-center logo-div"> <a href="https://tagoreweb.in" class="logo pt-3 mt-0"><img src="https://tagoreweb.in/../resources/images/Tagoreweb_Logo_Horizontal.png" alt="Tagoreweb" width="250px"></a> </div> <div class="col-3 text-right"> <button type="button" class="btn btn-login login-desktop-link mt-3" data-toggle="modal" data-target="#loginModal"> Login </button> <!-- The Modal --> <div class="modal" id="loginModal"> <div class="modal-dialog modal-lg modal-dialog-centered"> <div class="modal-content"> <!-- Modal body --> <div class="modal-body text-left"> <button type="button" class="close" data-dismiss="modal">&times;</button> <ul class="nav nav-tabs justify-center"> <li class="nav-item"> <a class="nav-link active" data-toggle="tab" href="#home" id="login_menu">Login</a> </li> <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#menu1" id="signup_menu">Signup</a> </li> </ul> <!-- Tab panes --> <div class="tab-content"> <div class="tab-pane container active pt-3" id="home"> <form method="POST" action="https://tagoreweb.in/authenticate" class="d-none"> <input type="hidden" name="_token" value="q6YxGWS65Nrh2TJgrY9KwlXBmbKxoEuIQkMtgf15"> <div class="form-group"> <label class="block font-medium text-sm text-gray-700" for="email"> Email </label> <input class="border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 rounded-md shadow-sm block mt-1 w-full form-control bg-transparent text-dark" id="email" type="email" name="email" required="required" autofocus="autofocus" autocomplete="username"> </div> <div class="form-group"> <label class="block font-medium text-sm text-gray-700" for="password"> Password </label> <input class="border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 rounded-md shadow-sm block mt-1 w-full form-control bg-transparent text-dark" id="password" type="password" name="password" required="required" autocomplete="current-password"> </div> <div class="flex items-center justify-center mt-4"> <a class="underline text-sm text-gray-600 hover:text-gray-900 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 d-none" href="https://tagoreweb.in/password/reset"> Forgot your password? </a> <button type="submit" class="inline-flex items-center px-4 py-2 bg-gray-800 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-gray-700 focus:bg-gray-700 active:bg-gray-900 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 transition ease-in-out duration-150 btn-lg w-100 text-center btn-dark border-0"> Log in </button> <span class="d-inline-block w-100 text-dark text-center mt-4">Or Continue With</span> <ul class="nav nav-tabs justify-center mt-4"> <li class="nav-item"> <a href="https://tagoreweb.in/auth/google" class="ml-0"> <i class="fab fa-google fa-2x"></i> </a> </li> <li class="nav-item d-none"> <a href="https://tagoreweb.in/connect" class="ml-3"> <i class="fab fa-microsoft fa-2x"></i> </a> </li> <li class="nav-item"> <a href="https://tagoreweb.in/auth/facebook" class="ml-3"> <i class="fab fa-facebook fa-2x"></i> </a> </li> </ul> </div> </form> <span class="d-inline-block w-100 text-dark text-center mt-4">Login With</span> <ul class="nav nav-tabs justify-center mt-4"> <li class="nav-item"> <a href="https://tagoreweb.in/auth/google" class="ml-0"> <i class="fab fa-google fa-2x"></i> </a> </li> <li class="nav-item d-none"> <a href="https://tagoreweb.in/connect" class="ml-3"> <i class="fab fa-microsoft fa-2x"></i> </a> </li> <li class="nav-item"> <a href="https://tagoreweb.in/auth/facebook" class="ml-3"> <i class="fab fa-facebook fa-2x"></i> </a> </li> </ul> </div> <div class="tab-pane container fade pt-3" id="menu1"> <form method="POST" action="https://tagoreweb.in/store" class="d-none"> <input type="hidden" name="_token" value="q6YxGWS65Nrh2TJgrY9KwlXBmbKxoEuIQkMtgf15"> <div class="form-group"> <label class="block font-medium text-sm text-gray-700" for="name"> Name </label> <input class="border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 rounded-md shadow-sm block mt-1 w-full form-control bg-transparent text-dark" id="name" type="text" name="name" required="required" autofocus="autofocus" autocomplete="name"> </div> <div class="form-group"> <label class="block font-medium text-sm text-gray-700" for="register_email"> Email </label> <input class="border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 rounded-md shadow-sm block mt-1 w-full form-control bg-transparent text-dark" id="register_email" type="email" name="register_email" required="required" autocomplete="username"> </div> <div class="form-group"> <label class="block font-medium text-sm text-gray-700" for="password"> Password </label> <input class="border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 rounded-md shadow-sm block mt-1 w-full form-control bg-transparent text-dark" id="password" type="password" name="password" required="required" autocomplete="new-password"> </div> <div class="form-group"> <label class="block font-medium text-sm text-gray-700" for="password_confirmation"> Confirm Password </label> <input class="border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 rounded-md shadow-sm block mt-1 w-full form-control bg-transparent text-dark" id="password_confirmation" type="password" name="password_confirmation" required="required" autocomplete="new-password"> </div> <div class="flex items-center justify-end mt-4"> <button type="submit" class="inline-flex items-center px-4 py-2 bg-gray-800 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-gray-700 focus:bg-gray-700 active:bg-gray-900 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 transition ease-in-out duration-150 w-100 btn-submit text-center btn-dark border-0"> Register </button> <span class="d-inline-block w-100 text-dark text-center mt-4">Or Continue With</span> <ul class="nav nav-tabs justify-center mt-4"> <li class="nav-item"> <a href="https://tagoreweb.in/auth/google" class="ml-0"> <i class="fab fa-google fa-2x"></i> </a> </li> <li class="nav-item d-none"> <a href="https://tagoreweb.in/connect" class="ml-3"> <i class="fab fa-microsoft fa-2x"></i> </a> </li> <li class="nav-item"> <a href="https://tagoreweb.in/auth/facebook" class="ml-3"> <i class="fab fa-facebook fa-2x"></i> </a> </li> </ul> </div> </form> <span class="d-inline-block w-100 text-dark text-center mt-4">Signup With</span> <ul class="nav nav-tabs justify-center mt-4"> <li class="nav-item"> <a href="https://tagoreweb.in/auth/google" class="ml-0"> <i class="fab fa-google fa-2x"></i> </a> </li> <li class="nav-item d-none"> <a href="https://tagoreweb.in/connect" class="ml-3"> <i class="fab fa-microsoft fa-2x"></i> </a> </li> <li class="nav-item"> <a href="https://tagoreweb.in/auth/facebook" class="ml-3"> <i class="fab fa-facebook fa-2x"></i> </a> </li> </ul> </div> </div> </div> </div> </div> </div> <form role="search" method="get" class="search-form header-search pt-3" action="https://tagoreweb.in/search-result"> <label> <input type="search" class="search-field" placeholder="Search …" value="" name="q" title="Search for:" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> </header> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <div class="container"> <div class="row d-none"> <div class="col-12 p-0"> <div id="home_slider" class="carousel slide pt-5" data-ride="carousel"> <!-- Indicators --> <ul class="carousel-indicators"> <li data-target="#demo" data-slide-to="0" class="active"></li> <li data-target="#demo" data-slide-to="1"></li> <li data-target="#demo" data-slide-to="2"></li> </ul> <!-- The slideshow --> <div class="carousel-inner"> <div class="carousel-item active"> <img src="https://www.w3schools.com/bootstrap4/la.jpg" alt="Los Angeles" width="100%" height="500"> </div> <div class="carousel-item"> <img src="https://www.w3schools.com/bootstrap4/chicago.jpg" alt="Chicago" width="100%" height="500"> </div> <div class="carousel-item"> <img src="https://www.w3schools.com/bootstrap4/ny.jpg" alt="New York" width="100%" height="500"> </div> </div> </div> </div> </div> <div class="row pt-5"> <div class="col-md-4"> <div class="home-box without-img" onclick="window.location='https://tagoreweb.in/Stories/onyanyo-148/se-2779'"> <a href="https://tagoreweb.in/Stories/onyanyo-148/se-2779"><div class="title m-0">সে</div></a> <a href="https://tagoreweb.in/Stories" class="content-type">Stories</a> <div class="content"> <?xml version="1.0"?> সুহৃদ্বর শ্রীযুক্ত চারুচন্দ্র ভট্টাচার্য<br/>করতলযুগলেষু<br/> </div> <a class="read-more d-none" href="https://tagoreweb.in/Stories/onyanyo-148/se-2779">আরো দেখুন</a> </div> </div> <div class="col-md-4"> <div class="home-box without-img" onclick="window.location='https://tagoreweb.in/Stories/galpoguchchho-84/boshtomi-2032'"> <a href="https://tagoreweb.in/Stories/galpoguchchho-84/boshtomi-2032"><div class="title m-0">বোষ্টমী</div></a> <a href="https://tagoreweb.in/Stories" class="content-type">Stories</a> <div class="content"> <?xml version="1.0"?> আমি লিখিয়া থাকি অথচ লোকরঞ্জন আমার কলমের ধর্ম নয়, এইজন্য লোকেও আমাকে সদাসর্বদা যে রঙে রঞ্জিত করিয়া থাকে তাহাতে কালির ভাগই বেশি। আমার সম্বন্ধে অনেক কথাই শুনিতে হয়; কপালক্রমে সেগুলি হিতকথা নয়, মনোয়ারী তো নহেই।<br/>শরীরে যেখানটায় ঘা পড়িতে থাকে সে জায়গাটা যত তুচ্ছই হোক সমস্ত দেহটাকে বেদনার জোরে সেই ছাড়াইয়া যায়। সে লোক গালি খাইয়া মানুষ হয়, সে আপনার স্বভাবকে যেন ঠেলিয়া একঝোঁকা হইয়া পড়ে। আপনার চারি দিককে ছাড়াইয়া আপনাকেই কেবল তাহার মনে পড়ে-- সেটা আরামও নয়, কল্যাণও নয়। আপনাকে ভোলাটাই তো স্বস্তি।<br/> </div> <a class="read-more d-none" href="https://tagoreweb.in/Stories/galpoguchchho-84/boshtomi-2032">আরো দেখুন</a> </div> </div> <div class="col-md-4"> <div class="home-box" onclick="window.location='https://tagoreweb.in/Artists/285?rd=9649'"> <div class="current-song-youtube-video mt-0"> <a href="https://tagoreweb.in/Artists/285?rd=9649" class="d-inline-block"><img alt="Video thumbnail" src="https://img.youtube.com/vi/UmrubTMi4Yw/0.jpg" width="360" height="200"></a> </div> <div class="content-btm"> <a href="https://tagoreweb.in/Artists/285?rd=9649"><div class="title">সকল হৃদয় দিয়ে ভালোবেসেছি যারে</div></a> <a href="https://tagoreweb.in/Artists/285"><div class="writer">**সমবেত**</div></a> <a href="https://tagoreweb.in/Artists" class="content-type">Artists</a> </div> </div> </div> <div class="col-md-4"> <div class="home-box" onclick="window.location='https://tagoreweb.in/Artists/225?rd=1694'"> <div class="current-song-youtube-video mt-0"> <a href="https://tagoreweb.in/Artists/225?rd=1694" class="d-inline-block"><img alt="Video thumbnail" src="https://img.youtube.com/vi/xlvbMcXBnOs/0.jpg" width="360" height="200"></a> </div> <div class="content-btm"> <a href="https://tagoreweb.in/Artists/225?rd=1694"><div class="title">সখী, বহে গেল বেলা</div></a> <a href="https://tagoreweb.in/Artists/225"><div class="writer">বাবুল সুপ্রিয়</div></a> <a href="https://tagoreweb.in/Artists" class="content-type">Artists</a> </div> </div> </div> <div class="col-md-4"> <div class="home-box without-img" onclick="window.location='https://tagoreweb.in/Verses/gitanjali-62/ninda-dukkhe-opomane-3204'"> <a href="https://tagoreweb.in/Verses/gitanjali-62/ninda-dukkhe-opomane-3204"><div class="title m-0">নিন্দা দুঃখে অপমানে</div></a> <a href="https://tagoreweb.in/Verses" class="content-type">Verses</a> <div class="content"> <?xml version="1.0"?> নিন্দা দুঃখে অপমানে<br/>              যত আঘাত খাই<br/>তবু জানি কিছুই সেথা<br/>              হারাবার তো নাই।<br/>   থাকি যখন ধুলার 'পরে<br/>   ভাবতে না হয় আসনতরে,<br/>    দৈন্যমাঝে অসংকোচে<br/>              প্রসাদ তব চাই।<br/>                    লোকে যখন ভালো বলে,<br/>                           যখন সুখে থাকি,<br/>                    জানি মনে তাহার মাঝে<br/>                           অনেক আছে ফাঁকি।<br/>                      সেই ফাঁকিরে সাজিয়ে লয়ে<br/>                      ঘুরে বেড়াই মাথায় বয়ে,<br/>                      তোমার কাছে যাব এমন<br/>                                  সময় নাহি পাই।<br/> </div> <a class="read-more d-none" href="https://tagoreweb.in/Verses/gitanjali-62/ninda-dukkhe-opomane-3204">আরো দেখুন</a> </div> </div> <div class="col-md-4"> <div class="home-box without-img" onclick="window.location='https://tagoreweb.in/Stories/galposalpo-149/utsargo-4074'"> <a href="https://tagoreweb.in/Stories/galposalpo-149/utsargo-4074"><div class="title m-0">উৎসর্গ</div></a> <a href="https://tagoreweb.in/Stories" class="content-type">Stories</a> <div class="content"> <?xml version="1.0"?> শেষ পারানির খেয়ায় তুমি<br/>    দিনশেষের নেয়ে<br/> </div> <a class="read-more d-none" href="https://tagoreweb.in/Stories/galposalpo-149/utsargo-4074">আরো দেখুন</a> </div> </div> <div class="col-md-4"> <div class="home-box" onclick="window.location='https://tagoreweb.in/Artists/637?rd=7172'"> <div class="current-song-youtube-video mt-0"> <a href="https://tagoreweb.in/Artists/637?rd=7172" class="d-inline-block"><img alt="Video thumbnail" src="https://img.youtube.com/vi/WV5NBlv2RnY/0.jpg" width="360" height="200"></a> </div> <div class="content-btm"> <a href="https://tagoreweb.in/Artists/637?rd=7172"><div class="title">ওরে সাবধানী পথিক,</div></a> <a href="https://tagoreweb.in/Artists/637"><div class="writer">প্রিয়াশ্রী দাস</div></a> <a href="https://tagoreweb.in/Artists" class="content-type">Artists</a> </div> </div> </div> <div class="col-md-4"> <div class="home-box" onclick="window.location='https://tagoreweb.in/Artists/49?rd=11947'"> <div class="current-song-youtube-video mt-0"> <a href="https://tagoreweb.in/Artists/49?rd=11947" class="d-inline-block"><img alt="Video thumbnail" src="https://img.youtube.com/vi/OccOtL1YJW8/0.jpg" width="360" height="200"></a> </div> <div class="content-btm"> <a href="https://tagoreweb.in/Artists/49?rd=11947"><div class="title">এবার নীরব করে দাও</div></a> <a href="https://tagoreweb.in/Artists/49"><div class="writer">জয়তী চক্রবর্তী</div></a> <a href="https://tagoreweb.in/Artists" class="content-type">Artists</a> </div> </div> </div> <div class="col-md-4"> <div class="home-box" onclick="window.location='https://tagoreweb.in/Artists/671?rd=9828'"> <div class="current-song-youtube-video mt-0"> <a href="https://tagoreweb.in/Artists/671?rd=9828" class="d-inline-block"><img alt="Video thumbnail" src="https://img.youtube.com/vi/bvsMhW9WjzU/0.jpg" width="360" height="200"></a> </div> <div class="content-btm"> <a href="https://tagoreweb.in/Artists/671?rd=9828"><div class="title">সুন্দর হৃদিরঞ্জন তুমি</div></a> <a href="https://tagoreweb.in/Artists/671"><div class="writer">মৌমিতা পালিত</div></a> <a href="https://tagoreweb.in/Artists" class="content-type">Artists</a> </div> </div> </div> <div class="col-md-4"> <div class="home-box without-img" onclick="window.location='https://tagoreweb.in/Verses/shishu-52/keno-modhur-314'"> <a href="https://tagoreweb.in/Verses/shishu-52/keno-modhur-314"><div class="title m-0">কেন মধুর</div></a> <a href="https://tagoreweb.in/Verses" class="content-type">Verses</a> <div class="content"> <?xml version="1.0"?>        রঙিন খেলেনা দিলে ও রাঙা হাতে<br/>       তখন বুঝি রে বাছা, কেন যে প্রাতে<br/>এত রঙ খেলে মেঘে          জলে রঙ ওঠে জেগে,<br/>       কেন এত রঙ লেগে ফুলের পাতে --<br/>       রাঙা খেলা দেখি যবে ও রাঙা হাতে।<br/>গান গেয়ে তোরে আমি নাচাই যবে<br/>       আপন হৃদয়-মাঝে বুঝি রে তবে,<br/>  পাতায় পাতায় বনে      ধ্বনি এত কী কারণে,<br/>       ঢেউ বহে নিজমনে তরল রবে,<br/>       বুঝি তা তোমারে গান শুনাই যবে।<br/>       যখন নবনী দিই লোলুপ করে<br/>       হাতে মুখে মেখেচুকে বেড়াও ঘরে,<br/>  তখন বুঝিতে পারি      স্বাদু কেন নদীবারি,<br/>       ফল মধুরসে ভারী কিসের তরে,<br/>       যখন নবনী দিই লোলুপ করে।<br/>       যখন চুমিয়ে তোর বদনখানি<br/>       হাসিটি ফুটায়ে তুলি তখনি জানি<br/>  আকাশ কিসের সুখে    আলো দেয় মোর মুখে,<br/>       বায়ু দিয়ে যায় বুকে অমৃত আনি--<br/>       বুঝি তা চুমিলে তোর বদনখানি।<br/> </div> <a class="read-more d-none" href="https://tagoreweb.in/Verses/shishu-52/keno-modhur-314">আরো দেখুন</a> </div> </div> <div class="col-md-4"> <div class="home-box without-img" onclick="window.location='https://tagoreweb.in/Verses/sfulingo-500/he-pakhi-cholechho-chhari-7389'"> <a href="https://tagoreweb.in/Verses/sfulingo-500/he-pakhi-cholechho-chhari-7389"><div class="title m-0">256</div></a> <a href="https://tagoreweb.in/Verses" class="content-type">Verses</a> <div class="content"> <?xml version="1.0"?> হে পাখি, চলেছ ছাড়ি<br/>     তব এ পারের বাসা,<br/>ও পারে দিয়েছ পাড়ি--<br/>     কোন্‌ সে নীড়ের আশা?<br/> </div> <a class="read-more d-none" href="https://tagoreweb.in/Verses/sfulingo-500/he-pakhi-cholechho-chhari-7389">আরো দেখুন</a> </div> </div> <div class="col-md-4"> <div class="home-box" onclick="window.location='https://tagoreweb.in/Artists/624?rd=14299'"> <div class="current-song-youtube-video mt-0"> <a href="https://tagoreweb.in/Artists/624?rd=14299" class="d-inline-block"><img alt="Video thumbnail" src="https://img.youtube.com/vi/nUkM3lx7l60/0.jpg" width="360" height="200"></a> </div> <div class="content-btm"> <a href="https://tagoreweb.in/Artists/624?rd=14299"><div class="title">বসন্ত সে যায়</div></a> <a href="https://tagoreweb.in/Artists/624"><div class="writer">সত্যম দেবনাথ</div></a> <a href="https://tagoreweb.in/Artists" class="content-type">Artists</a> </div> </div> </div> <div class="col-md-4"> <div class="home-box" onclick="window.location='https://tagoreweb.in/Artists/624?rd=13831'"> <div class="current-song-youtube-video mt-0"> <a href="https://tagoreweb.in/Artists/624?rd=13831" class="d-inline-block"><img alt="Video thumbnail" src="https://img.youtube.com/vi/LSenENvItQQ/0.jpg" width="360" height="200"></a> </div> <div class="content-btm"> <a href="https://tagoreweb.in/Artists/624?rd=13831"><div class="title">তুমি রবে নীরবে</div></a> <a href="https://tagoreweb.in/Artists/624"><div class="writer">সত্যম দেবনাথ</div></a> <a href="https://tagoreweb.in/Artists" class="content-type">Artists</a> </div> </div> </div> <div class="col-md-4"> <div class="home-box without-img" onclick="window.location='https://tagoreweb.in/Stories/galpoguchchho-84/songskar-1006'"> <a href="https://tagoreweb.in/Stories/galpoguchchho-84/songskar-1006"><div class="title m-0">সংস্কার</div></a> <a href="https://tagoreweb.in/Stories" class="content-type">Stories</a> <div class="content"> <?xml version="1.0"?> চিত্রগুপ্ত এমন অনেক পাপের হিসাব বড়ো অক্ষরে তাঁর খাতায় জমা করেন যা থাকে পাপীর নিজের অগোচরে। তেমনি এমন পাপও ঘটে যাকে আমিই চিনি পাপ বলে, আর-কেউ না। যেটার কথা লিখতে বসেছি সেটা সেই জাতের। চিত্রগুপ্তের কাছে জবাবদিহি করবার পূর্বে আগে-ভাগে কবুল করলে অপরাধের মাত্রাটা হাল্‌কা হবে।<br/>ব্যাপারটা ঘটেছিল কাল শনিবার দিনে। সেদিন আমাদের পাড়ায় জৈনদের মহলে কী একটা পরব ছিল। আমার স্ত্রী কলিকাকে নিয়ে মোটরে করে বেরিয়েছিলুম-- চায়ের নিমন্ত্রণ ছিল বন্ধু নয়নমোহনের বাড়িতে।<br/> </div> <a class="read-more d-none" href="https://tagoreweb.in/Stories/galpoguchchho-84/songskar-1006">আরো দেখুন</a> </div> </div> <div class="col-md-4"> <div class="home-box" onclick="window.location='https://tagoreweb.in/Artists/333?rd=8303'"> <div class="current-song-youtube-video mt-0"> <a href="https://tagoreweb.in/Artists/333?rd=8303" class="d-inline-block"><img alt="Video thumbnail" src="https://img.youtube.com/vi/k18S463kgqE/0.jpg" width="360" height="200"></a> </div> <div class="content-btm"> <a href="https://tagoreweb.in/Artists/333?rd=8303"><div class="title">চিরদিবস নব মাধুরী</div></a> <a href="https://tagoreweb.in/Artists/333"><div class="writer">দীপঙ্কর বসু</div></a> <a href="https://tagoreweb.in/Artists" class="content-type">Artists</a> </div> </div> </div> </div> <!-- AddToAny BEGIN --> <div class="a2a_kit a2a_kit_size_32 a2a_default_style mt-5"> <!--a class="a2a_dd" href="https://www.addtoany.com/share">&#160;</a--> <a class="a2a_button_facebook">&#160;</a> <a class="a2a_button_twitter">&#160;</a> <a class="a2a_button_email">&#160;</a> <a class="a2a_button_whatsapp">&#160;</a> <a class="a2a_button_google_gmail">&#160;</a> </div> <!-- AddToAny END --> <div class="sharethis-inline-share-buttons"></div> </div> </div> <!-- Main Footer --> <footer class="main-footer container"> <div class="row"> <div class="copyright col-md-3"> &copy; Kriya Unlimited | 2010 - 2025 </div> <div class="col-md-8 footer-menu text-center"> <ul class="p-0"> <li><a href="https://tagoreweb.in/biography">Tagore's Biography</a></li> <li><a href="https://tagoreweb.in/contact-us">Contact Us</a></li> <li><a href="https://tagoreweb.in/submission-help">Video Submission</a></li> <li><a href="https://tagoreweb.in/acknowledgements">Acknowledgements</a></li> <li><a href="https://tagoreweb.in/privacy-statement">Privacy Statement</a></li> <li><a href="https://tagoreweb.in/terms-of-use">Terms Of Use</a></li> </ul> </div> <div class=" footer-social col-md-1 text-right"> <ul class="d-inline-flex p-0"> <li><a href="https://www.facebook.com/TagoreWeb/" target="_blank"><i class="fab fa-facebook-f"></i></a></li> <li><a href="#"><i class="fab fa-twitter"></i></a></li> <li><a href="#"><i class="fab fa-instagram"></i></a></li> </ul> </div> </div> </footer> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous" ></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.3/dist/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js" integrity="sha512-2ImtlRlf2VVmiGZsjm9bEyhjGW4dU7B6TNwh/hx/iSByxNENtj3WVE6o/9Lj4TJeVXPi4bnOIMXFIJJAeufa0A==" crossorigin="anonymous"></script> <script async src="https://static.addtoany.com/menu/page.js"></script> <!-- Bootstrap Select Js --> <script src="https://tagoreweb.in/js/bootstrap-select.js"></script> <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script> <script> function openNav() { document.getElementById("mySidenav").style.width = "200px"; } /* Set the width of the side navigation to 0 */ function closeNav() { document.getElementById("mySidenav").style.width = "0"; } </script> <script> $(function(){ $('select').select2(); }) </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10