Skip to content

Commit

Permalink
Revert "refactor(Homepage): replace buy ticket and sponsor offer butt…
Browse files Browse the repository at this point in the history
…ons with map with directions, replace map with the new one"

This reverts commit 148f68f.
  • Loading branch information
Piotr Zientara committed Apr 1, 2022
1 parent 6288012 commit 55b2ddf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 36 deletions.
34 changes: 5 additions & 29 deletions src/components/sections/Intro.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

<style>
.intro-container {
padding: 10px;
text-align: center;
color: var(--night-color);
}
.logo-confrontjs {
height: 200px;
height: 300px;
}
p {
Expand All @@ -25,39 +26,14 @@
p.subline {
font-size: 24px;
}
.parking-img-homepage {
width: 100%
}
@media(min-width: 768px) and (max-width: 1199px) {
.parking-img-homepage {
height: 400px;
width: auto;
}
}
@media(min-width: 1200px) {
.parking-img-homepage {
height: 500px;
width: auto;
}
}
.text-custom {
color: var(--mix-color);
font-size: 27px;
}
.cheers {
font-size: 24px;
}
</style>

<div class="intro-container">

<img class="logo-confrontjs" src="/ConfrontJS_logo_512_szara.png" alt="ConfrontJS logo" />

<div class="text-center mb-5 pb-5">
<img class="parking-img-homepage" src="/venue/parking-map.png" alt=""/>
<h3>In case if finding us were troublesome ask for <span class="text-custom">Kinoteka Cinema</span> in Palac Kultury! :)</h3>
<p class="cheers">✌️ 💜 see you soon! 💜 ✌️</p>
</div>
<p class="headline">Front-end Conference</p>

<p class="subline">26 March 2022 in Warsaw, Poland</p>

</div>
2 changes: 2 additions & 0 deletions src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

<div class="index-page">
<Intro/>
<CallToAction variant="primary" href="/buy-a-ticket">BUY TICKETS</CallToAction>
<CallToAction variant="secondary" href="https://drive.google.com/file/d/1PS2QVehOaypftOjTbACoTNAMx5cxa97V/view">OFFER FOR SPONSORS</CallToAction>
<WaveType1/>
<Agenda/>
<WaveType2/>
Expand Down
7 changes: 0 additions & 7 deletions src/routes/venue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
max-width: 100%;
}
}
.text-custom {
color: var(--mix-color);
font-size: 27px;
}
</style>

<svelte:head>
Expand All @@ -42,9 +37,7 @@
<Map/>
<div class="text-center bg-white py-5 ">
<img class="parking-img" src="/venue/parking-map.png" alt=""/>
<h3>In case if finding us were troublesome ask for <span class="text-custom">Kinoteka Cinema</span> in Palac Kultury! :)</h3>
</div>

<Parking/>
<WaveType7/>
<div class="row no-gutters">
Expand Down
Binary file modified static/venue/parking-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55b2ddf

Please sign in to comment.