[Git][reproducible-builds/reproducible-website][master] 2 commits: Use logo and colors from style guide
Holger Levsen
gitlab at salsa.debian.org
Wed Sep 5 15:04:02 CEST 2018
Holger Levsen pushed to branch master at Reproducible Builds / reproducible-website
Commits:
8bf46ad6 by Arnout Engelen at 2018-09-04T20:08:55Z
Use logo and colors from style guide
- - - - -
a324f62c by Holger Levsen at 2018-09-05T13:03:36Z
Merge remote-tracking branch 'origin/logoAndColors'
- - - - -
4 changed files:
- _includes/footer.html
- _layouts/home.html
- css/main.css
- + images/logos/icon_white.svg
Changes:
=====================================
_includes/footer.html
=====================================
@@ -1,7 +1,7 @@
<footer class="site-footer">
<div class="row">
<div class="four columns hide-on-mobiles">
- <h2 class="footer-heading">reproducible<span class="punctuation">-</span>builds<span class="punctuation">.org</span></h2>
+ <p><img src="images/logos/rb.svg" width="100%" style="margin-bottom: 1em" alt="reproducible-builds.org"></p>
<p>{{ site.description }}</p>
</div>
<div class="four columns">
=====================================
_layouts/home.html
=====================================
@@ -3,7 +3,7 @@
<body>
<div class="home">
<header class="site-header">
- <h1>reproducible<span class="punctuation">-</span>builds<span class="punctuation">.org</span></h1>
+ <h1><img src="images/logos/icon_white.svg" style="height: 2ex; vertical-align: middle"> reproducible<span class="punctuation">-</span>builds<span class="punctuation">.org</span></h1>
<p class="tagline">Provide a verifiable path from source code to binary.</p>
</header>
<div class="container">
=====================================
css/main.css
=====================================
@@ -1,5 +1,5 @@
.site-header {
- background: #4682b4;
+ background: #1e5b96;
color: #fff;
width: 100%;
min-height: 56px;
@@ -15,7 +15,7 @@
padding-bottom: 2.0rem;
}
.site-header .punctuation {
- color: #5fb0f3;
+ color: #2b89d6;
}
.home header .tagline {
font-size: 2.0rem;
@@ -65,7 +65,7 @@
}
a {
- color: #188fb4;
+ color: #1e5b96;
}
.text p {
@@ -186,11 +186,11 @@ a {
position: fixed;
z-index: 10;
top: 10px; right: 8px;
- background-color: #4682b4;
+ background-color: #1e5b96;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
- border: 1px solid #5fb0f3;
+ border: 1px solid #2b89d6;
}
.site-nav .menu-icon {
=====================================
images/logos/icon_white.svg
=====================================
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="131.6px" height="131.6px" viewBox="0 0 131.6 131.6" style="enable-background:new 0 0 131.6 131.6;" xml:space="preserve"
+ >
+<style type="text/css">
+ .st0{fill:#1E5B96;}
+ .st1{fill:#2B89D6;}
+ .st2{fill:#FFFFFF;}
+</style>
+<g>
+ <g>
+ <g id="g26_6_" transform="rotate(90,40.7,44.8)">
+ <g id="circle2_6_">
+ <circle class="st2" cx="61.7" cy="-33.5" r="12.6"/>
+ </g>
+ <g id="circle4_6_">
+ <circle class="st2" cx="61.7" cy="72.9" r="12.6"/>
+ </g>
+ <g id="circle6_6_">
+ <circle class="st2" cx="114.9" cy="19.7" r="12.6"/>
+ </g>
+ <g id="circle8_6_">
+ <circle class="st2" cx="8.5" cy="19.7" r="12.6"/>
+ </g>
+ <g id="g12_6_">
+ <g id="polygon10_6_">
+ <polygon class="st2" points="66.3,-8.9 80.2,5 100.5,5 100.5,-15.4 86.6,-29.3 86.6,-8.9 "/>
+ </g>
+ </g>
+ <g id="g16_6_">
+ <g id="polygon14_6_">
+ <polygon class="st2" points="12.7,44.6 26.6,58.5 47,58.5 47,38.2 33.1,24.3 33.1,44.6 "/>
+ </g>
+ </g>
+ <g id="g20_6_">
+ <g id="polygon18_6_">
+ <polygon class="st2" points="86.5,68.7 100.4,54.8 100.5,34.4 80.1,34.4 66.2,48.3 86.6,48.2 "/>
+ </g>
+ </g>
+ <g id="g24_6_">
+ <g id="polygon22_6_">
+ <polygon class="st2" points="33,15.1 47,1.1 47,-19.2 26.6,-19.2 12.7,-5.2 33.1,-5.3 "/>
+ </g>
+ </g>
+ </g>
+ </g>
+</g>
+</svg>
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/bb090564737385515d0f538f877dddc0d537aa94...a324f62c1df6282dae8adaba99133d05a25fa131
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/bb090564737385515d0f538f877dddc0d537aa94...a324f62c1df6282dae8adaba99133d05a25fa131
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180905/4b5515d6/attachment.html>
More information about the rb-commits
mailing list