From 009f854ff091f8044a7e3619b04d35dec05caf98 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 20 Oct 2025 13:38:29 +0800 Subject: [PATCH 1/2] format with 'prettier' --- index.html | 530 +++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 394 insertions(+), 136 deletions(-) diff --git a/index.html b/index.html index 16cc437..52c6c55 100644 --- a/index.html +++ b/index.html @@ -1,144 +1,402 @@ - - - Firefox Developer Tools - - - - - - - - -
- -
-

Firefox Developer Tools

-

A set of tools for inspecting and editing web code.
- Our team works closely with the community and is always happy to
- welcome new contributors.

+ + + Firefox Developer Tools + + + + + -
- -
- - - - - - - - - -
- - -

Get Involved

- Help build the last independent browser. Write code, fix bugs, make add-ons, and more. - -
- - -

Speak Up

- Feedback makes us better. Tell us how we can improve the browser and Developer tools. - -
-
+ +
+ +
+

Firefox Developer Tools

+

+ A set of tools for inspecting and editing web code.
+ Our team works closely with the community and is always happy to
+ welcome new contributors. +

+
+
- -
-
- -
-
+ +
+ + + + + + + + + +
+ + +

Get Involved

+ Help build the last independent browser. Write code, fix bugs, make + add-ons, and more. + +
+ + +

Speak Up

+ Feedback makes us better. Tell us how we can improve the browser and + Developer tools. + +
+
- - - + +
+ + +
+ From 05c60b3199d58cf04bc04a6dd2e4987e8b401bcb Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 20 Oct 2025 13:46:34 +0800 Subject: [PATCH 2/2] add vs code debugger extension to helpers section - introduce new "Helpers" section for external development tools - add section headings to improve page structure and navigation - simplify feature icon sizing by removing percentage-based width constraint --- images/vscode.svg | 41 +++++++++++++++++++++++++++++++++++++++++ index.html | 36 ++++++++++++++++++++++++++++++++++++ styles.css | 1 - 3 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 images/vscode.svg diff --git a/images/vscode.svg b/images/vscode.svg new file mode 100644 index 0000000..c453e63 --- /dev/null +++ b/images/vscode.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 52c6c55..a66027e 100644 --- a/index.html +++ b/index.html @@ -110,6 +110,7 @@

Speak Up

+

Features

  • @@ -373,6 +374,41 @@

+ +
+
+

Helpers

+ +
+
+