From b1cdde20a6cd8646c86a7ef64201438d8de3cea4 Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Thu, 5 Mar 2020 20:10:16 +0000 Subject: [PATCH] make links safer and fix package.json --- index.html | 38 +++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index a432650..505a2df 100755 --- a/index.html +++ b/index.html @@ -47,9 +47,9 @@ @@ -78,14 +78,14 @@

A community of politically conservative makers and probl and activists.

Join the Community - View + View Events
- Our next event is ToryTechs + Our next event is ToryTechs Hack Night on the 18th of March
@@ -142,8 +142,8 @@

Makers

Events

The best way to hear about upcoming events is to join our Meetup group. You - should also Meetup group. You + should also Join the Community to hear about what we're up to.

@@ -158,7 +158,7 @@

Events

Online Community

Our WhatsApp group is the best way to get stuck in for now.

+ target='_blank' rel='noopener noreferrer' class='link'>WhatsApp group is the best way to get stuck in for now.

@@ -172,8 +172,8 @@

Online Community

Why does this exist?

ToryTechs is an answer to CampaignLab, LibDem + class='link' target='_blank' rel='noopener noreferrer'>CampaignLab, LibDem Software Group, and other groups of anti-tory political technologists. We believe the landscape should be more balanced, and there should be more effort put into providing a constructive and supportive space for @@ -191,11 +191,11 @@

Why does this exist?

Support us

We need your support to keep running ToryTechs events

- Give £2/month - Give £5/month - Give £2/month + Give £5/month + Give £10/month

@@ -211,16 +211,16 @@

Support us

Who's behind it?

ToryTechs was founded in 2019 by Joe Reeve and Waverley + href='https://simmsreeve.com' target='_blank' rel='noopener noreferrer'>Joe Reeve and Waverley Coquet

- Joe is a Fellow of The + Joe is a Fellow of The London College of Political Technologists, founder of HackThePress.Org, and general open-source contributor. + target='_blank' rel='noopener noreferrer'>HackThePress.Org, and general open-source contributor.
Waverley is an American-Canadian import, with a passion for technology, events, and making the diff --git a/package.json b/package.json index 5092dc0..df25887 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "bugs": { "url": "https://github.com/ToryTechs/website/issues" }, - "homepage": "https://github.com/ToryTechs/website#readme" + "homepage": "https://github.com/ToryTechs/website#readme", "devDependencies": { "@testing-library/cypress": "^5.3.0", "axe-core": "^3.5.1",