Closed cvan closed 7 years ago
@cvan I would like to contribute :smile:
@marti1125 great! I'd look at
let me know if you encounter any issues. thanks for helping!
hi @cvan I ran the project =D so Where I have to add the new logo? Could you specify me please? https://aframe.io/docs/0.5.0/introduction/
@marti1125
Here are some specific instructions:
Supported by Mozilla
section from index.ejs
to sidebar_header.ejs
. (Ideally, if you can, instead of just copying it twice, move the HTML into a single, separate .ejs
file which can be included in both places as an EJS partial
like this one.).sponsor
, .mozilla-logo
, etc.) from index.styl
to _common.styl
(which both index.styl
and secondary.styl
require)secondary.styl
file.Let me know where you are next and if you need additional help. Thanks for helping!
I added background-color: #ef2d5e; to .sponsor but it needs more with and height at top or at bottom =?
@marti1125 can you show your code on a branch of your fork of the site?
this has been done by @marti1125 in PR #424 (thanks!) - and @ngokevin nicely moved the logo on the secondary pages from the sidebar to the footer of the main content area (thanks!)
@dmarcos replaced the old
MozVR
wordmark with the new Mozilla wordmark (Supported by Mozilla
) to the homepage in PR #418. We ought to add the same logo to the sidebar on the other pages (e.g., Docs, Blog, FAQ, etc.).