diff --git a/README.md b/README.md index acd8c88..d605ef5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ Help build the last independent browser. Write code, fix bugs, make add-ons, and ## Speak Up - [File bugs](https://bugzilla.mozilla.org/enter_bug.cgi?product=DevTools&component=General) - [Discourse forum](https://discourse.mozilla-community.org/c/devtools) -- [Follow us on Twitter](https://twitter.com/FirefoxDevTools) -- [Join our chat rooms](https://chat.mozilla.org/#/group/+devtools-team:mozilla.org) +- [Follow us on Mastodon](https://mozilla.social/@FirefoxDevTools) or [Twitter](https://twitter.com/FirefoxDevTools) +- [Join our chat rooms](https://chat.mozilla.org/#/room/#devtools:mozilla.org) - [Mailing list](https://groups.google.com/forum/#!forum/mozilla.dev.developer-tools) 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 16cc437..a66027e 100644 --- a/index.html +++ b/index.html @@ -1,144 +1,438 @@ - - - Firefox Developer Tools - - - - - - + + + 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

+

+ 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. - -
-
+ +
+ + + + + + + + + +
+ + +

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. + +
+
- -
-
- -
-
+ +
+
+

Features

+ +
+
- - - + + + diff --git a/styles.css b/styles.css index 7a506af..cbc4773 100644 --- a/styles.css +++ b/styles.css @@ -165,7 +165,6 @@ footer { } .feature-icon { - width: 60%; max-width: 180px; margin-bottom: 10px; }