Skip to content

Commit b0f8c26

Browse files
committed
remove some specific Penpot Fest data
1 parent b5789dc commit b0f8c26

File tree

10 files changed

+37
-29
lines changed

10 files changed

+37
-29
lines changed

backend/src/components/homepage/accommodation_section.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"intro": {
1515
"type": "string",
16-
"default": "Stay close to the action with these exclusive Penpot Fest discounts!"
16+
"default": "Stay close to the action with these exclusive Easy Fest discounts!"
1717
},
1818
"places": {
1919
"type": "component",

backend/types/generated/components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface HomepageAccommodationSection extends Schema.Component {
3939
Attribute.Required &
4040
Attribute.DefaultTo<'Accommodation'>;
4141
intro: Attribute.String &
42-
Attribute.DefaultTo<'Stay close to the action with these exclusive Penpot Fest discounts!'>;
42+
Attribute.DefaultTo<'Stay close to the action with these exclusive Easy Fest discounts!'>;
4343
places: Attribute.Component<'homepage.accommodation_item', true> &
4444
Attribute.Required &
4545
Attribute.SetMinMax<{

frontend/src/app.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
%sveltekit.head%
1313

1414

15-
<meta name="description" content="Penpot Fest is the Design event that brings designers and developers across the world together.">
15+
<meta name="description" content="EasyFest provides a simple and straightforward event/festival webpage building toolkit.">
1616
<link rel="icon" href="%sveltekit.assets%/img/thumbnail.jpg" type="image/jpg">
1717
<meta name="referrer" content="no-referrer-when-downgrade">
1818

19-
<meta property="og:site_name" content="Penpot Fest 2024">
19+
<meta property="og:site_name" content="Easy Fest">
2020
<meta property="og:type" content="website">
21-
<meta property="og:title" content="Penpot Fest 2024 - The design event that brings designers and developers together">
22-
<meta property="og:description" content="Penpot Fest is the Design event that brings designers and developers across the world together.">
23-
<meta property="og:url" content="https://penpotfest.org/">
21+
<meta property="og:title" content="Easy Fest | The best fest site!">
22+
<meta property="og:description" content="EasyFest provides a simple and straightforward event/festival webpage building toolkit.">
23+
<meta property="og:url" content="https://easyfest.site/">
2424
<meta property="og:image" content="%sveltekit.assets%/img/thumbnail.jpg">
2525
<meta property="og:image:width" content="1000">
2626
<meta property="og:image:height" content="667">

frontend/src/lib/Footer.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,8 @@
8484
</li>
8585
{/each}
8686
</ul>
87-
<div><a href="https://www.youtube.com/playlist?list=PLgcCPfOv5v56-fghJo2dHNBqL9zlDTslh" class="button is-primary">{data.register_cta}</a></div>
88-
8987
</div>
9088
{/if}
91-
92-
9389
</div>
9490
</div>
9591
</footer>

frontend/src/lib/Header.svelte

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@
126126
{#if data.show_about_us}
127127
<a class="navbar-item" href="/about-us">About</a>
128128
{/if}
129+
{#if isRegistrationInfoActive}
130+
<a class="navbar-item" href="/registration">Registration</a>
131+
{/if}
132+
{#if data.show_accommodation_info}
133+
<a class="navbar-item" href="/accommodation-info">Accomodation info</a>
134+
{/if}
129135
{#if data.show_agenda}
130136
<a class="navbar-item" href="/agenda">Agenda</a>
131137
{/if}
@@ -140,10 +146,14 @@
140146
{/if}
141147
</div>
142148
<div class="navbar-end">
143-
<a href="https://www.youtube.com/playlist?list=PLgcCPfOv5v56-fghJo2dHNBqL9zlDTslh" class="button is-primary register-cta register-cta--menu">{data.register_cta}</a>
149+
{#if isRegistrationOpen}
150+
<a href="/registration" class="button is-primary register-cta register-cta--menu">{data.register_cta}</a>
151+
{/if}
144152
</div>
145153
</div>
146154
{/if}
147155
</div>
148156
</nav>
149-
157+
{#if isRegistrationOpen}
158+
<div><a href="/registration" class="button is-primary register-cta register-cta--sticky">{data.register_cta}</a></div>
159+
{/if}

frontend/src/routes/+page.svelte

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,6 @@
139139
{#if highlightText}
140140
<p class="subtitle text--large has-text-white">{highlightText}</p>
141141
{/if}
142-
{#if site.registration === REGISTRATION.SOON}
143-
<section class="has-background-dark p-0">
144-
145-
<div class="level buttons mt-4 is-centered">
146-
<a href="https://www.youtube.com/playlist?list=PLgcCPfOv5v56-fghJo2dHNBqL9zlDTslh" class="button is-primary">{data.register_cta}</a>
147-
148-
</div>
149-
</section>
150-
{/if}
151-
152142
</div>
153143
<div class="column is-half">
154144
<figure class="hero-image image">
@@ -165,6 +155,20 @@
165155
</div>
166156
</section>
167157
158+
{#if site.registration === REGISTRATION.SOON}
159+
<section class="has-background-primary-light p-5">
160+
<div class="container">
161+
<p>To enter the tickets queue you'll need to be registered.</p>
162+
</div>
163+
<div class="container mt-4">
164+
<p><a href="/method">Read about the EasyFEST method</a></p>
165+
</div>
166+
<div class="level buttons mt-4 is-centered">
167+
<a href="/register" class="button is-primary">Register now!</a>
168+
<a href="/tickets" class="button">Tickets</a>
169+
</div>
170+
</section>
171+
{/if}
168172
169173
{#if homepage.about_section}
170174
{@const title = homepage.about_section.title}
@@ -358,6 +362,9 @@
358362
{@const title = place.title}
359363
{@const mdContent = place.content}
360364
<div class="column is-one-third">
365+
<figure class="image is-16by9">
366+
<img src="{storage_url}{image.url}" alt={image.caption}>
367+
</figure>
361368
<div class="py-3">
362369
<h1 class="title header--small">{title}</h1>
363370
<div class="content">
@@ -375,16 +382,11 @@
375382
<section class="" style="background-image: url('/img/intheloop.png'); background-size: cover;">
376383
<div class="container p-6">
377384
<p class="title header--medium has-text-white">Stay in the loop</p>
378-
379-
<p class="subtitle text--large has-text-white">AAAAKeep track of Penpot’s development
380-
progress and latest news!</p>
381-
385+
<p class="subtitle text--large has-text-white">Keep track of festival progress and latest news!</p>
382386
</div>
383387
</section>
384388
{/if}
385389
386-
387-
388390
<style>
389391
img {
390392
width: 100%;

frontend/static/favicon.ico

0 Bytes
Binary file not shown.

frontend/static/favicon.png

-2.65 KB
Loading

frontend/static/img/easyfest_logo.png

56.6 KB
Loading
9.88 KB
Loading

0 commit comments

Comments
 (0)