Update frontpage and contact information
Update contact details and social media links Add "Learn more" button to front page Remove English frontpage and contact page Improve call-to-action section text
This commit is contained in:
parent
e4f770626f
commit
76ed5e78ca
5 changed files with 4 additions and 88 deletions
|
|
@ -52,7 +52,7 @@ function getActiveClass($href) { return rtrim(parse_url($_SERVER['REQUEST_URI'],
|
|||
<footer>
|
||||
<div class="contain">
|
||||
<?php if ($currentLang === 'no'): ?>
|
||||
<p><a rel="me" href="https://oslo.town/@stopplidelsen">Følg oss på Mastodon</a></p>
|
||||
<p>Følg oss på <a href="https://www.facebook.com/StoppLidelsen/">Facebook</a>, <a href="https://www.instagram.com/stopplidelsen/">Instagram</a> og <a rel="me" href="https://oslo.town/@stopplidelsen">Mastodon</a></p>
|
||||
<?php $endTime = microtime(true); $pageLoadTime = round(($endTime - $startTime) * 1000, 2); ?>
|
||||
<p class="generated">Nettsiden er håndkodet av Ruben Solvang ved hjelp av HTML, CSS og minimale doser PHP. Det tok <?php echo $pageLoadTime; ?>ms å generere siden.</p>
|
||||
<?php elseif ($currentLang === 'en'): ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue