Skip to content

Commit c57f5fb

Browse files
committed
sponsor
1 parent 04d906f commit c57f5fb

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

_includes/sponsors.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<div align="right">
2+
<a href="https://www.verisgroup.com">
3+
<img border="0" title="Keystone sponsor" src="/images/verisgroup.png" height="25" style="margin: 0px 10px">
4+
</a>
25
<a href="http://www.synacktiv.com">
3-
<img border="0" src="/images/synacktiv.png" height="30" style="margin: 0px 40px">
6+
<img border="0" title="Keystone sponsor" src="/images/synacktiv.png" height="25">
47
</a>
58
</div>
9+
10+

_layouts/default.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@
1616
</head>
1717

1818
<body>
19+
<div class="wrapper-footer">
20+
<div class="container">
1921
<footer class="sponsor">
2022
{% include sponsors.html %}
2123
</footer>
24+
</div>
25+
</div>
2226

2327
<div class="wrapper-masthead">
2428
<div class="container">

images/verisgroup.png

111 KB
Loading

style.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,19 +271,20 @@ nav {
271271
}
272272

273273
.wrapper-footer {
274-
margin-top: 10px;
274+
margin-top: 0px;
275275
border-top: 1px solid #ddd;
276276
border-bottom: 1px solid #ddd;
277-
background-color: $lightGray;
277+
background-color: #f0f0f0;
278278
}
279279

280280
sponsor {
281-
padding: 5px 0;
281+
padding: 12px 0;
282282
text-align: center;
283283
}
284284

285+
285286
footer {
286-
padding: 5px 0;
287+
padding: 6px 0;
287288
text-align: center;
288289
}
289290

0 commit comments

Comments
 (0)