ADVERTISEMENT

London marks 50 years of Pride

Published Jul 3, 2022 05:44 pm

LONDON, United Kingdom -- London on Saturday celebrated the 50th anniversary of its first Pride parade, marking half a century of progress in the fight for equality and tolerance but with warnings that more still needs to be done.

Members of the Lesbian, Gay, Bisexual and Transgender (LGBT+) community take part in the annual Pride Parade in the streets of Soho in London on July 2, 2022. Niklas HALLE'N / AFP

Several hundred people took part in the first march on July 1, 1972, just five years after homosexuality was decriminalised in the UK.

Fifty years on, more than 600 LGBTQ+ groups danced, sang and rode floats along a similar route to the original protest, in the first Pride since the coronavirus pandemic, watched by huge cheering crowds.

London Mayor Sadiq Khan told reporters the event, which organisers said was the "biggest and most inclusive" in its history, was a celebration of community, unity and progress.

But he said it was also a reminder of the need to "campaign and never be complacent" and the need for "an open, inclusive, accepting world".

"We saw this time last week an attack in Oslo just hours before that parade, where two people lost their lives and more than 20 were injured," he said.

"So, we've got to be conscious of the fact that there's still a danger to this community of discrimination, bias and violence."

Khan's predecessor as mayor, Prime Minister Boris Johnson, said it gave him "the greatest pride to lead a country where you can love whomever you choose to love and where you can be free to be whoever you want to be".

The 50th anniversary was a "milestone", he said, paying tribute to the bravery of those who did it first.

Peter Tatchell, a veteran gay rights campaigner who took part in the 1972 march, said some from the original event have boycotted the modern-day sponsored version as "depoliticised and commercialised".

- Campaigning -

In 1972, "Gay Pride", as it was then known, was a demand for visibility and equality against a backdrop of lingering prejudice, discrimination and fear among many gay men and women about coming out.

In the 1980s, Pride became a focal point for campaigning against legislation by prime minister Margaret Thatcher's Conservative government against the "promotion of homosexuality" in schools.

It also helped to raise awareness and support for people with HIV/Aids.

Now, with the rainbow flag of inclusion and tolerance spread ever more widely over the spectrum of human sexuality and gender, Pride in London is more celebration than protest.

Tatchell said that despite victories such as same-sex marriage, "we are still fighting to ban LGBT+ conversion practices which seek to change a person's sexual orientation or gender identity".

"We're still fighting to secure trans people's right to change their legal documents with ease by a simple statutory declaration. And of course, we are standing in solidarity with a global LGBT+ movement," he told AFP.

Julian Hows, now 67, was at the first march. He said "progress is always incremental", criticising curbs on LGBTQ+ rights around the world.

"We have to be vigilant. The price of liberation and to keeping people's human rights intact is vigilance," he added.

- Visibility -

Padraigin Ni Raghillig, president of Dykes on Bikes London, a motorcycle club for gay women, said the event retained part of its original campaigning spirit.

"It's still important, I think, to at least once a year to be out and about, and to say 'we're here, we're queer, and we're not going shopping'," said Ni Raghillig, astride a Harley Davidson.

Among those marching was a contingent from Ukraine, who criticised homophobia in Russia.

This year's Pride saw warnings for people with monkeypox symptoms to stay away, after public health officials said many cases in the UK were reported among gay and bisexual men.

LGBTQ+ campaign group Stonewall said everyone had a part to play to stop the spread of monkeypox, which is passed through close contact regardless of sexual orientation.

Related Tags

London UK LGBTQ+ Pride
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.