Skip to content

Commit

Permalink
refine UI + add shelter marker
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuamartin273 committed Nov 8, 2016
1 parent 5632bc8 commit a5f3371
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions client/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,7 @@ img.followButton:hover {
height:50px;
}

.subscribe {
text-align:center;
}
stack{display:block;margin:0;padding:0;border:0;}
10 changes: 5 additions & 5 deletions imports/ui/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ constructor() {
<br/>
<br/>
<br/>
<table>
<tr>
<td></td>
<td>

<table width="100%">
<tr width="100%">
<td colspan="3" className="subscribe" align="center">
<Link to = "https://www.facebook.com/profile.php?id=100013904162136&fref=ts" target="_blank" activeClassName="active"><img className="subscribeButton"/></Link>
&nbsp;&nbsp;
<Link to = "https://twitter.com/cmssingapore" target="_blank" activeClassName="active"><img className="followButton"/></Link>
</td>
<td></td>

</tr>
</table>

Expand Down
Binary file added public/images/shelter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5f3371

Please sign in to comment.