From 90b1cee8394ecb5e48d3603a3fb7e1938d8f7412 Mon Sep 17 00:00:00 2001 From: Paul Roub Date: Fri, 25 Aug 2023 16:06:31 -0400 Subject: [PATCH] Fix display on narrow / small screens (#1) --- index.html | 230 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 137 insertions(+), 93 deletions(-) diff --git a/index.html b/index.html index 8cc0dc2..a3eb1c9 100644 --- a/index.html +++ b/index.html @@ -1,96 +1,141 @@ + + - everything on curl development + everything on curl development + + + + - - -
-

curl development

+ +
+

curl development

+
"everything curl"
curl.se -
-

-

+ + -
+

development with curl

 $ curl https://example.com/
@@ -105,9 +150,9 @@ 

development with curl

  • How to HTTP with the curl tool
  • Scripting browser-like tasks -
  • -
    +
    +

    development with libcurl

       curl = curl_easy_init();
    @@ -124,10 +169,9 @@ 

    development with libcurl

  • driving transfers with libcurl
  • HTTP with libcurl -
  • -
    +

    development of curl

     $ ./configure
    @@ -139,10 +183,9 @@ 

    development of curl

  • the curl license
  • curl source code -
  • -
    +

    development of libcurl

     $ ./configure
    @@ -156,3 +199,4 @@ 

    development of libcurl

    +