curl / curl-www

The curl.se website
https://curl.se/
MIT License
101 stars 88 forks source link

Mobile optimization for _tls-options #337

Open Man2Dev opened 3 months ago

Man2Dev commented 3 months ago

the https://curl.se/libcurl/c/tls-options.html is not very optimized for moblie pic

bagder commented 3 months ago

I hear you. If you have ideas on how to fix it, let me know. I'm not actually a web person...

Man2Dev commented 3 months ago

the easiest fix I can think of for this code base is setting the table in a flex container and set each row as a flex item https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox

Man2Dev commented 3 months ago

I wanted to test this out but I had difficulties running the website locally. Does curl-www have docker container?

bagder commented 3 months ago

I know of no docker container made for this, no. I personally run a local apache using my curl-www build dir as document root and I make curl.local resolve to 127.0.0.1. Then http://curl.local shows my local version of the site.