Skip to content

Commit c83e30e

Browse files
authored
Merge pull request #197 from AaronC81/taneb-sponsorship
Add Taneb sponsorship
2 parents 887d658 + 30b8e0f commit c83e30e

2 files changed

Lines changed: 21 additions & 5 deletions

File tree

static/style_2017.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ p.minutes-help {
167167
font-weight: bold;
168168
}
169169

170+
#sponsor-footer {
171+
display: flex;
172+
flex-direction: row;
173+
gap: 40px;
174+
}
175+
170176
/* Media queries for small screens (mobile) */
171177
@media screen and (max-width: 960px) {
172178
div#container{width:100%}
@@ -203,6 +209,9 @@ p.minutes-help {
203209
nav#large{display:none;}
204210
nav#small{display:inline-block;}
205211
header { padding: 0px 0px 20px 0px; }
212+
213+
/* Allow sponsor sentences to wrap better on smaller displays */
214+
#sponsor-footer h2 { display: inline; }
206215
}
207216
@media screen and (max-width: 390px) {
208217
header #uni {width:100%;text-align:center;margin-bottom:12px;}

templates/base.html.jinja2

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,18 @@
9494
<div id="stupid-end-marker"></div>
9595
</div>
9696

97-
<footer>
98-
<h2>Sponsored by</h2>
99-
<a href="//www.bytemark.co.uk/r/hacksoc" title="Bytemark Hosting">
100-
<img id="bm" src="/static/images/bytemark.png" alt="Bytemark Hosting">
101-
</a>
97+
<footer id="sponsor-footer">
98+
<div>
99+
<h2>Sponsored by</h2>
100+
<a href="//www.bytemark.co.uk/r/hacksoc" title="Bytemark Hosting">
101+
<img id="bm" src="/static/images/bytemark.png" alt="Bytemark Hosting">
102+
</a>
103+
</div>
104+
105+
<div>
106+
<h2>Sponsored by</h2>
107+
<a href="https://github.com/Taneb">Taneb</a>
108+
</div>
102109
</footer>
103110
</body>
104111
</html>

0 commit comments

Comments
 (0)