Request ui #16

Merged
KevinMidboe merged 12 commits from request_ui into master 2017-08-06 07:26:22 +00:00
Showing only changes of commit d2c456305a - Show all commits

View File

@@ -8,11 +8,23 @@ import FetchData from './FetchData.js';
import ListStrays from './ListStrays.jsx'
import SearchRequest from './SearchRequest.jsx';
import WebFont from 'webfontloader';
WebFont.load({
google: {
families: ['Titillium Web:300,400,700', 'sans-serif']
}
});
var background = {
backgroundColor: '#fafafa'
}
export default class App extends React.Component {
render() {
return (
<div>
<div style={{textAlign: 'center'}}>
<div style={background}>
<div>
<h1>Welcome to Seasoned</h1>
</div>
<ListStrays />