FOSDEM 2018 (#37)
- blog post + associated media - svg firefox logo - CSS update to have an image centering class + nits
This commit is contained in:
Родитель
c7e472b6f9
Коммит
206463adc6
|
@ -0,0 +1,55 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Firefox Release management at FOSDEM 2018"
|
||||
date: 2018-01-11 12:00:00
|
||||
categories: events fosdem
|
||||
author: pascal
|
||||
---
|
||||
![Fosdem logo](/images/posts/fosdem/fosdem2018banner.png "Fosdem logo"){: .center-image }
|
||||
|
||||
Like every year, Brussels will host on February 3 & 4 the largest European Open Source event gathering thousands of developers, namely [FOSDEM](https://fosdem.org/2018/).
|
||||
|
||||
Sylvestre, head of the Firefox Release Management team, will explain on Saturday how we ship Firefox to hundreds of millions of users every 6 weeks and how our test suites, pre-release channels, static analyzers, data mining on uplifts, code coverage, fuzzers and community feedback are part of the tools and processes Mozilla uses to ship Firefox every 6 weeks.
|
||||
|
||||
Here are the details of the conference:
|
||||
background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
|
||||
url("../../media/examples/lizard.png");
|
||||
|
||||
|
||||
|
||||
<table style="width: 60%; margin: auto; background-repeat: no-repeat; background-position: cover;background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('/images/logos/firefox-logo.svg');">
|
||||
<tr>
|
||||
<th colspan="2"><a href="https://fosdem.org/2018/schedule/event/mozilla_how_ship_quality_software/">
|
||||
Firefox: How to ship quality software</a><br><small style="font-size: smaller">6000 new patches, a release every 6 weeks, how Mozilla does it?</small>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Speaker</th>
|
||||
<td><a href="https://mozillians.org/fr/u/sylvestre/">Sylvestre Ledru</a></td>
|
||||
</tr> <tr>
|
||||
<th>Track</th>
|
||||
<td><a href="https://fosdem.org/2018/schedule/track/mozilla/">Mozilla devroom</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Room</th>
|
||||
<td><a href="https://fosdem.org/2018/schedule/room/ua2118_henriot/">UA2.118 (Henriot)</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Day</th>
|
||||
<td><a href="https://fosdem.org/2018/schedule/day/saturday/">Saturday</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Start</th>
|
||||
<td><a href="https://fosdem.org/2018/schedule/day/saturday/#1400">14:00</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>End</th>
|
||||
<td><a href="https://fosdem.org/2018/schedule/day/saturday/#1430">14:30</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
Several members of the Release Management team as well as other Mozilla employees from other departments and Mozilla volunteers will be at Fosdem so don't hesitate to come and talk to us at the Mozilla Developper Room or at our booth.
|
||||
|
||||
In addition to the [official schedule for our devroom](https://fosdem.org/2018/schedule/track/mozilla/), our [Mozilla Wiki page for Fosdem 2018](https://wiki.mozilla.org/Fosdem:2018) contains all the information you may need regarding our participation to this event.
|
||||
|
||||
Last but not least, we would like to thank our Belgian Mozilla community, particularly [Anthony Maton](https://mozillians.org/fr/u/anthony/) and [Ziggy Maes](https://mozillians.org/fr/u/ZiggyMaes/) for organizing our participation at Fosdem!
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
После Ширина: | Высота: | Размер: 16 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 9.1 KiB |
|
@ -244,7 +244,7 @@ table {
|
|||
}
|
||||
|
||||
th {
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
td {
|
||||
|
@ -514,3 +514,9 @@ footer a:hover {
|
|||
|
||||
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
|
||||
@media only screen and (max-width: 479px) {}
|
||||
|
||||
/* css rules for {: .center-image } in markdown */
|
||||
.center-image {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче