Text updates to B2G page from Bug 727876

This commit is contained in:
Steven Garrity 2012-02-22 11:26:24 -04:00
Родитель 26311ba973
Коммит 3669cb10fc
5 изменённых файлов: 39 добавлений и 9 удалений

Просмотреть файл

@ -39,9 +39,6 @@
<h2>Technology</h2>
<p>The B2G architecture eliminates the need for apps to be built on platform-specific native APIs. Using HTML5, developers everywhere can write directly to the Web; they can create amazing user experiences and apps unencumbered by the rules and restrictions of closely controlled platforms.</p>
<h2>Open Accessible Standards</h2>
<p>As with all Mozilla projects, the source code is open and accessible. We are proposing Mozilla b2g as a new standard for identity systems and are working with existing identity providers to implement the protocol as their primary authentication tool.</p>
<h2>Open Accessible Standards</h2>
<p>As with all Mozilla projects, B2G is based entirely on open standards and the source code is open and accessible to all. Where open standards are missing (including telephony, SMS, camera, bluetooth, USB and NFC), we're working with standards bodies and other vendors to create them.</p>
@ -56,6 +53,9 @@
<li><a href="/b2g/faq/">FAQ</a></li>
</ul>
</nav>
{% include "/b2g/sidebar-contents.html" %}
</div>
</div>

Просмотреть файл

@ -25,7 +25,7 @@
<img src="/media/img/b2g/hero.png" alt="" />
<h1>Welcome to a new, open and powerful mobile world!</h1>
<p>We're making innovation more accessible and driving thedevelopment of new Web standards to bring the power of the Open Web platform to mobile devices.</p>
<p>We're making innovation more accessible and driving the development of new Web standards to bring the power of the Open Web platform to mobile devices.</p>
</section>
@ -36,7 +36,7 @@
<figure id="signin-example">
<img src="/media/img/b2g/example1.png" alt="" />
<figcaption>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.</figcaption>
<figcaption>Sample screen menus — all open for custom design.</figcaption>
</figure>
<h3>Opportunities for Developers</h3>
@ -61,7 +61,7 @@
<figure id="signin-example">
<img src="/media/img/b2g/example2.png" alt="" />
<figcaption>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</figcaption>
<figcaption>Look for all your favorite apps, across your favorite devices</figcaption>
</figure>
</div>

Просмотреть файл

@ -48,7 +48,7 @@
<dt>What is the size of the team working on this project?</dt>
<dd>
<p>More than 20 engineers were working full-time on B2G-specific parts of the system (telephony, messaging, system-level phone integration). In addition to Mozilla contributors, engineers from carrier partners are working jointly with us on the project as well.</p>
<p>More than 20 engineers were working full-time on B2G-specific parts of the system (telephony, messaging, system-level phone integration). In addition to Mozilla contributors, engineers from carrier partners are working jointly with us on the project.</p>
<p>We are leaning heavily on the existing Gecko and Firefox mobile work and the team of hundreds of engineers building those products. 95% of the code in B2G is shared with Firefox.</p>
</dd>
@ -112,9 +112,9 @@ The intent is very much that B2G lead to improved capabilities for the Web plat
<p>We dont have any plans to build or distribute a custom device.</p>
</dd>
<dt>I am a web developer. How do I deploymy web application to the B2G platform?</dt>
<dt>I am a web developer. How do I deploy my web application to the B2G platform?</dt>
<dd>
<p>You don't. By default, your web app will be accessible from the phone just like any other website. If you want to make it installable to the homescreen, you may consider adding a open web app manifest to your app. However, the install API is not complete yet on the B2G platform as of Jan 2012.</p>
<p>You don't. By default, your web app will be accessible from the phone just like any other website. If you want to make it installable to the homescreen, you may consider adding an open web app manifest to your app. However, the install API is not complete yet on the B2G platform as of Jan 2012.</p>
</dd>
</dl>
@ -130,6 +130,9 @@ The intent is very much that B2G lead to improved capabilities for the Web plat
<li><b>FAQ</b></li>
</ul>
</nav>
{% include "/b2g/sidebar-contents.html" %}
</div>
</div>

Просмотреть файл

@ -0,0 +1,11 @@
<aside id="references">
<h4>Recommended Reading</h4>
<ul>
<li>
<a href="https://wiki.mozilla.org/B2G">Boot to Gecko Team Wiki</a>
</li>
</ul>
</aside>

Просмотреть файл

@ -39,3 +39,19 @@ h1#main-feature {
}
#references {
margin: @baseLine * 2 auto;
ul li {
list-style-type: none;
margin: 0;
padding: @baseLine 0;
border-bottom: 1px dotted @borderColor;
font-size: @smallFontSize;
line-height: @baseLine * .75;
}
p {
margin: 0;
}
}