Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/supporters/supporter-afnet.pdf
Binary file not shown.
Binary file removed public/images/supporters/supporter-afnet.png
Binary file not shown.
1 change: 1 addition & 0 deletions public/images/supporters/supporter-afnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/supporters/supporter-jotneconnect.jpeg
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions public/images/supporters/supporter-jotneconnect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ const milestones = [
<img src="/images/supporters/supporter-nist.svg" alt="NIST" class="h-12 w-auto opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all duration-300 dark:invert dark:opacity-50 dark:hover:opacity-90" />
<img src="/images/supporters/supporter-pdes.png" alt="PDES Inc." class="h-12 w-auto opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all duration-300 dark:invert dark:opacity-50 dark:hover:opacity-90" />
<img src="/images/supporters/supporter-steptools.svg" alt="STEP Tools" class="h-12 w-auto opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all duration-300 dark:invert dark:opacity-50 dark:hover:opacity-90" />
<img src="/images/supporters/supporter-jotneconnect.jpeg" alt="Jotne EPM Technology" class="h-12 w-auto opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all duration-300 dark:invert dark:opacity-50 dark:hover:opacity-90" />
<img src="/images/supporters/supporter-afnet.png" alt="AFNeT Services" class="h-12 w-auto opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all duration-300 dark:invert dark:opacity-50 dark:hover:opacity-90" />
<img src="/images/supporters/supporter-jotneconnect.svg" alt="Jotne EPM Technology" class="h-12 w-auto opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all duration-300 dark:invert dark:opacity-50 dark:hover:opacity-90" />
<img src="/images/supporters/supporter-afnet.svg" alt="AFNeT Services" class="h-12 w-auto opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all duration-300 dark:invert dark:opacity-50 dark:hover:opacity-90" />
<img src="/images/supporters/supporter-ribose.svg" alt="Ribose" class="h-12 w-auto opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all duration-300 dark:invert dark:opacity-50 dark:hover:opacity-90" />
</div>
<p class="text-center mt-8">
Expand Down
4 changes: 2 additions & 2 deletions src/pages/supporters/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ const supporters: Supporter[] = [
},
{
name: 'Jotne EPM Technology',
logo: '/images/supporters/supporter-jotneconnect.jpeg',
logo: '/images/supporters/supporter-jotneconnect.svg',
url: 'https://www.jotne.com',
desc: 'Developer of the EDMvisualExpress tool and EXPRESS Data Manager. Contributed the EDMsdk course materials to ELF.',
},
{
name: 'AFNeT Services',
logo: '/images/supporters/supporter-afnet.png',
logo: '/images/supporters/supporter-afnet.svg',
url: 'https://www.afnet.fr',
desc: 'Led by Jean Brangé. French organization focused on digital interoperability standards for industry, including EasySTEP and STEP Next initiatives.',
},
Expand Down
Loading