File tree 5 files changed +30
-12
lines changed
5 files changed +30
-12
lines changed Original file line number Diff line number Diff line change 1
- < footer >
2
- Site by Alex
3
- </ footer >
1
+ < footer class ="navbar-fixed-bottom page-footer brum--bg--navy-blue--tinted brum--fg--white pt-4 pb-4 ">
2
+ < div class ="container ">
3
+ < div class ="row ">
4
+ < div class ="col-md-6 ">
5
+ © BrumPHP 2018
6
+ </ div >
7
+ </ div >
8
+ </ div >
9
+ </ footer >
Original file line number Diff line number Diff line change 12
12
< li class ="nav-item ">
13
13
< a class ="nav-link " href ="/community "> Community</ a >
14
14
</ li >
15
- < li class ="nav-item ">
16
- < a class ="nav-link " href ="/code-of-conduct "> Code of Conduct</ a >
17
- </ li >
18
15
</ ul >
19
16
</ div >
20
17
</ nav >
Original file line number Diff line number Diff line change 5
5
< link rel ="stylesheet " href ="/assets/main.css ">
6
6
</ head >
7
7
< body >
8
- {% include component/header.html %}
9
- {{ content }}
8
+ < div class ="content ">
9
+ {% include component/header.html %}
10
+ {{ content }}
11
+ </ div >
12
+
10
13
{% include component/footer.html %}
11
14
</ body >
12
- </ html >
15
+ </ html >
Original file line number Diff line number Diff line change @@ -62,10 +62,22 @@ $palette: (
62
62
}
63
63
}
64
64
65
+ .content {
66
+ min-height : calc (100vh - 70px );
67
+ }
68
+
69
+ .footer {
70
+ height : 50px ;
71
+ }
72
+
65
73
h1 {
66
74
margin-top : 10px ;
67
75
}
68
76
77
+ .brum--summary {
78
+ padding-top : 20px ;
79
+ }
80
+
69
81
.brum--summary h3 {
70
82
overflow : hidden ;
71
83
white-space : nowrap ;
77
89
}
78
90
79
91
.brum--summary img {
80
- width : 50% ;
92
+ width : 40% ;
93
+ max-width : 110px ;
81
94
margin : 10px auto ;
82
95
display : block ;
83
96
}
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ layout: landingpage
17
17
</main >
18
18
<section class =" brum--bg--yellow brum--fg--white " >
19
19
<div class="container">
20
- <!-- Todo have this populated by the meetup API -->
21
- {% assign nextEvent = site.events.first %}
20
+ {% assign nextEvent = site.events.last %}
22
21
<p class="py-4">Next meetup: <a class="py-4" class="brum--fg--navy-blue" href="{{nextEvent.link}}">{{nextEvent.date | date: "%a %b %d %Y"}} at {{nextEvent.location}}</a></p>
23
22
</div>
24
23
</section >
You can’t perform that action at this time.
0 commit comments