File tree 2 files changed +14
-2
lines changed
templates/monogame/public
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -14,31 +14,37 @@ The current board members are:
14
14
<div class =" container-xxl content-center " >
15
15
<section >
16
16
<div class="block-feature">
17
+ <a class="noclick"><img src="https://avatars.githubusercontent.com/dellis1972" /></a>
17
18
<h3>Dean Ellis</h3>
18
19
<h4>President</h4>
19
20
<a href="https://github.com/dellis1972">GitHub Profile</a>
20
21
</div>
21
22
<div class="block-feature">
23
+ <a class="noclick"><img src="https://avatars.githubusercontent.com/harry-cpp" /></a>
22
24
<h3>Marko Jeremic</h3>
23
25
<h4>Board Chairman</h4>
24
26
<a href="https://github.com/harry-cpp">GitHub Profile</a>
25
27
</div>
26
28
<div class="block-feature">
29
+ <a class="noclick"><img src="https://avatars.githubusercontent.com/CartBlanche" /></a>
27
30
<h3>Dominique Louis</h3>
28
31
<h4>Treasurer</h4>
29
32
<a href="https://github.com/CartBlanche">GitHub Profile</a>
30
33
</div>
31
34
<div class="block-feature">
35
+ <a class="noclick"><img src="https://avatars.githubusercontent.com/SimonDarksideJ" /></a>
32
36
<h3>Simon Jackson</h3>
33
37
<h4>Corporate Secretary</h4>
34
38
<a href="https://github.com/SimonDarksideJ">GitHub Profile</a>
35
39
</div>
36
40
<div class="block-feature">
41
+ <a class="noclick"><img src="https://avatars.githubusercontent.com/TomSpilman" /></a>
37
42
<h3>Tom Spilman</h3>
38
43
<h4>Banking Matters</h4>
39
44
<a href="https://github.com/TomSpilman">GitHub Profile</a>
40
45
</div>
41
46
<div class="block-feature">
47
+ <a class="noclick"><img src="https://avatars.githubusercontent.com/mrhelmut" /></a>
42
48
<h3>Thomas Altenburger</h3>
43
49
<h4>Board Member</h4>
44
50
<a href="https://github.com/mrhelmut">GitHub Profile</a>
Original file line number Diff line number Diff line change @@ -291,15 +291,15 @@ footer.border-top
291
291
{
292
292
float : left;
293
293
width : 30% ;
294
- text-align : center ;
294
+ text-align : left ;
295
295
padding-left : 20px ;
296
296
padding-right : 20px ;
297
297
}
298
298
299
299
.block-feature h3
300
300
{
301
301
font-size : 1.4em ;
302
- margin-top : 1.2 em ;
302
+ margin-top : 0.5 em ;
303
303
margin-bottom : 0em ;
304
304
white-space : nowrap;
305
305
pointer-events : none;
@@ -314,6 +314,12 @@ footer.border-top
314
314
pointer-events : none;
315
315
}
316
316
317
+ .block-feature img
318
+ {
319
+ margin-top : 1.4em ;
320
+ width : 75% ;
321
+ }
322
+
317
323
@media screen and (max-width : 768px )
318
324
{
319
325
.showcase-feature
You can’t perform that action at this time.
0 commit comments