Skip to content

Commit

Permalink
Merge branch 'main' into fix/images-directory-path-collision
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspilman authored Nov 13, 2023
2 parents 4b59012 + be3b7f8 commit 2052936
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,37 @@ The current board members are:
<div class="container-xxl content-center">
<section>
<div class="block-feature">
<a class="noclick"><img src="https://avatars.githubusercontent.com/dellis1972" /></a>
<h3>Dean Ellis</h3>
<h4>President</h4>
<a href="https://github.com/dellis1972">GitHub Profile</a>
</div>
<div class="block-feature">
<a class="noclick"><img src="https://avatars.githubusercontent.com/harry-cpp" /></a>
<h3>Marko Jeremic</h3>
<h4>Board Chairman</h4>
<a href="https://github.com/harry-cpp">GitHub Profile</a>
</div>
<div class="block-feature">
<a class="noclick"><img src="https://avatars.githubusercontent.com/CartBlanche" /></a>
<h3>Dominique Louis</h3>
<h4>Treasurer</h4>
<a href="https://github.com/CartBlanche">GitHub Profile</a>
</div>
<div class="block-feature">
<a class="noclick"><img src="https://avatars.githubusercontent.com/SimonDarksideJ" /></a>
<h3>Simon Jackson</h3>
<h4>Corporate Secretary</h4>
<a href="https://github.com/SimonDarksideJ">GitHub Profile</a>
</div>
<div class="block-feature">
<a class="noclick"><img src="https://avatars.githubusercontent.com/TomSpilman" /></a>
<h3>Tom Spilman</h3>
<h4>Banking Matters</h4>
<a href="https://github.com/TomSpilman">GitHub Profile</a>
</div>
<div class="block-feature">
<a class="noclick"><img src="https://avatars.githubusercontent.com/mrhelmut" /></a>
<h3>Thomas Altenburger</h3>
<h4>Board Member</h4>
<a href="https://github.com/mrhelmut">GitHub Profile</a>
Expand Down
10 changes: 8 additions & 2 deletions templates/monogame/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -291,15 +291,15 @@ footer.border-top
{
float:left;
width: 30%;
text-align: center;
text-align: left;
padding-left: 20px;
padding-right: 20px;
}

.block-feature h3
{
font-size: 1.4em;
margin-top: 1.2em;
margin-top: 0.5em;
margin-bottom: 0em;
white-space: nowrap;
pointer-events: none;
Expand All @@ -314,6 +314,12 @@ footer.border-top
pointer-events: none;
}

.block-feature img
{
margin-top: 1.4em;
width: 75%;
}

@media screen and (max-width: 768px)
{
.showcase-feature
Expand Down

0 comments on commit 2052936

Please sign in to comment.