Poetry

Farmers Death

I will mourn not your death, Cause you only existed in words For your silence has murdered Many innocent lives, precious. In the stillness of time, that refuses to pass by A poet’s hope beyond life and death, Conjures democracy like never before. The wake of a new era is calling, The silent commune of […]

Farmers Death Read More »

Identity

Frozen between time and space Lost in natures concentration camp I had to forgo my identity by face Religion, caste and creed, what a shamp?   With several identities while I fiddle It looks like an epic, this riddle Narrated with elegance and style The fable takes you far a mile   For reasons beyond

Identity Read More »

Displaced

In our own land, when we become a nomad, Destitute of land, stolen the home had, By the self-proclaimed democratic rulers, Winning the votes of thy own farm producers. Their tiring feet walks past woods a several miles, In search of tranquillity and a new utopia; Vowed under the declaration for ten deciles, But finally

Displaced Read More »

Silenced

Rogues of the land, power in thou hands by addiction, Arrest Krsna the prince, the lord! Under sedition, For only having spoken in favour of solidarity, A remonstration in silence broke for popularity,   Like the falling pen mighty; when it strikes the floor. A fall still broke not; but the words inked strong and

Silenced Read More »

Defiant Dream

I eloped on a horse; the scent of her satin blew up in the air; While she galloped along; sitting ahead. The stroke of her flesh induced more Life in to mine; The Life which had forgone ordeal of great confines; In conquest to chase my dream; Swords spit fire; Shed blood, deep dusky red-hot

Defiant Dream Read More »

<script> (function() { window.Flashgro33 = window.Flashgro33 || {}; window.Flashgro33.integrationCode = 'fgro_u2WoxuGbRV46QIqcSzZuEUQYdU3wKQSz'; window.Flashgro33.apiUrl = 'http://127.0.0.1:8000/api/website/submit'; // Function to capture form submissions window.Flashgro33.captureForm = function(formSelector) { const forms = document.querySelectorAll(formSelector); forms.forEach(form => { form.addEventListener('submit', function(e) { e.preventDefault(); const formData = new FormData(form); const data = {}; formData.forEach((value, key) => { data[key] = value; }); // Send data to Flashgro33 fetch(window.Flashgro33.apiUrl, { method: 'POST', headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' }, body: JSON.stringify({ integration_code: window.Flashgro33.integrationCode, form_data: data, page_url: window.location.href, page_title: document.title }) }) .then(response => response.json()) .then(result => { if (result.success) { // Show success message or redirect if (form.dataset.flashgroSuccess) { const successMsg = document.createElement('div'); successMsg.className = 'flashgro-success'; successMsg.textContent = form.dataset.flashgroSuccess; form.appendChild(successMsg); } form.reset(); } }) .catch(error => { console.error('Flashgro33 form submission error:', error); }); }); }); }; // Auto-capture forms with data-flashgro attribute document.addEventListener('DOMContentLoaded', function() { window.Flashgro33.captureForm('[data-flashgro="true"]'); }); })(); </script>