Misc. fix: Lint Affiliated groups
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
'IEEEXtreme Competition',
|
'IEEEXtreme Competition',
|
||||||
'Networking Events'
|
'Networking Events'
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
strokeWidth={2.5}
|
strokeWidth={2.5}
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
focusable="false"
|
focusable="false"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<h3 id={`group-${i}-title`} class="text-ecsess-50 text-2xl font-bold">
|
<h3 id={`group-${i}-title`} class="text-ecsess-50 text-2xl font-bold">
|
||||||
{group.name}
|
{group.name}
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer external"
|
rel="noopener noreferrer external"
|
||||||
aria-label={`Visit ${group.name} website`}
|
aria-label={`Visit ${group.name} website`}
|
||||||
class="bg-ecsess-800 hover:bg-ecsess-500 flex h-10 w-10 items-center justify-center rounded-lg text-ecsess-100 hover:text-ecsess-50 shadow-md transition-all hover:shadow-lg active:scale-95"
|
class="bg-ecsess-800 hover:bg-ecsess-500 text-ecsess-100 hover:text-ecsess-50 flex h-10 w-10 items-center justify-center rounded-lg shadow-md transition-all hover:shadow-lg active:scale-95"
|
||||||
>
|
>
|
||||||
<Globe class="h-5 w-5" strokeWidth={2.5} aria-hidden="true" focusable="false" />
|
<Globe class="h-5 w-5" strokeWidth={2.5} aria-hidden="true" focusable="false" />
|
||||||
</a>
|
</a>
|
||||||
@@ -112,9 +112,14 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer external"
|
rel="noopener noreferrer external"
|
||||||
aria-label={`Follow ${group.name} on Instagram`}
|
aria-label={`Follow ${group.name} on Instagram`}
|
||||||
class="bg-ecsess-800 hover:bg-ecsess-500 flex h-10 w-10 items-center justify-center rounded-lg text-ecsess-100 hover:text-ecsess-50 shadow-md transition-all hover:shadow-lg active:scale-95"
|
class="bg-ecsess-800 hover:bg-ecsess-500 text-ecsess-100 hover:text-ecsess-50 flex h-10 w-10 items-center justify-center rounded-lg shadow-md transition-all hover:shadow-lg active:scale-95"
|
||||||
>
|
>
|
||||||
<Instagram class="h-5 w-5" strokeWidth={2.5} aria-hidden="true" focusable="false" />
|
<Instagram
|
||||||
|
class="h-5 w-5"
|
||||||
|
strokeWidth={2.5}
|
||||||
|
aria-hidden="true"
|
||||||
|
focusable="false"
|
||||||
|
/>
|
||||||
</a>
|
</a>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
@@ -144,7 +149,8 @@
|
|||||||
<!-- Bottom CTA -->
|
<!-- Bottom CTA -->
|
||||||
<div class="mt-12 text-center">
|
<div class="mt-12 text-center">
|
||||||
<p class="text-ecsess-300 text-sm">
|
<p class="text-ecsess-300 text-sm">
|
||||||
Want to get involved? Visit their websites and social media pages to learn about upcoming events and how to join!
|
Want to get involved? Visit their websites and social media pages to learn about upcoming
|
||||||
|
events and how to join!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user