cmb347827
@cmb347827All solutions
- Submitted 13 days ago
Static job listings master project
- HTML
- CSS
- JS
Clearly , I need to dive deeper into how to avoid/eleminate 'render blocking resources' firstly. I'm mostly confused by this error , as I've always learned that you need to keep styling/semantics separate , and now (for the first time) I hear that no, you should not do that as it causes the fist load to be too slow.
I'm very frustrated by this as I have no idea how to avoid these errors in the future, without having to keep all my css separate in the `
- Submitted 5 months ago
Todo app project
- HTML
- CSS
- JS
I'm assuming the drap and drop operation should save the new order ? I used sortable.js and was able to drap/drop tasks , but it does not save the reordered list order, just reverts back to the original order if I add a new task or click active/complete.
I am very proud(trying) of myself that I finished this and all by myself!
- Submitted 7 months ago
Crowdfunding product page project
- HTML
- CSS
- JS
The amounts donated are added dynamically , to make the code more robust, but do not show up in the screenshot for some reason (lag) I guess?
And the bookmark button works just fine when I look at it in github, but it's not visible in the screenshot either for some reason? Same with the progressbar.
Also, I've added the use of a polyfill for dialog, because of potential brouwser issues.