about.js 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. define([
  2. '/common/hyperscript.js',
  3. '/customize/messages.js',
  4. '/customize/pages.js'
  5. ], function (h, Msg, Pages) {
  6. return function () {
  7. return h('div#cp-main', [
  8. Pages.infopageTopbar(),
  9. h('div.container-fluid.cp-about-intro', [
  10. h('div.container', [
  11. h('center', [
  12. h('h1', Msg.about),
  13. Pages.setHTML(h('p'), Msg.about_intro),
  14. ]),
  15. ]),
  16. ]),
  17. h('div.container.cp-container', [
  18. h('div.row', [
  19. h('div.cp-develop-about.col-12',[
  20. h('div.cp-icon-cent'),
  21. h('h2.text-center', Msg.about_core)
  22. ]),
  23. ]),
  24. h('div.row.align-items-center', [
  25. h('div.col-12.col-sm-12.col-md-12.col-lg-6.cp-bio-avatar', [
  26. h('img.img-fluid', {'src': '/customize/images/CalebJames.jpg'})
  27. ]),
  28. h('div.col-12.col-sm-12.col-md-12.col-lg-6.cp-profile-det', [
  29. h('h3', "Caleb James Delisle"),
  30. h('hr'),
  31. Pages.setHTML(h('div#bioCaleb'), '<p>Caleb is a cryptography developer, Machine Technology graduate of the Franklin County Technical School and lifelong tinkerer.<br/>In 2011, he started the cjdns Open Source project to show that secure networking could be invisible and easily deployed.<br/>After joining XWiki SAS in 2014, he started the CryptPad project with the intent of bringing the same transparent security to collaborative editing.<br/>He\'s always trying to learn from more experienced colleagues and when someone passes through the Research Team office, his favorite words are "Pull up a chair!".</p>'),
  32. h('a.cp-soc-media', { href : 'https://twitter.com/cjdelisle'}, [
  33. h('i.fa.fa-twitter')
  34. ]),
  35. h('a.cp-soc-media', { href : 'https://github.com/cjdelisle'}, [
  36. h('i.fa.fa-github')
  37. ])
  38. ]),
  39. ]),
  40. h('div.row.align-items-center',[
  41. h('div.col-12.col-sm-12.col-md-12.col-lg-6.order-lg-2.cp-bio-avatar.cp-bio-avatar-right', [
  42. h('img.img-fluid', {'src': '/customize/images/AaronMacSween.jpg'})
  43. ]),
  44. h('div.col-12.col-sm-12.col-md-12.col-lg-6.order-lg-1.cp-profile-det',[
  45. h('h3', "Aaron MacSween"),
  46. h('hr'),
  47. Pages.setHTML(h('div#bioAaron'), '<p>Aaron transitioned into distributed systems development from a background in jazz and live stage performance. <br/> He appreciates the elegance of biological systems and functional programming, and focused on both as a student at the University of Toronto, where he studied cognitive and computer sciences.<br/>He moved to Paris in 2015 to work as a research engineer at XWiki SAS, after having dedicated significant time to various cryptography-related software projects.<br/>He spends his spare time experimenting with guitars, photography, science fiction, and spicy food.</p>'),
  48. h('a.cp-soc-media', { href : 'https://twitter.com/fc00ansuz'}, [
  49. h('i.fa.fa-twitter')
  50. ]),
  51. h('a.cp-soc-media', { href : 'https://github.com/ansuz/'}, [
  52. h('i.fa.fa-github')
  53. ])
  54. ]),
  55. ]),
  56. h('div.row.align-items-center', [
  57. h('div.col-12.col-sm-12.col-md-12.col-lg-6.cp-bio-avatar', [
  58. h('img.img-fluid', {'src': '/customize/images/YannFlory.jpg'})
  59. ]),
  60. h('div.col-12.col-sm-12.col-md-12.col-lg-6.cp-profile-det', [
  61. h('h3', "Yann Flory"),
  62. h('hr'),
  63. Pages.setHTML(h('div#bioYann'), '<p>In 2015, Yann graduated with an engineering degree from Ecole Centrale de Lille majoring in Data Science. In his studies he worked on a project to detect defects in optical fiber using image processing technology.<br/>Upon joining XWiki SAS, Yann developed a Wiki page recommendation system, a common API for accessing data server-side and client-side, and an integrated development environment for development of XWiki applications.<br/>Yann is soft spoken but brutally efficient, he is known to say "It will take 5 minutes".</p>'),
  64. h('a.cp-soc-media', { href : 'https://github.com/yflory/'}, [
  65. h('i.fa.fa-github')
  66. ])
  67. ]),
  68. ]),
  69. h('div.row', [
  70. h('div.cp-develop-about.col-12.cp-contrib',[
  71. h('div.cp-icon-cent'),
  72. h('h2.text-center', Msg.about_contributors)
  73. ]),
  74. ]),
  75. h('div.row.align-items-center', [
  76. h('div.col-12.col-sm-12.col-md-12.col-lg-6.cp-bio-avatar', [
  77. h('img.img-fluid', {'src': '/customize/images/Pierre-new.jpg'})
  78. ]),
  79. h('div.col-12.col-sm-12.col-md-12.col-lg-6.cp-profile-det', [
  80. h('h3', "Pierre Bondoerffer"),
  81. h('hr'),
  82. Pages.setHTML(h('div#bioPierre'), '<p>Resident CSS wizard and emoji extraordinaire, Pierre is passionate about anything related to technology. He loves to hack around computers and put parts together.<br/>He is currently studying at 42, where he learns about algorithms, networking, kernel programming and graphics.<br/>As a part of an internship, he joined XWiki SAS and worked on CryptPad to improve user experience. He also maintains the Spanish translation.</p>'),
  83. h('a.cp-soc-media', { href : 'https://twitter.com/pbondoer'}, [
  84. h('i.fa.fa-twitter')
  85. ]),
  86. h('a.cp-soc-media', { href : 'https://github.com/pbondoer'}, [
  87. h('i.fa.fa-github')
  88. ])
  89. ]),
  90. ]),
  91. h('div.row.align-items-center',[
  92. h('div.col-12.col-sm-12.col-md-12.col-lg-6.order-lg-2.cp-bio-avatar.cp-bio-avatar-right', [
  93. h('img.img-fluid', {'src': '/customize/images/Catalin.jpg'})
  94. ]),
  95. h('div.col-12.col-sm-12.col-md-12.col-lg-6.order-lg-1.cp-profile-det',[
  96. h('h3', "Catalin Scripcariu"),
  97. h('hr'),
  98. Pages.setHTML(h('div#bioCatalin'), '<p> Catalin is a Maths majour and has worked in B2B sales for 12 years. Design was always his passion and 3 years ago he started to dedicate himself to web design and front-end.<br/>At the beginning of 2017 he joined the XWiki, where he worked both on the business and the community side of XWiki, including the research team and CryptPad. </p>'),
  99. h('a.cp-soc-media', { href : 'https://twitter.com/catalinscr'}, [
  100. h('i.fa.fa-twitter')
  101. ]),
  102. h('a.cp-soc-media', { href : 'https://www.linkedin.com/in/catalinscripcariu/'}, [
  103. h('i.fa.fa-linkedin')
  104. ])
  105. ]),
  106. ]),
  107. h('div.row.align-items-center.cp-margin-bot', [
  108. h('div.col-12.col-sm-12.col-md-12.col-lg-6.cp-bio-avatar', [
  109. h('img.img-fluid', {'src': '/customize/images/LudovicDuboist.jpg'})
  110. ]),
  111. h('div.col-12.col-sm-12.col-md-12.col-lg-6.cp-profile-det', [
  112. h('h3', "Ludovic Dubost"),
  113. h('hr'),
  114. Pages.setHTML(h('div#bioLudovic'), '<p>A graduate of PolyTech (X90) and Telecom School in Paris, Ludovic Dubost started his career as a software architect for Netscape Communications Europe. He then became CTO of NetValue, one of the first French start-ups that went public. He left NetValue after the company was purchased by Nielsen/NetRatings and in 2004 launched XWiki, the next generation wiki.<br/>Since the very beginning, Ludovic has been immensely helpful to the CryptPad project. He believed in the idea when there was nothing more than the collaborative pad and his help with sales strategy for the project.</p>'),
  115. h('a.cp-soc-media', { href : 'https://twitter.com/ldubost'}, [
  116. h('i.fa.fa-twitter')
  117. ]),
  118. h('a.cp-soc-media', { href : 'https://github.com/ldubost'}, [
  119. h('i.fa.fa-github')
  120. ])
  121. ]),
  122. ]),
  123. ]),
  124. Pages.infopageFooter()
  125. ]);
  126. };
  127. });