Skip to content

Commit

Permalink
Add logos and links for EPH and WikiSocPH
Browse files Browse the repository at this point in the history
  • Loading branch information
seav committed May 4, 2021
1 parent b756874 commit 535acf7
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 5 deletions.
15 changes: 14 additions & 1 deletion app/src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
width: 40%;
}

#splash-wordtype {
#splash-wordmark {
width: 65%;
}

Expand Down Expand Up @@ -661,6 +661,19 @@ figure figcaption {
margin-top: 16px;
}

#credits dd.in-support {
margin: 15px 0;
}

#credits dd.in-support a {
display: block;
}

#credits dd.in-support img {
display: block;
margin: 10px auto;
}

#about footer {
margin: 24px 0 0;
padding: 8px 0 0;
Expand Down
17 changes: 13 additions & 4 deletions app/www/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<div id="splash">
<img id="splash-logo" src="static/logo.svg">
<img id="splash-wordtype" src="static/wordtype.svg">
<img id="splash-wordmark" src="static/wordmark.svg">
<div id="load-progress"><div id="load-status"></div></div>
</div>

Expand Down Expand Up @@ -218,11 +218,20 @@ <h2>Internet access</h1>
<dd>James Joshua Lim</dd>
<dd>Carlo Joseph Moskito</dd>
<dd>Stephen John Pamorada</dd>
<dt>Supported by</dt>
<dd><i>Encyclopedia of Philippine Heritage</i></dd>
<dd>Wiki Society of the Philippines</dd>
<dt>Published by</dt>
<dd>Sector4F</dd>
<dt>In support of</dt>
<dd class="in-support">
<a target="_system" href="https://meta.wikimedia.org/wiki/Encyclopedia_of_Philippine_Heritage">
<img src="static/eph-logo.svg" style="width: 200px;">
</a>
</dd>
<dd class="in-support">
<a target="_system" href="https://wikisoc.ph">
<img src="static/wikisocph-logo.svg" style="width: 150px;">
<img src="static/wikisocph-wordmark.svg" style="width: 250px;">
</a>
</dd>
</dl>
<footer>v1.11.0</footer>
<script>ons.getScriptPage().onInit = app.initAbout</script>
Expand Down
Loading

0 comments on commit 535acf7

Please sign in to comment.