Skip to content

Commit

Permalink
updated with covid banner at last and time change
Browse files Browse the repository at this point in the history
  • Loading branch information
sdh100shaun committed Jun 21, 2020
1 parent ff578c0 commit 339651f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion app/templates/home.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
<div class="large-12 columns banner">
<img class="phpminds-logo" src="imgs/phpminds-banner.svg" alt="phpminds - php usergroup"/>

<h2 id="strapline"> [ meeting every 2nd Thursday of the month at 7pm in Nottingham ]</h2>
<h2 id="strapline"> [ meeting every 2nd Thursday of the month at 6.30pm in Nottingham ]</h2>

</div>
<div id="announcement" class="large-12 columns">
<p>
Due to Covid-19 social distancing guidelines all our events are currently running online - details will be posted in the event description</p>
</div>
</section>
<div class="row">
Expand Down
3 changes: 3 additions & 0 deletions build/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ html {
width: 100%;

}
#announcement {
text-align: center;padding-top: 0.9em;color: #ffffff;background: black;/*! font-style: italic; */font-weight: bold;text-transform: uppercase;padding-bottom: 0.2em;
}
body {
margin: 0 auto;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion cli-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

require 'vendor/autoload.php';

$settings = require __DIR__ . '/app/configs/settings_development.php';
$settings = require __DIR__ . '/app/configs/settings.php';

$settings = $settings['settings']['doctrine'];

Expand Down
4 changes: 3 additions & 1 deletion public/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/phpunit/Service/EventsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class EventsServiceTest extends \PHPUnit_Framework_TestCase

public function setUp()
{
$this->settings = require __DIR__ . '/../../../app/configs/settings_development.php';
$this->settings = require __DIR__ . '/../../../app/configs/settings.php';

$joindin = $this->settings['settings']['joindin'];
$meetup = $this->settings['settings']['meetups'];
Expand Down

0 comments on commit 339651f

Please sign in to comment.