-
Notifications
You must be signed in to change notification settings - Fork 16
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
New landing page design #105
base: main
Are you sure you want to change the base?
Conversation
* very basic redesign * make buttons interactive
* add dangling code example * add code example section
* quickfix alignment * add news and clean up scss
Preview the changes: https://turinglang.org/pr-previews/105 |
@simonsteiger Can we try to add something like this SVG, we created this rough sketch, it's a bit unclean, but I think it worth a shot! Adding @Govindggupta to this conversation as he created this SVG a while back! TuringLogo-Animated.mp4Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SVG Animation</title>
<style>
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
.line-graph {
/* height: 85vh; */
width: 100%;
padding-top: 5%;
position: relative;
}
svg {
width: 100%;
height: 100%;
}
@keyframes draw {
to {
stroke-dashoffset: 0;
}
}
.line {
fill: none;
stroke-width: 7;
stroke-dasharray: 3900;
stroke-dashoffset: 3900;
animation: draw 6s forwards ease-in-out;
stroke-opacity: 1;
}
.line1 {
stroke: #b352cc;
animation-delay: 0s;
}
.line2 {
stroke: #cc3333;
animation-delay: 0.5s;
}
.line3 {
stroke: #218921;
animation-delay: 1s;
}
.upperContent {
width: 90%;
text-align: end;
padding-right: 10%;
position: absolute;
z-index: 5;
opacity: 0;
animation: fadeInText 2s forwards ease-in-out;
animation-delay: 3s;
}
.upperContent>h1 {
font-size: 80px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.upperContent>p {
font-size: 25px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin-top: 5%;
}
.upperContent>h1,
.upperContent>p {
margin: 0;
padding: 0;
}
@keyframes fadeInText {
to {
opacity: 1;
transform: translateY(0);
}
}
nav {
width: 100%;
height: 60px;
background-color: #073c44;
text-align: center;
color: whitesmoke;
font-size: 50px;
}
</style>
</head>
<body>
<nav>
NAVBAR
</nav>
<div class="line-graph">
<div class="upperContent">
<h1>Turing.jl</h1>
<p>Bayesian inference with probabilistic programming</p>
</div>
<div class="Animation">
<svg width="2300" height="498" viewBox="0 0 2300 498" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="line line1"
d="M0 487C428.737 486.5 424.61 478.535 493.575 389C523.23 350.5 595.105 213 654.414 213C713.724 213 748.907 290 790.625 344.5C832.343 399 846.416 425.5 908.239 461.5C979.498 502.995 1144.47 487 2300 487" />
<path class="line line2"
d="M0 485.5C212.654 485.5 378.977 486 565.45 486C751.923 486 763.644 514.469 852.448 292.5C881.709 219.36 911.829 96 950.052 96C988.276 96 1016.27 197.222 1050.19 287.031C1116.15 461.682 1136.64 484.016 1322.06 484.016C1416.28 484.016 2076.04 486.5 2300 486.5" />
<path class="line line3"
d="M0 486.499C101.007 486.499 207.547 486.499 308.554 486.499C409.56 486.499 483.491 486.499 577.149 486.499C668.492 486.499 699.329 489.286 731.197 460.973C773.165 423.687 790.94 330.837 809.112 262.111C827.285 193.386 858.089 8 890.182 8C922.275 8 944 162.661 971.155 262.111C988.985 327.407 1006.43 426.95 1058.05 469.982C1081.26 489.327 1164.7 486.499 1248.64 486.499C1356.96 486.499 1406.25 486.499 1516.74 486.499C1627.23 486.499 2191.68 487 2300 487" />
</svg>
</div>
</div>
</body>
</html> |
Thanks for the feedback, those are good points. I'll have a look at the colours again. The SVG looks awesome! I'll try to integrate it into the current design in the coming days. I might also experiment with moving the "Turing.jl" header and subheader around a bit to align it better with the current content layout. |
Feel free to experiment anything! Let us know if you need any help! Thanks for all the efforts! |
* improve colors * better link hover color
* paste in svg * responsive svg header
Thank you, @simonsteiger!
It's looking good, I will let you if I get any other ideas! |
using the same background colour for the team "cards" as for the non-hoverable cards on the landing page
Let's wrap this up! Things to consider:
Suggest more if you have! |
@yebai @penelopeysm Please let us know if you have any suggestions to complete this PR! |
Hello @simonsteiger! I think the layout is very beautiful and elegant, and having done a bit of web design myself I know that tweaking CSS to make something look sleek is not trivial so I wanted to say that this is really, really good work :) Thank you! Some small comments:
I'm happy to continue discussing what other, additional, information is worth including. However, I strongly believe that that should be part of a separate PR, not this one. I try to avoid situations where the scope of an issue or a PR gets wider and wider, as it means that there's more to discuss, and it becomes harder to merge parts of it that everybody already agrees on. Unrelated to this PR. but my moonshot dream for the front page is to have a 'playground' - people can edit a model definition, select a sampler from a dropdown, then click a button and have it sample and display plots. I know this is not really possible (this would require either Julia -> WASM compilation, or a dedicated server machine) but just putting it out there. 😄 |
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.
Finally, given the amount of custom HTML code that is in this, I wonder whether it is still worth sticking with Quarto?
In my opinion, something like Astro would be better as this will still allow you to have page content in Markdown files, but it also allows you to build components and therefore make the HTML code more composable and reusable. Of course we could go the full distance and use a proper JS framework like React or (my favourite) Svelte.
It also makes it easier to add new features in the future (not just new content) as we'd be using tools meant for web design instead of trying to shoehorn web design into Quarto.
Quarto is pretty much irreplaceable for the docs repo because that involves running Julia code in notebooks, but I don't think we have any code execution in this repo.
As per my previous comment, I don't really think that this is something that should be changed now, but IMO it's something worth thinking about going forward, and I probably wouldn't mind taking that on.
Maybe these can help, just putting them here if we take this on in future! |
Hi @penelopeysm! I was really happy to read your comment – working on the design was a lot of fun, and it's of course great to hear that you think it looks beautiful and elegant.
Definitely! I'll change that.
I think that would work perfectly together with your other suggestion of making "Turing.jl" appear more quickly! (I guess that left-to-right flow is what you had in mind when you wrote the comment 🥲)
Great! I believe I just looked at some other docs and what they put there, but most of the content was really just intended to be placeholders. Slack and / or discourse sound like great choices.
I'll move it there!
I was probably taking inspiration from other docs and pages that were linked as potential inspiration by @shravanngoswamii in #101. So at the time of implementing that, I probably didn't give it much thought. 😄 |
Eek, I can see what you mean with the alignment, and I guess it's because 'Slack' and 'GitHub' have different widths? That's super annoying haha. You could make it work with grid but I'm not sure if that makes the responsive design more painful too. I'm totally fine with sticking to a single line! As for the SVG, I dug a little around the organisation and I think this is the script that's used to generate them: https://github.com/TuringLang/turing-logo-graphics/blob/master/src/logo.jl I ran it and it tells me that
|
- added links to discourse and slack to the buttons at the top of the page - moved link to libraries page to "Learn more" section
I guess we could remedy the "different lengths" problem of GitHub and Slack by setting a minimum width to all buttons, but that doesn't feel very elegant, and a short word like "Slack" might then look lost in a very wide button. Thank you for pointing me to the script with the Gaussians! I'll work on the footer next and continue iterating a bit with colours, in particular for the links since I agree that those aren't great. @shravanngoswamii also mentioned the dark mode in general – let me know what you think should be adapted. I would really like the header to be centered, too. I have some ideas I'd like to try, but I feel that quarto's defaults are getting in my way here, and I'm not super keen on wrangling my way past those. As @penelopeysm said earlier, a framework like Astro would be a great way to create (and reuse) components like a custom header. |
Please feel free to be more creative with the "logo" (Turing.jl text + Gaussian curves). You don't need to stick with three Gaussian curves if that helps. |
I'd be happy to help brainstorm ideas for the "logo" on the landing page but I don't know enough about, e.g., Javis.jl to help with creating the animation in the near future. Might it be an option to make the new animation a target for another PR? |
Related to #101.
This PR contains a draft for a new landing page and the related styling changes.
Still missing in this draft are:
I'm happy to continue iterating on this, but thought that it might be a good time to discuss what I've currently got.