Skip to content

Commit fe1a911

Browse files
author
Erik McClure
committed
Swap background
1 parent bed558e commit fe1a911

File tree

5 files changed

+19
-12
lines changed

5 files changed

+19
-12
lines changed

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p class="no-margin-bottom">
1515
<small>&copy; Your fellow developer horses.<br>
1616
Not affiliated with any convention or company.<br>
17-
This site is <a href="https://github.com/ponydevs/developer.horse" target="_blank">open source on GitHub</a>!</small>
17+
This site is <a href="https://github.com/ponydevs/pony.dev" target="_blank">open source on GitHub</a>!</small>
1818
</p>
1919
</container>
2020

_sass/_site.scss

+5
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,11 @@ header {
374374
}
375375
}
376376

377+
#joinwrap {
378+
background-image: url(/grid.png);
379+
width: 100%;
380+
}
381+
377382
// Social media button and links
378383
// Brand colors: http://brandcolors.net/
379384
$twitter: #55acee;

cover.png

203 KB
Loading

grid.png

2.73 KB
Loading

join.html

+13-11
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@
99
---
1010

1111
<section id="join" class="text-center four-oh-four-lookalike" float="center" align="middle">
12-
<container>
13-
<h1>
14-
Join our community of nerdy horse friends!
15-
</h1>
16-
<a href="{{ site.discord }}" class="button button-large" target="_blank"><icon class="icon-chat"></icon> Join #ponydev on Discord</a>
17-
<br>
18-
<p class="lead">
19-
(we have one simple rule: be nice, or else)
20-
</p>
21-
</container>
22-
</section>
12+
<div id="joinwrap">
13+
<container>
14+
<h1>
15+
Join our community of nerdy horse friends!
16+
</h1>
17+
<a href="{{ site.discord }}" class="button button-large" target="_blank"><icon class="icon-chat"></icon> Join #ponydev on Discord</a>
18+
<br>
19+
<p class="lead">
20+
(we have one simple rule: be nice, or else)
21+
</p>
22+
</container>
23+
</div>
24+
</section>

0 commit comments

Comments
 (0)