From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA4451397EF for ; Wed, 19 Aug 2015 09:26:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67853142B2; Wed, 19 Aug 2015 09:26:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F9DA142B2 for ; Wed, 19 Aug 2015 09:26:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63A663408FE for ; Wed, 19 Aug 2015 09:26:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D80014E for ; Wed, 19 Aug 2015 09:26:38 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1439976330.b3455158d2eb80650b4f5e3b9a43f0ea70f94347.a3li@gentoo> Subject: [gentoo-commits] sites/www:master commit in: assets/img/sponsors/, _data/ X-VCS-Repository: sites/www X-VCS-Files: _data/sponsors.yaml assets/img/sponsors/jetbrains.png X-VCS-Directories: assets/img/sponsors/ _data/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: b3455158d2eb80650b4f5e3b9a43f0ea70f94347 X-VCS-Branch: master Date: Wed, 19 Aug 2015 09:26:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f5290b36-2ad7-462a-93fe-2f7c6846e3dc X-Archives-Hash: 28b908e2808e26e1927e1a4a12eb2651 commit: b3455158d2eb80650b4f5e3b9a43f0ea70f94347 Author: Alex Legler a3li li> AuthorDate: Wed Aug 19 09:25:30 2015 +0000 Commit: Alex Legler gentoo org> CommitDate: Wed Aug 19 09:25:30 2015 +0000 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=b3455158 Add JetBrains as a sponsor Thanks for the various web app dev tools! _data/sponsors.yaml | 5 +++++ assets/img/sponsors/jetbrains.png | Bin 0 -> 2242 bytes 2 files changed, 5 insertions(+) diff --git a/_data/sponsors.yaml b/_data/sponsors.yaml index 085d938..6701785 100644 --- a/_data/sponsors.yaml +++ b/_data/sponsors.yaml @@ -206,6 +206,11 @@ specific: blurb: | [OSTC](http://www.ostc.com/) is the first and largest proprietary derivatives trading company in Poland. They push the boundaries of global market electronic trading using Gentoo and Open Source software as a integral components. + - name: "JetBrains" + img: "jetbrains.png" + link: "https://www.jetbrains.com/" + blurb: | + [JetBrains](https://www.jetbrains.com/) are providing us with licenses to their web development tools such as [RubyMine](https://www.jetbrains.com/ruby/). - name: "Genesi" img: "genesi.png" link: "http://www.genesi.lu/" diff --git a/assets/img/sponsors/jetbrains.png b/assets/img/sponsors/jetbrains.png new file mode 100644 index 0000000..ac118e9 Binary files /dev/null and b/assets/img/sponsors/jetbrains.png differ