Skip to content

Commit 69b7a9b

Browse files
committed
FAQ in menu + faq copy + misc
1 parent bada211 commit 69b7a9b

6 files changed

Lines changed: 20 additions & 10 deletions

File tree

devconnect/cms/pages/es/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ faq:
159159
formulario](https://cryptpad.fr/form/#/2/form/view/53k4rnjTGfCbHE81QEII2fyp6dtn5BA2Ie6XRx+USC0)**
160160
para solicitar su exención. Si desea permanecer más de 30 días, deberá
161161
solicitar una visa por las vías tradicionales.
162+
163+
No hay países excluidos de este programa especial de exención de visa.
162164
- question: ¿Qué incluye mi entrada a Devconnect?
163165
answer: >
164166
Una entrada para la Feria Mundial de Ethereum (EWF) incluye acceso al
@@ -214,4 +216,3 @@ faq:
214216
Contáctanos en [support@devcon.org](mailto\:support@devcon.org)
215217
_template: index
216218
---
217-

devconnect/cms/pages/index.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ faq:
148148
form](https://cryptpad.fr/form/#/2/form/view/53k4rnjTGfCbHE81QEII2fyp6dtn5BA2Ie6XRx+USC0/)**
149149
to request your Waiver. If you wish to stay longer than 30 days, you will
150150
need to apply for a Visa through the traditional routes.
151+
152+
153+
There are no countries excluded from this special Visa Waiver program.
151154
- question: What is included in my Devconnect ticket?
152155
answer: "A ticket to the Ethereum World’s Fair includes access to the Ethereum application showcases, coworking space, the kick-off day of the week: “Ethereum Day” on 17th, some core events at La Rural and perks. We know that's a lot \U0001F92F\n"
153156
- question: How do I get my app featured at the Ethereum World’s Fair?
@@ -166,11 +169,11 @@ faq:
166169
- question: How do I volunteer?
167170
answer: >
168171
Apply to volunteer here:
169-
[https://app.formbricks.com/s/hi3kbgxyrguy7nerq6ohogkd](https://app.formbricks.com/s/hi3kbgxyrguy7nerq6ohogkd)
172+
[https://app.formbricks.com/s/hi3kbgxyrguy7nerq6ohogkd](https://app.formbricks.com/s/hi3kbgxyrguy7nerq6ohogkd)
170173
- question: I'm a journalist. How do I apply for a press pass?
171174
answer: >
172175
Apply for a press or media pass here:
173-
[https://docs.google.com/forms/d/e/1FAIpQLSfTPUWhLWSvRKPu0-Fk9fg4Sw26JwnLOhiww4S-dE5uvVGOEw/viewform](https://docs.google.com/forms/d/e/1FAIpQLSfTPUWhLWSvRKPu0-Fk9fg4Sw26JwnLOhiww4S-dE5uvVGOEw/viewform)
176+
[https://docs.google.com/forms/d/e/1FAIpQLSfTPUWhLWSvRKPu0-Fk9fg4Sw26JwnLOhiww4S-dE5uvVGOEw/viewform](https://docs.google.com/forms/d/e/1FAIpQLSfTPUWhLWSvRKPu0-Fk9fg4Sw26JwnLOhiww4S-dE5uvVGOEw/viewform)
174177
- question: >-
175178
I'm organizing a Devconnect event. How can my event be featured on your
176179
calendar?

devconnect/cms/pages/pt/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ faq:
158158
formulário](https://cryptpad.fr/form/#/2/form/view/53k4rnjTGfCbHE81QEII2fyp6dtn5BA2Ie6XRx+USC0)
159159
\*\*para solicitar sua Isenção. Se desejar permanecer por mais de 30 dias,
160160
será necessário solicitar o visto pelas vias tradicionais.
161+
162+
163+
Não há países excluídos deste programa especial de isenção de visto.
161164
- question: O que está incluído no meu ingresso Devconnect?
162165
answer: >
163166
Um ingresso para a Feira Mundial Ethereum (EWF) inclui acesso ao recinto
@@ -211,4 +214,3 @@ faq:
211214
[support@devcon.org](mailto\:support@devcon.org)
212215
_template: index
213216
---
214-

devconnect/src/common/components/layout/Menu.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ const menuItems = (pathname: string) => [
8080
text: (globalThis as any).translations.about,
8181
url: pathname === '/' ? '#about' : '/', // Smoothscrolling if already on the page, otherwise hard link
8282
},
83+
{
84+
text: 'FAQ',
85+
url: pathname === '/' ? '#faq' : '/#faq', // Smoothscrolling if already on the page, otherwise hard link
86+
},
8387
{
8488
text: 'Tickets',
8589
url: TICKETS_URL,

devconnect/src/pages/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,13 +1070,17 @@ const Home: NextPage = (props: any) => {
10701070
</div>
10711071

10721072
<div className={`section relative bg-white`}>
1073+
<div
1074+
className="absolute top-[-50px] left-0 w-full h-[1px] bg-black pointer-events-none opacity-0"
1075+
id="faq"
1076+
></div>
10731077
<div className="mt-0 pt-16 pb-12 grid grid-cols-1 md:grid-cols-2 gap-4">
10741078
<div className="h-full flex flex-col justify-between gap-4">
10751079
<h1 className="section-header">{(globalThis as any).translations.frequently_asked_questions}</h1>
10761080
<Image src={EthGlyph} alt="ETH Gly" className="object-contain w-[65px] hidden md:block" />
10771081
</div>
10781082

1079-
<div className={`${css['accordion']} tab-content`} id="faq">
1083+
<div className={`${css['accordion']} tab-content`}>
10801084
<FAQComponent questions={data.pages.faq} />
10811085
</div>
10821086
</div>

lib/components/event-schedule-new/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,7 @@ const NewScheduleIndex = ({
279279
className="h-full object-contain w-[500px] max-w-[calc(100%-32px)] mx-4 my-4 mt-2"
280280
/>
281281
<div className="text-gray-400 py-3 text-center flex justify-center items-center">
282-
{events.length === 0
283-
? isCommunityCalendar
284-
? "Community events coming soon!"
285-
: "No events match this filter"
286-
: ""}
282+
{events.length === 0 && "No events match this filter"}
287283
</div>
288284
</div>
289285
)}

0 commit comments

Comments
 (0)