Przeglądaj źródła

location;

git commit -m location
SEO
Pavle Golubovic 3 lat temu
rodzic
commit
07b248508f

+ 4
- 0
frontend/src/assets/openday/location.svg Wyświetl plik

@@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 13.43C13.7231 13.43 15.12 12.0331 15.12 10.31C15.12 8.58687 13.7231 7.19 12 7.19C10.2769 7.19 8.88 8.58687 8.88 10.31C8.88 12.0331 10.2769 13.43 12 13.43Z" stroke="#9937E8" stroke-width="1.5"/>
<path d="M3.62 8.49C5.59 -0.169998 18.42 -0.159997 20.38 8.5C21.53 13.58 18.37 17.88 15.6 20.54C13.59 22.48 10.41 22.48 8.39 20.54C5.63 17.88 2.47 13.57 3.62 8.49Z" stroke="#9937E8" stroke-width="1.5"/>
</svg>

+ 13
- 1
frontend/src/pages/OpenDay.jsx Wyświetl plik

@@ -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>

Ładowanie…
Anuluj
Zapisz