-
Notifications
You must be signed in to change notification settings - Fork 1.5k
conf page minor nits #1869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
conf page minor nits #1869
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
3a0f405
make sponsors logos more responsive
saihaj af0cf46
consistency
saihaj 5b4a054
text selection
saihaj df65e35
Update src/app/conf/2025/sponsors.tsx
saihaj d686530
adjust the grid button
saihaj 0bffc22
remove unused
saihaj 28a0f21
Merge branch 'source' into saihaj/responsiveness
saihaj a02fecf
prettier
saihaj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,16 +163,16 @@ function FAQSection() { | |
<div id="faq" className={clsx("text-white py-16 px-4 md:px-8", styles.faq)}> | ||
<div className="max-w-7xl mx-auto grid md:grid-cols-2 gap-12"> | ||
<div> | ||
<h2 className="text-4xl md:text-5xl font-bold mb-4"> | ||
<h2 className="select-none text-4xl md:text-5xl font-bold mb-4"> | ||
Frequently | ||
<br /> | ||
Asked Questions | ||
</h2> | ||
<p className="text-sm"> | ||
<p className="text-sm select-none"> | ||
PLEASE CONTACT{" "} | ||
<a | ||
href="mailto:[email protected]" | ||
className="text-primary hover:underline uppercase" | ||
className="text-primary hover:underline uppercase select-text" | ||
> | ||
[email protected] | ||
</a> | ||
|
@@ -187,7 +187,7 @@ function FAQSection() { | |
> | ||
<summary className="py-6 flex items-center justify-start gap-2 text-left cursor-pointer list-none focus:outline-none"> | ||
<ArrowRight className="shrink-0 size-5 transition-transform duration-200 group-hover:translate-x-1 group-open:rotate-90" /> | ||
<span className="text-lg">{faq.question}</span> | ||
<span className="text-lg select-none">{faq.question}</span> | ||
</summary> | ||
<p | ||
className="pb-6 ml-7 -mt-4 text-gray-300 whitespace-pre-wrap [&>a]:underline" | ||
|
@@ -292,7 +292,7 @@ export default function Page() { | |
href="https://cvent.me/PBNYEe?utm_source=graphql_conf_2025&utm_medium=website&utm_campaign=register_section" | ||
target="_blank" | ||
rel="noreferrer" | ||
className="relative z-0 px-28 py-4 text-white text-3xl font-semibold bg-primary hover:bg-primary flex items-center justify-center gap-2" | ||
className="px-20 md:px-28 py-4 text-center text-white text-3xl font-semibold bg-primary/85 hover:bg-primary/100 transition-colors" | ||
> | ||
Get Tickets | ||
</a> | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.