Closed
Bug 866193
Opened 12 years ago
Closed 12 years ago
Update "Contact Us" page with current office addresses for Paris and Tokyo
Categories
(www.mozilla.org :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kesterly, Unassigned)
References
Details
(Whiteboard: r=115736)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Hiya,
The office addresses here: http://www.mozilla.org/en-US/about/contact.html#map-japan are out of date for Tokyo and Paris.
Tokyo address is:
Mozilla Japan
Roppongi 7-5-6
Minato-ku, Tokyo 106-0032
Japan
Paris address is:
Mozilla Paris
Mozilla
16 blvd. Montmartre
Paris 75009
France
Thanks!
Comment 3•12 years ago
|
||
jbertsch: This is a very quick change that almost anyone can make and since the address are wrong now, we should bump it up higher than a P3. Anyone on the team should be able to edit the SVN repo and Ben has done this before for quick changes.
Code here:
http://viewvc.svn.mozilla.org/vc/projects/mozilla.com/trunk/en-US/about/contact.html?view=markup
Comment 4•12 years ago
|
||
Updated the addresses, longitudes and lattidues
Comment 5•12 years ago
|
||
Comment on attachment 743312 [details] [diff] [review]
first-patch
>Index: contact.html
>===================================================================
>--- contact.html (revision 115562)
>+++ contact.html (working copy)
>@@ -81,10 +81,10 @@
>
> <div class="map-address" id="europe-paris">
> <h5>Paris</h5>
>- <address>28 boulevard Poissonnière<br />75009 Paris, France</address>
>+ <address>16 blvd. Montmartre <br>Paris 75009, France</address>
> <div class="geo">
>- <span class="latitude">48.8713561</span>
>- <span class="longitude">2.3438915</span>
>+ <span class="latitude">48.871875</span>
>+ <span class="longitude">2.341338</span>
> </div>
> </div>
>
>@@ -111,10 +111,10 @@
>
> <div class="map-address" id="japan">
> <h5>Tokyo</h5>
>- <address>Kojimachi GN Yasuda Bldg., 4F<br />3-6-5 Kojimachi, Chiyoda-ku<br />Tokyo, 102-0083, Japan</address>
>+ <address>Roppongi 7-5-6<br>Minato-ku, Tokyo 106-0032, Japan</address>
> <div class="geo">
>- <span class="latitude">35.685021</span>
>- <span class="longitude">139.738455</span>
>+ <span class="latitude">335.665208</span>
>+ <span class="longitude">139.727765</span>
> </div>
> </div>
>
Comment 7•12 years ago
|
||
The Paris address is incorrect, it is '16 bis' not 16.
Also, these addresses should be updated on http://www.mozilla.org/en-US/about/mozilla-spaces/ (and the localized versions too)
Updated•12 years ago
|
Attachment #743312 -
Attachment is patch: true
Attachment #743312 -
Attachment mime type: text/x-patch → text/plain
Comment 8•12 years ago
|
||
(In reply to Pascal Chevrel:pascalc from comment #7)
> The Paris address is incorrect, it is '16 bis' not 16.
>
> Also, these addresses should be updated on
> http://www.mozilla.org/en-US/about/mozilla-spaces/ (and the localized
> versions too)
Pascal can you paste the full address of the Paris office here as I dont know whether it should be 16 bis blvd or 16 bis
Comment 9•12 years ago
|
||
The full address is:
16 bis blvd. Montmartre
Paris 75009, France
Comment 10•12 years ago
|
||
(In reply to Pascal Chevrel:pascalc from comment #9)
> The full address is:
> 16 bis blvd. Montmartre
> Paris 75009, France
Thanks Pascal
Comment 11•12 years ago
|
||
Attachment #743312 -
Attachment is obsolete: true
Comment 12•12 years ago
|
||
Updated the address
Comment 13•12 years ago
|
||
Did you talk to Mike Alexis to make sure there is a card for this?
Comment 14•12 years ago
|
||
it seems the address for Tokyo office is still old. when can we expect it to be corrected ? also, when I click http://www.mozilla.org/en-US/about/contact , the map area doesn't show anything.
Comment 15•12 years ago
|
||
(In reply to Chris More [:cmore] from comment #13)
> Did you talk to Mike Alexis to make sure there is a card for this?
I'll assign the card to myself.
Comment 16•12 years ago
|
||
I've committed raymond's patch to trunk in SVN in r115736. Will need to be merged into production.
Updated•12 years ago
|
Whiteboard: r=115736
Comment 17•12 years ago
|
||
Committed to prod in r115745.
Comment 18•12 years ago
|
||
The new addresses are on production. The broken map is due to bug 869530 which will be fixed soon
www.mozilla.org/en-US/about/contact.html
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•