sponsors.ts 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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: 'JSDesign',
  23. name_cn: '即时设计',
  24. img: '/images/js-design.png',
  25. url: 'https://js.design?source=element-plus',
  26. slogan: 'Professional online UI design tool',
  27. slogan_cn: '专业在线UI设计工具',
  28. banner_img: '/images/js-design-banner.jpg',
  29. },
  30. {
  31. name: 'VForm',
  32. img: '/images/vform.png',
  33. url: 'https://vform666.com/vform3.html?from=element_plus',
  34. slogan: 'Vue 2/3 Visual/Low-Code Forms',
  35. slogan_cn: 'Vue 2/3 可视化低代码表单',
  36. banner_img: '/images/vform-banner.png',
  37. },
  38. {
  39. name: 'JNPF',
  40. img: '/images/jnpf_index.png',
  41. url: 'https://www.jnpfsoft.com/index.html?from=elementUI',
  42. slogan: 'JNPF low code development platform to develop simple!',
  43. slogan_cn: 'JNPF 低代码开发平台,让开发变得简单!',
  44. className: 'jnpf',
  45. banner_img: '/images/jnpfsoft.jpg',
  46. },
  47. {
  48. name: 'JeePlus',
  49. img: '/images/sponsors/jeeplus.png',
  50. url: 'http://www.jeeplus.org/#/demo?from=ele',
  51. slogan: 'JeePlus development platform',
  52. slogan_cn: 'JeePlus 快速开发平台',
  53. banner_img: '/images/sponsors/jeeplus_banner.jpg',
  54. },
  55. ]
  56. export const platinumSponsors = [
  57. ...leftCustomImgSponsors,
  58. ...rightRichTextSponsors,
  59. ]
  60. export const leftLogoSponsors = []
  61. export const goldSponsors = [...rightLogoSmallSponsors, ...leftLogoSponsors]