Skip to content

Commit 882395c

Browse files
committed
links update and remove pythoness network
1 parent d0222a7 commit 882395c

2 files changed

Lines changed: 4 additions & 258 deletions

File tree

src/app/links/page.tsx

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ const socialLinks: LinkItem[] = [
4444
color: 'bg-white/10 hover:bg-white/20',
4545
icon: '/icons/bluesky.svg'
4646
},
47-
{
48-
name: 'Slack',
49-
url: 'https://join.slack.com/t/pythoness-network/shared_invite/zt-39an3ft5g-aECsS7ST9aapySR9yGewZw',
50-
color: 'bg-white/10 hover:bg-white/20',
51-
icon: '/icons/slack-alt-svgrepo-com.svg'
52-
}
5347
]
5448

5549
// Featured async service
@@ -76,10 +70,9 @@ const bookingLinks: LinkItem[] = [
7670
// Resource links - easy to update
7771
const resourceLinks: LinkItem[] = [
7872
{
79-
name: 'Slack Community: Pythoness Network',
80-
url: '/network',
81-
color: 'bg-brand-green-dark text-white border-2 border-brand-green-accent hover:bg-brand-green-dark/90 hover:border-brand-green-accent/80',
82-
boldPart: 'Pythoness Network'
73+
name: 'Digital Accessibility Legal Guide',
74+
url: '/accessibility',
75+
color: 'bg-brand-purple-light text-black hover:bg-brand-purple-light/90'
8376
},
8477
{
8578
name: 'Mindful Automation',
@@ -236,11 +229,7 @@ export default function LinksPage() {
236229
className={`block ${link.color} w-10 h-10 rounded-full flex items-center justify-center transition-transform hover:scale-110 focus:outline-none focus:ring-2 focus:ring-brand-green-accent focus:ring-offset-2 focus:ring-offset-brand-green-dark`}
237230
aria-label={link.name}
238231
>
239-
{link.icon && link.name === 'Slack' ? (
240-
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" className="w-5 h-5 text-white">
241-
<path d="M23,9.5A3.50424,3.50424,0,0,0,19.5,6a3.45946,3.45946,0,0,0-1.5.35107V4.5a3.49466,3.49466,0,0,0-6-2.44171A3.48676,3.48676,0,0,0,6.35107,6H4.5a3.49466,3.49466,0,0,0-2.44171,6A3.48676,3.48676,0,0,0,6,17.64893V19.5a3.49466,3.49466,0,0,0,6,2.44171A3.48676,3.48676,0,0,0,17.64893,18H19.5a3.49466,3.49466,0,0,0,2.44171-6A3.48559,3.48559,0,0,0,23,9.5Zm-10-5a1.5,1.5,0,0,1,3,0v5a1.5,1.5,0,0,1-3,0Zm-7,10A1.5,1.5,0,1,1,4.5,13H6Zm5,5a1.5,1.5,0,0,1-3,0v-5a1.5,1.5,0,0,1,3,0ZM9.5,11h-5a1.5,1.5,0,0,1,0-3h5a1.5,1.5,0,0,1,0,3ZM11,6H9.5A1.5,1.5,0,1,1,11,4.5Zm1,6.05829c-.01935-.01978-.03851-.03894-.05829-.05829.01978-.01935.03894-.03851.05829-.05829.01935.01978.03851.03894.05829.05829C12.03851,12.01935,12.01935,12.03851,12,12.05829ZM14.5,21A1.50164,1.50164,0,0,1,13,19.5V18h1.5a1.5,1.5,0,0,1,0,3Zm5-5h-5a1.5,1.5,0,0,1,0-3h5a1.5,1.5,0,0,1,0,3Zm0-5H18V9.5A1.5,1.5,0,1,1,19.5,11Z"/>
242-
</svg>
243-
) : link.icon && (
232+
{link.icon && (
244233
<Image
245234
src={link.icon}
246235
alt=""

src/app/network/page.tsx

Lines changed: 0 additions & 243 deletions
This file was deleted.

0 commit comments

Comments
 (0)