wip Pup 1.0.0
This commit is contained in:
commit
cdc15f019d
48 changed files with 1100 additions and 0 deletions
18
imports/ui/pages/Index/Index.js
Normal file
18
imports/ui/pages/Index/Index.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
import React from 'react';
|
||||
import { Jumbotron } from 'react-bootstrap';
|
||||
|
||||
import './Index.scss';
|
||||
|
||||
const Index = () => (
|
||||
<div className="Index">
|
||||
<Jumbotron>
|
||||
<img
|
||||
src="https://s3-us-west-2.amazonaws.com/cleverbeagle-assets/graphics/email-icon.png"
|
||||
alt="Clever Beagle"
|
||||
/>
|
||||
<p>Need help building your app? Check out our mentorship service.</p>
|
||||
</Jumbotron>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default Index;
|
||||
Loading…
Add table
Add a link
Reference in a new issue