You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

OpenDay.jsx 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. import React, { useEffect } from 'react';
  2. import Map from '../components/integrations/GoogleMaps/Map';
  3. import HighlighedText from '../components/shared/HighlighedText';
  4. import PageTitle from '../components/shared/PageTitle';
  5. import CountdownTimer from '../components/shared/Timer/CountdownTimer';
  6. import PageLayout from '../layout/PageLayout';
  7. import Wrapper from '../layout/Wrapper';
  8. import Networking from './../assets/openday/networking.svg';
  9. import Message from './../assets/openday/message.svg';
  10. import Food from './../assets/openday/food.svg';
  11. import VideoGame from './../assets/openday/videogame.svg';
  12. import Prize from './../assets/openday/prize.svg';
  13. import location from './../assets/openday/location.svg';
  14. const url = 'https://mailchi.mp/dilig.net/opendayform';
  15. const OpenDay = () => {
  16. const EventDate = new Date('Oct 26, 2022 17:00:00').getTime();
  17. useEffect(() => {
  18. document.title = 'Diligent Open Day';
  19. }, []);
  20. return (
  21. <PageLayout>
  22. <div className="pt-32 text-center">
  23. <Wrapper>
  24. <PageTitle color heading={'Open Day'} subheading={'Diligent Meet up'} pb />
  25. <h3 className="py-2">Meet our team of Diligent Minds</h3>
  26. <h3 className="h3-heading text-dg-secondary py-2">October 26, 5 PM, Niš</h3>
  27. <div className="w-full flex justify-center py-90p">
  28. <a
  29. // onClick={event => scrollToView(event)}
  30. href={url}
  31. target="_blank"
  32. rel="noopener noreferrer"
  33. className="btn-primary px-64p py-20p lg:w-max whitespace-nowrap"
  34. >
  35. Register
  36. </a>
  37. </div>
  38. <div className="py-4">
  39. <CountdownTimer targetDate={EventDate} />
  40. </div>
  41. <h3 className="h3-heading text-dg-secondary py-32p">Join us!</h3>
  42. <p className='py-32p'>Our doors are (always) open</p>
  43. <p>
  44. What we are doing while we are not working? What is Diligent core domain expertise and how it looks like working in an inspiring and encouraging environment? Join us and get to know a team of diligent minds. You will have a chance to hear in which technologies we are experts and what projects we are working on. If you want to check out what are our values and how does our process of selection looks like, you are more than welcome! That’s not everything, you will enjoy playing games, networking, and having fun. We have prepared some snacks, food, and drink, and of course special rewards!
  45. </p>
  46. <h3 className="h3-heading text-dg-secondary pb-32p pt-90p">Check out our Schedule</h3>
  47. <div className='flex justify-center w-full py-32p'>
  48. <table className="table-auto text-italic-title-mobile font-medium">
  49. <tbody>
  50. <tr className=''>
  51. <td className='p-4'>17:00-17:30 </td>
  52. <td className='p-4 text-dg-primary-900'>Check-In</td>
  53. </tr>
  54. <tr>
  55. <td className='p-4'>17:30-17:45</td>
  56. <td className='p-4 text-dg-primary-900'>Opening</td>
  57. </tr>
  58. <tr>
  59. <td className='p-4'>17:45-18:45</td>
  60. <td className='p-4 text-dg-primary-900'>Meet Diligent</td>
  61. </tr>
  62. <tr>
  63. <td className='p-4'>19:00-21:00</td>
  64. <td className='p-4 text-dg-primary-900'>Diligent Quiz</td>
  65. </tr>
  66. <tr>
  67. <td className='p-4'>21:00</td>
  68. <td className='p-4 text-dg-primary-900'>Closing</td>
  69. </tr>
  70. </tbody>
  71. </table>
  72. </div>
  73. <div className='py-90p'>
  74. <div className="flex flex-col md:flex-row md:w-3/5 py-8 m-auto justify-between gap-8">
  75. <div className='flex flex-col justify-center align-middle gap-4'>
  76. <img src={Message} className='h-[100px] md:h-[150px]' />
  77. <p>Get to know Diligent</p>
  78. </div>
  79. <div className='flex flex-col justify-center align-middle gap-4'>
  80. <img src={VideoGame} className='h-[100px] md:h-[150px]' />
  81. <p>Interactive games</p>
  82. </div>
  83. <div className='flex flex-col justify-center align-middle gap-4'>
  84. <img src={Food} className='h-[100px] md:h-[150px]' />
  85. <p>Food & Drink</p>
  86. </div>
  87. </div>
  88. <div className="flex flex-col md:flex-row md:w-2/5 w-4/5 py-8 m-auto justify-between gap-8">
  89. <div className='flex flex-col justify-center align-middle gap-4'>
  90. <img src={Networking} className='h-[100px] md:h-[150px]' />
  91. <p>Networking</p>
  92. </div>
  93. <div className='flex flex-col justify-center align-middle gap-4'>
  94. <img src={Prize} className='h-[100px] md:h-[150px]' />
  95. <p>Prizes</p>
  96. </div>
  97. </div>
  98. </div>
  99. <div>
  100. <h3 className="h3-heading text-dg-secondary py-32p">Who we are</h3>
  101. <p className='md:w-3/5 m-auto'>
  102. We are a team of diligent, creative, and dedicated minds who are always open to new pieces of our giant puzzle. As a modern software development company, we build high-quality custom software solutions while cultivating a work environment that promotes community, family, learning, and mentoring.
  103. </p>
  104. <p className='md:w-3/5 m-auto'>
  105. By utilizing cutting-edge technologies, our agile teams provide a
  106. combination of product & technology strategies to help our clients become
  107. more engaging, responsive, and efficient. We can proudly say that we have
  108. been cooperating with our largest clients from the American market for
  109. almost a decade. Our core industries are fintech, healthcare, and
  110. transportation.
  111. </p>
  112. <section
  113. id="highlight"
  114. className="flex flex-col items-center justify-center w-3/5 m-auto py-32p"
  115. >
  116. <HighlighedText
  117. text={'Diligent has close to 100 employees located throughout Serbia.'}
  118. />
  119. </section>
  120. <p className='w-3/5 m-auto py-32p'>
  121. We understand that investing in long-term customer relationships is
  122. essential, but we also recognize the importance of providing rewarding and
  123. challenging careers for our employees.
  124. </p>
  125. </div>
  126. <div className='flex gap-2 m-auto justify-center py-20p'>
  127. <img src={location} />
  128. <a
  129. target="_blank"
  130. rel="noopener noreferrer"
  131. className="text-dg-primary-900 font-semibold text-title-24 lg:w-max whitespace-nowrap"
  132. href='https://www.google.com/maps/place/Diligent+Software/@43.3078669,21.9108848,16.25z/data=!4m5!3m4!1s0x4755b13c6411e133:0xe026a5711c5df85b!8m2!3d43.3091417!4d21.9108349'>
  133. Zetska 36, Nis
  134. </a>
  135. </div>
  136. </Wrapper>
  137. </div>
  138. </PageLayout>
  139. );
  140. };
  141. export default OpenDay;