|
|
|
@@ -10,6 +10,7 @@ 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/openday'; |
|
|
|
|
|
|
|
@@ -105,7 +106,18 @@ const OpenDay = () => { |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div>{/* <Map zoom={15} center={{lat:37.558689,lng:-121.986029}}/> */}</div> |
|
|
|
<div className='flex gap-2 m-auto justify-center py-20p'> |
|
|
|
<img src={location} /> |
|
|
|
<a |
|
|
|
target="_blank" |
|
|
|
rel="noopener noreferrer" |
|
|
|
className="text-dg-primary-900 font-semibold text-title-24 lg:w-max whitespace-nowrap" |
|
|
|
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'> |
|
|
|
Zetska 36, Nis |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</Wrapper> |
|
|
|
</div> |
|
|
|
</PageLayout> |