
Changes
- 07a440f: I added a content bar that floats on the left side of the screen. When you scroll to the next section on the website, the relevant item in the content bar automatically gets highlighted.
- 5b478d7: Completed the HTTP step. There’s 2 boxes, one representing a client and one the server. An animation showing packets travelling between the 2 machines plays and a box showing the current contents of the buffer each is writing to has its data updated. I really like how the data gets added as each packet’s animation ends so it looks all in-sync.
- 0a495c2: I completed the HTML step. This is probably my least favorite step because of how boring the animation is - just a box expanding and DOM nodes filling it in.
- 727e721: Started working on the Link step. The idea is link tags slide in, get replaced by the actual links they wrap, which then gets replaced by the content fetched from those links.
Next Steps
- Finish the Link step and the rest of them.
- Finish the architecture section
- Get back to implementing JS
Log in to leave a comment
