-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
feat: first iteration of the AACOT'23 website implementation #157
Conversation
1334x750px (326 ppp) |
Is it the last preview on the list? |
Yes |
Oh! this was because I didn't include an infinity scroll. Fixed! |
|
We can reduce the whitespace since we won't add the event/host sponsors here. I realized the map on the location page is on the preview website. Was that intentional? |
config/city-lists.json
Outdated
{ | ||
"name": "Bangalore", | ||
"country": "India", | ||
"date": "TBA", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"date": "TBA", | |
"date": "November 30, 2023", |
config/city-lists.json
Outdated
"date": "TBA", | ||
"description": "Join us in Bangalore for the AsyncAPI Conference and learn more about APIs and EDAs! Let's have a memorable fiesta!", | ||
"img": "https://images.unsplash.com/photo-1596176530529-78163a4f7af2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2454&q=80", | ||
"address": "309, Venkatesh complex, floor, 100 feet road, Indiranagar, Bangalore, Karnataka 560038, India" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"address": "309, Venkatesh complex, floor, 100 feet road, Indiranagar, Bangalore, Karnataka 560038, India" | |
"address": "310, 6th Main Rd, HAL 2nd Stage, Indiranagar, Bengaluru, Karnataka 560038, India" |
For each of the locations, we could have something like this:
The names of the locations will be displayed in bold and in the same colour as the date. This signifies that they are clickable. Users can click on the location name or the accompanying image to access the corresponding page directly. I recommend this approach to avoid confusion caused by the phrase 'Join us,' which begins each location's description. I'd like more suggestions and would appreciate your input on this approach. @AceTheCreator @thulieblack @derberg @Barbanio |
done!
This is also intentional. It will come as a contribution. |
This is intentional, as suggested by @derberg we should render all speakers by default and then by clicking you filter by region
Yea, this is also intentional as we don't have the bandwidth to maintain a different newsletter for conference |
We should have a "All" button then. |
Hey @Mayaleeeee, the newsletter details are fine as it is. The monthly newsletter shipped out every month will contain all the necessary information about all the conferences |
Ohh, that's cool then. |
I think this PR is rtm cc @derberg @thulieblack @Mayaleeeee @Barbanio |
lgtm, I personally do not spend much time on websites to be patient enough to wait for entire globe animation, and see how new cities and countdown shows up. I personally would prefer to show all locations and countdowns by default (and they can highlight or whatever one after another if you want). But if I'm the only one and others like how it is now, I won't block. Great stuff @AceTheCreator 🚀 |
I apologize, @AceTheCreator, but there seems to be a misunderstanding. I was actually referring to the specific locations marked in the screenshot below and not the main location header. |
Thank you so much. |
Oh! If that's what you meant, then I don't think that will be necessary because making the whole card clickable is the best UX IMHO not the text within a sentence. I'll change the title back to white :) |
Sure, that works as well. My worry was about the main location header, and I can see that you have adjusted the color. Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good; let's get the 1st iteration merged!!
merge merge merge and in a follow up PR I guess it is a right time to add CODEOWNERS |
🥳🥳🥳🌸 |
This is the first implementation of the AsyncAPI conference website which includes the following.
cc @thulieblack @Mayaleeeee @derberg @Barbanio @alequetzalli