diff --git a/img/firefox_addon_160.png b/img/firefox_addon_160.png new file mode 100644 index 0000000..a1ae112 Binary files /dev/null and b/img/firefox_addon_160.png differ diff --git a/index.html b/index.html index 90177d9..fb173c2 100755 --- a/index.html +++ b/index.html @@ -6,13 +6,15 @@ integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ==" crossorigin=""/> +
+

Firefox Add-ons developer mentors map

-

- You can find the mentors either in the map or just search them in the table provided below. +

+ You can find the mentors either in the map or just search them in the table provided below.

diff --git a/style.css b/style.css index 49e3445..ca69808 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,18 @@ body { margin: 20px; - font-family: 'Roboto', sans-serif; + font-family: 'Zilla Slab', serif; } header { text-align: center; + font-style: oblique; + font-family: 'Zilla Slab', serif; + font-size: 23px; + color: #6e008b; +} + +#headerContent { + color: orange; } #mentorsMap {