Add Swordfish II as home stats divider
This commit is contained in:
parent
82b9955a56
commit
47cf9532e7
BIN
webclient/public/swordfish.png
Normal file
BIN
webclient/public/swordfish.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
|
@ -145,14 +145,18 @@ export function Home(props) {
|
|||
<p><a href='https://groups.google.com/forum/#!forum/protospace-administration' target='_blank' rel='noopener noreferrer'>Admin Google Group</a></p>
|
||||
<p><a href='https://drive.google.com/open?id=0By-vvp6fxFekfmU1cmdxaVRlaldiYXVyTE9rRnNVNjhkc3FjdkFIbjBwQkZ3MVVQX2Ezc3M' target='_blank' rel='noopener noreferrer'>Google Drive</a></p>
|
||||
|
||||
<Header size='medium'>Protospace Stats</Header>
|
||||
<p>Next member meeting: Jan 01, 2099</p>
|
||||
<p>Next monthly clean: Jan 01, 2099</p>
|
||||
<p>Current member count: 200</p>
|
||||
<p>Due members: 20</p>
|
||||
<p>Expired members: 100</p>
|
||||
<p>Bay 108 temperature: 21 C</p>
|
||||
<p>Bay 110 temperature: 22 C</p>
|
||||
<img className='swordfish' src='/swordfish.png' />
|
||||
|
||||
<div>
|
||||
<Header size='medium'>Protospace Stats</Header>
|
||||
<p>Next member meeting: Jan 01, 2099</p>
|
||||
<p>Next monthly clean: Jan 01, 2099</p>
|
||||
<p>Current member count: 200</p>
|
||||
<p>Due members: 20</p>
|
||||
<p>Expired members: 100</p>
|
||||
<p>Bay 108 temperature: 21 C</p>
|
||||
<p>Bay 110 temperature: 22 C</p>
|
||||
</div>
|
||||
|
||||
</Segment>
|
||||
</Grid.Column>
|
||||
|
|
|
@ -62,6 +62,11 @@ body {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
.swordfish {
|
||||
width: 100%;
|
||||
margin-top: -1rem;
|
||||
}
|
||||
|
||||
.content-wrap {
|
||||
min-height: 100%;
|
||||
background: white;
|
||||
|
|
Loading…
Reference in New Issue
Block a user