Skip to content
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

Redesign the landing page! #101

Open
Tracked by #80
shravanngoswamii opened this issue Oct 1, 2024 · 7 comments · May be fixed by #105
Open
Tracked by #80

Redesign the landing page! #101

shravanngoswamii opened this issue Oct 1, 2024 · 7 comments · May be fixed by #105

Comments

@shravanngoswamii
Copy link
Member

shravanngoswamii commented Oct 1, 2024

Inspirations!

See also:

@shravanngoswamii shravanngoswamii changed the title Redesigning the landing page! I have some inspirations in mind like Redesign the landing page! Oct 1, 2024
@simonsteiger
Copy link
Contributor

I've sketched out a new landing page inspired by some of the sources above in my fork.

There are a few things I would still like to add and change (code examples, navbar, footer), but I thought it would be best to ask you first if you are OK with this general layout, or if this is the kind of contribution you are looking for at all.

Curious to hear your thoughts and happy to continue if it's of interest.

image

@shravanngoswamii
Copy link
Member Author

shravanngoswamii commented Oct 22, 2024

This really looks clean, minimalistic, and cool! I am also thinking of adding the following to the landing page:

  • A small horizontal slideshow for news
  • Citations and license in a tabset panel
  • Community events showcase

There are more things we can add later while working! Please feel free to open a PR against the UI Revamp branch. Let me know if you need any help; I will add some things to this branch too!

@shravanngoswamii
Copy link
Member Author

shravanngoswamii commented Oct 22, 2024

I would still like to add and change (code examples, navbar, footer)

I was working on this a few days ago, here's the footer from that, let me know if you have any comments on this:

image

@simonsteiger
Copy link
Contributor

  • A small horizontal slideshow for news
  • Citations and license in a tabset panel
  • Community events showcase

Great ideas! I was considering a horizontal slideshow, too, but was not sure how to add the necessary (?) JS on a Quarto website. What would be your approach?

I'll continue on my fork for a bit and open a PR against the UI revamp branch hopefully later this week.

@shravanngoswamii
Copy link
Member Author

I was considering a horizontal slideshow, too, but was not sure how to add the necessary (?) JS on a Quarto website. What would be your approach?

For the listing of news, we can use Quarto's listing feature, and we can add internal JS in HTML code block like this:

```{=html}
<script>
// JS here
</script>
```

@simonsteiger
Copy link
Contributor

simonsteiger commented Oct 23, 2024

Here's a little update. I have now added a section with code examples.

Never mind the text, that might as well have been lorem-ipsum. I thought that it could be nice to relate to the aspects highlighted above (intuitive, general-purpose, modular) and illustrate each point with a related model.

As you can see, I have also made changes to the dark theme. I hope this is fine; we can of course adjust it if you would prefer something else. It's purely personal preference. :)

Next, I'll tackle the horizontal slideshow with the listing feature you've suggested.

image

@shravanngoswamii
Copy link
Member Author

Here's a little update. I have now added a section with code examples.

It looks nice, we can take more reviews from other members after this is ready for preview!

As you can see, I have also made changes to the dark theme. I hope this is fine; we can of course adjust it if you would prefer something else. It's purely personal preference. :)

I get it, feel free to use your best judgement, we were already thinking of changing colors btw :)!

Next, I'll tackle the horizontal slideshow with the listing feature you've suggested.

Let me know if you face any issue, I will try my best to help!

@simonsteiger simonsteiger linked a pull request Oct 25, 2024 that will close this issue
@shravanngoswamii shravanngoswamii linked a pull request Oct 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants