Skip to content

Commit 2052936

Browse files
authored
Merge branch 'main' into fix/images-directory-path-collision
2 parents 4b59012 + be3b7f8 commit 2052936

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

about.md

+6
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,37 @@ The current board members are:
1414
<div class="container-xxl content-center">
1515
<section>
1616
<div class="block-feature">
17+
<a class="noclick"><img src="https://avatars.githubusercontent.com/dellis1972" /></a>
1718
<h3>Dean Ellis</h3>
1819
<h4>President</h4>
1920
<a href="https://github.com/dellis1972">GitHub Profile</a>
2021
</div>
2122
<div class="block-feature">
23+
<a class="noclick"><img src="https://avatars.githubusercontent.com/harry-cpp" /></a>
2224
<h3>Marko Jeremic</h3>
2325
<h4>Board Chairman</h4>
2426
<a href="https://github.com/harry-cpp">GitHub Profile</a>
2527
</div>
2628
<div class="block-feature">
29+
<a class="noclick"><img src="https://avatars.githubusercontent.com/CartBlanche" /></a>
2730
<h3>Dominique Louis</h3>
2831
<h4>Treasurer</h4>
2932
<a href="https://github.com/CartBlanche">GitHub Profile</a>
3033
</div>
3134
<div class="block-feature">
35+
<a class="noclick"><img src="https://avatars.githubusercontent.com/SimonDarksideJ" /></a>
3236
<h3>Simon Jackson</h3>
3337
<h4>Corporate Secretary</h4>
3438
<a href="https://github.com/SimonDarksideJ">GitHub Profile</a>
3539
</div>
3640
<div class="block-feature">
41+
<a class="noclick"><img src="https://avatars.githubusercontent.com/TomSpilman" /></a>
3742
<h3>Tom Spilman</h3>
3843
<h4>Banking Matters</h4>
3944
<a href="https://github.com/TomSpilman">GitHub Profile</a>
4045
</div>
4146
<div class="block-feature">
47+
<a class="noclick"><img src="https://avatars.githubusercontent.com/mrhelmut" /></a>
4248
<h3>Thomas Altenburger</h3>
4349
<h4>Board Member</h4>
4450
<a href="https://github.com/mrhelmut">GitHub Profile</a>

templates/monogame/public/main.css

+8-2
Original file line numberDiff line numberDiff line change
@@ -291,15 +291,15 @@ footer.border-top
291291
{
292292
float:left;
293293
width: 30%;
294-
text-align: center;
294+
text-align: left;
295295
padding-left: 20px;
296296
padding-right: 20px;
297297
}
298298

299299
.block-feature h3
300300
{
301301
font-size: 1.4em;
302-
margin-top: 1.2em;
302+
margin-top: 0.5em;
303303
margin-bottom: 0em;
304304
white-space: nowrap;
305305
pointer-events: none;
@@ -314,6 +314,12 @@ footer.border-top
314314
pointer-events: none;
315315
}
316316

317+
.block-feature img
318+
{
319+
margin-top: 1.4em;
320+
width: 75%;
321+
}
322+
317323
@media screen and (max-width: 768px)
318324
{
319325
.showcase-feature

0 commit comments

Comments
 (0)