diff --git a/app/src/main.css b/app/src/main.css index a39459e..b5e07d5 100644 --- a/app/src/main.css +++ b/app/src/main.css @@ -23,7 +23,7 @@ width: 40%; } -#splash-wordtype { +#splash-wordmark { width: 65%; } @@ -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; diff --git a/app/www/main.html b/app/www/main.html index 6d2f817..920df16 100644 --- a/app/www/main.html +++ b/app/www/main.html @@ -17,7 +17,7 @@
- +
@@ -218,11 +218,20 @@

Internet access

James Joshua Lim
Carlo Joseph Moskito
Stephen John Pamorada
-
Supported by
-
Encyclopedia of Philippine Heritage
-
Wiki Society of the Philippines
Published by
Sector4F
+
In support of
+
+ + + +
+
+ + + + +
diff --git a/app/www/static/eph-logo.svg b/app/www/static/eph-logo.svg new file mode 100644 index 0000000..70b2f0b --- /dev/null +++ b/app/www/static/eph-logo.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/www/static/wikisocph-logo.svg b/app/www/static/wikisocph-logo.svg new file mode 100644 index 0000000..6315510 --- /dev/null +++ b/app/www/static/wikisocph-logo.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/app/www/static/wikisocph-wordmark.svg b/app/www/static/wikisocph-wordmark.svg new file mode 100644 index 0000000..d35de34 --- /dev/null +++ b/app/www/static/wikisocph-wordmark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/app/www/static/wordtype.svg b/app/www/static/wordmark.svg similarity index 100% rename from app/www/static/wordtype.svg rename to app/www/static/wordmark.svg