File tree 5 files changed +19
-12
lines changed
5 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 14
14
< p class ="no-margin-bottom ">
15
15
< small > © Your fellow developer horses.< br >
16
16
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 >
18
18
</ p >
19
19
</ container >
20
20
Original file line number Diff line number Diff line change @@ -374,6 +374,11 @@ header {
374
374
}
375
375
}
376
376
377
+ #joinwrap {
378
+ background-image : url (/ grid .png );
379
+ width : 100% ;
380
+ }
381
+
377
382
// Social media button and links
378
383
// Brand colors: http://brandcolors.net/
379
384
$twitter : #55acee ;
Original file line number Diff line number Diff line change 9
9
---
10
10
11
11
< 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 >
You can’t perform that action at this time.
0 commit comments