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://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>
|
<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>
|
<img className='swordfish' src='/swordfish.png' />
|
||||||
<p>Next member meeting: Jan 01, 2099</p>
|
|
||||||
<p>Next monthly clean: Jan 01, 2099</p>
|
<div>
|
||||||
<p>Current member count: 200</p>
|
<Header size='medium'>Protospace Stats</Header>
|
||||||
<p>Due members: 20</p>
|
<p>Next member meeting: Jan 01, 2099</p>
|
||||||
<p>Expired members: 100</p>
|
<p>Next monthly clean: Jan 01, 2099</p>
|
||||||
<p>Bay 108 temperature: 21 C</p>
|
<p>Current member count: 200</p>
|
||||||
<p>Bay 110 temperature: 22 C</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>
|
</Segment>
|
||||||
</Grid.Column>
|
</Grid.Column>
|
||||||
|
|
|
@ -62,6 +62,11 @@ body {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.swordfish {
|
||||||
|
width: 100%;
|
||||||
|
margin-top: -1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.content-wrap {
|
.content-wrap {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background: white;
|
background: white;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user