import React, { useEffect } from 'react'; import Map from '../components/integrations/GoogleMaps/Map'; import HighlighedText from '../components/shared/HighlighedText'; import PageTitle from '../components/shared/PageTitle'; import CountdownTimer from '../components/shared/Timer/CountdownTimer'; import PageLayout from '../layout/PageLayout'; import Wrapper from '../layout/Wrapper'; import Networking from './../assets/openday/networking.svg'; import Message from './../assets/openday/message.svg'; import Food from './../assets/openday/food.svg'; import VideoGame from './../assets/openday/videogame.svg'; import Prize from './../assets/openday/prize.svg'; import location from './../assets/openday/location.svg'; const url = 'https://mailchi.mp/dilig.net/opendayform'; const OpenDay = () => { const EventDate = new Date('Oct 26, 2022 17:00:00').getTime(); useEffect(() => { document.title = 'Diligent Open Day'; }, []); return (

Meet our team of Diligent Minds

October 26, 5 PM, Niš

scrollToView(event)} href={url} target="_blank" rel="noopener noreferrer" className="btn-primary px-64p py-20p lg:w-max whitespace-nowrap" > Register

Join us!

Our doors are (always) open

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!

Check out our Schedule

17:00-17:30 Check-In
17:30-17:45 Opening
17:45-18:45 Meet Diligent
19:00-21:00 Diligent Quiz
21:00 Closing

Get to know Diligent

Interactive games

Food & Drink

Networking

Prizes

Who we are

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.

By utilizing cutting-edge technologies, our agile teams provide a combination of product & technology strategies to help our clients become more engaging, responsive, and efficient. We can proudly say that we have been cooperating with our largest clients from the American market for almost a decade. Our core industries are fintech, healthcare, and transportation.

We understand that investing in long-term customer relationships is essential, but we also recognize the importance of providing rewarding and challenging careers for our employees.

Zetska 36, Nis
); }; export default OpenDay;