hackerdeen / website

Source for 57North Hacklab's website
2 stars 15 forks source link

Update "About" page #42

Closed AndyGaskell closed 1 year ago

AndyGaskell commented 1 year ago

Few changes needed on the about page...

Change... <p>The hackspace was founded in Febuary 2015, so it is about <?php echo round( ( time() - strtotime("2015-02-18 00:00:00") ) / 60 ); ?> minutes old.</p> ...to... <p>The hackspace was founded in September 2013, so it is about <?php echo round( ( time() - strtotime("2013-09-01 00:00:00") ) / 60 ); ?> minutes old.</p>

Move the membership section to the new Membership page, see... Add a "Membership" page #41

AndyGaskell commented 1 year ago

After the above updates, it looks like this (from master, not currently online)... Screenshot 2023-05-09 at 22-06-57 About » 57North Hacklab

AndyGaskell commented 1 year ago

Latest version... issue42_about_02

AndyGaskell commented 1 year ago

Latest version looks like this... about_page_23-may-23