-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
* add sans-serif font (tmp) * update tablet padding
8682864
to
72f686a
Compare
72f686a
to
eb04e89
Compare
* add font sizing to terminal text * add terminal animation
Thanks a lot, @julieg18, the website looks awesome! 🔥
Or, we can always type code much faster and don't distinguish whether do you open the code tab for the first time or not. I previously thought that it's bad because people don't keep up with it (as in the case with the terraform website), but the amount of text is very limited in our case compared to theirs, so it may be fine to type everything quite fast. WDYT about this? |
Yes, I'm planning to work on that next!
Increasing the type speed makes sense to me! I'll increase the typing speed for now and we can alway implement increasing (or just showing code) after the user clicks on it at a later date.
Sure, I'll increase the pauses after each step! |
* add option to add a loading bar into your script
I was hoping to make a working animated progress bar that moves but I realized that it would take some more time to get it done. So for now, I added multiple progress bars showing progress: Screen.Recording.2021-11-30.at.10.17.35.AM.mov |
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.
Everything I'd consider a blocker is taken care of! Might be best to give others a chance to go over it first, but that's up to you.
3f6594e
to
d847a0d
Compare
- generate delays at random - allow way to use delays in home-slides.js
d847a0d
to
a0193d7
Compare
Ok, I added delays to the parts that @aguschin requested and the delays are random from 0.25s-0.5s. I also implemented the other requested changes :) |
Cool, @julieg18! Few things I found:
|
@aguschin, thanks for spotting the bugs! I'll get right on it!
The terminal is centered vertically in the desktop version which is why it isn't touching the top: But if you'd prefer the terminal being at the top, I can update the terminal to move to the top. |
Awesome work! 🎉 It took me a while to realize that the four items on the left were interactive. 🙈 I was about to complain about “the tagline being smaller than the feature list” when I saw this issue and the actual purpose of that graphical element. 🤦🏼♂️ Also, it's just me, or the underscore could be a bit bolder and aligned with the base line? ProposedCurrent |
Agreed! We're still deciding on what the site's official font is. Once we have this, I'll adjust the underscore to be thicker. |
Ok, we have our font (might be changed later) and I fixed all the bugs. Once we have the typeform link, we should be ready to deploy 🥳 |
Thanks a lot, @julieg18! Website is 🔥 |
What Needs to be Done