Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: _posts/, assets/img/news/2016/, _sass/
Date: Sun, 03 Jan 2016 08:46:02
Message-Id: 1451810717.c3cea4d04254936ec038a5751c3b70d64a833435.a3li@gentoo
1 commit: c3cea4d04254936ec038a5751c3b70d64a833435
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Sun Jan 3 08:45:17 2016 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 08:45:17 2016 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=c3cea4d0
7
8 Add January events news item
9
10 _posts/2016-01-03-january-events.md | 42 +++++++++++++++++++++++++++++++++++
11 _sass/news.scss | 7 +++++-
12 assets/img/news/2016/logo-fosdem.png | Bin 0 -> 16472 bytes
13 assets/img/news/2016/logo-scale.png | Bin 0 -> 17785 bytes
14 4 files changed, 48 insertions(+), 1 deletion(-)
15
16 diff --git a/_posts/2016-01-03-january-events.md b/_posts/2016-01-03-january-events.md
17 new file mode 100644
18 index 0000000..ced898d
19 --- /dev/null
20 +++ b/_posts/2016-01-03-january-events.md
21 @@ -0,0 +1,42 @@
22 +---
23 +title: 'January Events: Gentoo at SCALE14x and FOSDEM 2016'
24 +teaserlink: Get all the details and a special discount code for attending SCALE.
25 +---
26 +
27 +The new year kicks off with two large events with Gentoo participation: The Southern California Linux Expo **SCALE14x** and **FOSDEM 2016,**
28 +both featuring a Gentoo booth.
29 +
30 +<!--more-->
31 +
32 +### SCALE14x
33 +
34 +<a href="https://www.socallinuxexpo.org/scale/14x" class="news-img-right">
35 + <img src="/assets/img/news/2016/logo-scale.png" alt="SCALE14x logo">
36 +</a>
37 +
38 +First we have the Southern California Linux Expo [SCALE](https://www.socallinuxexpo.org/scale/14x) in its 14th edition.
39 +The [Pasadena Convention Center](https://www.socallinuxexpo.org/scale/14x/venue) will host the event this year from January 21 to January 24.
40 +
41 +Gentoo will be present as an exhibitor, like in the previous years.
42 +
43 +Thanks to the organizers, we can share a special promotional code for attending SCALE with our community, valid for full access passes.
44 +Using the code **GNTOO** on the [registration page](https://reg.socallinuxexpo.org/reg6/) will get you a 50% discount.
45 +
46 +### FOSDEM 2016
47 +
48 +<a href="https://fosdem.org/2016/" class="news-img-right">
49 + <img src="/assets/img/news/2016/logo-fosdem.png" alt="FOSDEM 2016 logo">
50 +</a>
51 +
52 +Then, on the last weekend of January, we'll be on the other side of the pond in Brussels, Belgium where
53 +[FOSDEM 2016](https://fosdem.org/2016/) will take place on January 30 and 31.
54 +
55 +Located at the [Université libre de Bruxelles](https://fosdem.org/2016/practical/transportation/),
56 +it doesn't just offer interesting talks, but also the finest Belgian beers when the sun sets. :)
57 +
58 +This year, Gentoo will also be manning a [stand](https://fosdem.org/2016/stands/) with gadgets, swag, and LiveDVDs.
59 +
60 +### Booth locations
61 +
62 +We'll update this news item with more detailed information on how to find our booths at both conferences once
63 +we have information from the organizers.
64
65 diff --git a/_sass/news.scss b/_sass/news.scss
66 index e994b80..3a464eb 100644
67 --- a/_sass/news.scss
68 +++ b/_sass/news.scss
69 @@ -23,4 +23,9 @@ article.newsitem {
70 .newsitem-content, .newsitem-headline {
71 padding-left: 0;
72 }
73 -}
74 \ No newline at end of file
75 +}
76 +
77 +.news-img-right {
78 + float: right;
79 + margin-left: 2em;
80 +}
81
82 diff --git a/assets/img/news/2016/logo-fosdem.png b/assets/img/news/2016/logo-fosdem.png
83 new file mode 100644
84 index 0000000..af8488c
85 Binary files /dev/null and b/assets/img/news/2016/logo-fosdem.png differ
86
87 diff --git a/assets/img/news/2016/logo-scale.png b/assets/img/news/2016/logo-scale.png
88 new file mode 100644
89 index 0000000..3969a33
90 Binary files /dev/null and b/assets/img/news/2016/logo-scale.png differ