sponsors.ts 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. export const rightRichTextSponsors = []
  2. export const rightLogoSmallSponsors = [
  3. {
  4. name: 'BuildAdmin',
  5. img: '/images/sponsors/buildadmin.png',
  6. imgL: '/images/sponsors/buildadmin-l.png',
  7. url: 'https://wonderful-code.gitee.io/?from=element-plus',
  8. slogan: 'Vue3 opensource admin system',
  9. slogan_cn: 'Vue3企业级开源后台管理系统',
  10. },
  11. {
  12. name: 'bit',
  13. img: '/images/bit.svg',
  14. imgL: '/images/bit-l.png',
  15. url: 'https://bit.dev/?from=element-ui',
  16. slogan: 'Share Code',
  17. isDark: true, // dark theme
  18. },
  19. ]
  20. export const leftCustomImgSponsors = [
  21. {
  22. name: 'VForm',
  23. img: '/images/vform.png',
  24. url: 'https://vform666.com/vform3.html?from=element_plus',
  25. slogan: 'Vue 2/3 Visual/Low-Code Forms',
  26. slogan_cn: 'Vue 2/3 可视化低代码表单',
  27. banner_img: '/images/vform-banner.png',
  28. },
  29. {
  30. name: 'JSDesign',
  31. name_cn: '即时设计',
  32. img: '/images/js-design.png',
  33. url: 'https://js.design?source=element-plus',
  34. slogan: 'Professional online UI design tool',
  35. slogan_cn: '专业在线UI设计工具',
  36. banner_img: '/images/js-design-banner.jpg',
  37. },
  38. ]
  39. export const platinumSponsors = [...leftCustomImgSponsors, ...rightRichTextSponsors]
  40. export const leftLogoSponsors = []
  41. export const goldSponsors = [...rightLogoSmallSponsors, ...leftLogoSponsors]