LLNL / radiuss

https://software.llnl.gov/radiuss
MIT License
3 stars 1 forks source link

Updates to tutorials announcement page #43

Closed hauten closed 2 years ago

hauten commented 2 years ago
vsoch commented 2 years ago

Preview: https://output.circle-artifacts.com/output/job/8cd8cb24-0470-4661-9ab1-c38e51eb206d/artifacts/0/radiuss/event/2022/07/07/radiuss-on-aws/index.html

Taking a look!

vsoch commented 2 years ago

A few comments!

We will want to have well-organized files moving forward - and although a single folder technically works, I think we should perhaps organize using the same structure as the posts so it matches, 1:1. E.g. for the post _posts/tutorial/2022-07-07-radiuss-on-aws.md it would be under assets/posts/tutorial/2022-07-07-radiuss-on-aws/RADIUSS_tutorials_flier_final.pdf That should make it stupid easy to find files matched with different kinds of posts.

We should generally use css elements for buttons / other interactions and not images - e.g., so let's please remove the tutorial button and have it be something like:

<a class="btn btn-primary btn-lg" type="button" href="https://forms.gle/3wAKK5PBizUiNaVg6" alt="Sign up Button">Sign Up</a>

(and choose the styling that you like!) I would add some padding to the top/bottom so there is a bit more white space around it (it looks cluttered in my testing but this looks okay):

image

I'll put more comments alongside the changes!

hauten commented 2 years ago

Sorry @vsoch one more (the 10th) commit to add the radiuss-outreach email address as a way to contact. I was able to confirm today that I accepts emails from external-to-LLNL people. So the page looks like this: image

Thanks for your feedback & patience