Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Use absolute paths to locate images to ensure images are not broken on all but the homepage
· 4b4da9d1
Chris Lamb
authored
Sep 05, 2018
4b4da9d1
Don't break navigation on pages that aren't the homepage
· 57f586a6
Chris Lamb
authored
Sep 05, 2018
57f586a6
Show whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
57f586a6
<footer
class=
"site-footer"
>
<div
class=
"row"
>
<div
class=
"four columns hide-on-mobiles"
>
<p><img
src=
"images/logos/rb.svg"
width=
"100%"
style=
"margin-bottom: 1em"
alt=
"reproducible-builds.org"
></p>
<p><img
src=
"
{{ "
/
images
/
logos
/
rb.svg
"
|
prepend:
site.url
}}"
width=
"100%"
style=
"margin-bottom: 1em"
alt=
"reproducible-builds.org"
></p>
<p>
{{ site.description }}
</p>
</div>
<div
class=
"four columns"
>
...
...
_layouts/home.html
View file @
57f586a6
...
...
@@ -3,7 +3,7 @@
<body>
<div
class=
"home"
>
<header
class=
"site-header"
>
<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>
<h1><img
src=
"
{{ "
/
images
/
logos
/
icon_white.svg
"
|
prepend:
site.url
}}"
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
View file @
57f586a6
...
...
@@ -93,10 +93,10 @@ a {
.site-title
:visited
{
display
:
block
;
color
:
white
;
font-size
:
2
6
px
;
font-size
:
2
3
px
;
letter-spacing
:
-1px
;
float
:
left
;
line-height
:
5
6
px
;
line-height
:
5
0
px
;
position
:
relative
;
z-index
:
1
;
text-decoration
:
none
;
...
...