You are browsing as a guest. Sign up (or log in) to start making projects!

2h 14m 57s logged

I think I am done with the first version of the site. It obviously can have some additional features and polishing but for the most part, it doens’t look bad.

I added 2 sections in the middle that reflect my personal interests. I fixed a typo in the about website section and also added a version and time changed text at the bottom of the site.

Today’s challenge was layouting again. As you may tell, the last section has misalignment (as well as the top right section)… Next time I work on this, I am probably going to work on code restructuring and implementing functions to get rid of many lines of code.

Currently it takes me over 5 minutes to compile the 273 dependencies. The Cargo.lock file has over 5500+ lines of dependencies 💀. I am going to read trunk’s (the wasm packager I use) documentation to see if I can optimize my dev and release builds more.

The .wasm size is 12MB. The HTML is only 107 lines.

I added both horizontal and verticle scrolling just in case someone viewed the page on a small screen. In the future I plan to add text wrapping on window resizing. Currently it just disappears and the scroll bars appear.

As simple as it may appear, this took way too long. I assume if one used html and css to do this would take maybe a quarter of the time I spent on this.

0
10

Comments 0

No comments yet. Be the first!