|
| 1 | +import { Link } from "react-router-dom"; |
| 2 | +import React from "react"; |
| 3 | +import { |
| 4 | + Button, |
| 5 | + Container, |
| 6 | + Divider, |
| 7 | + Grid, |
| 8 | + Header, |
| 9 | + Icon, |
| 10 | + Image, |
| 11 | + List, |
| 12 | + Segment, |
| 13 | +} from "semantic-ui-react"; |
| 14 | + |
| 15 | + |
| 16 | +const Home = () => ( |
| 17 | + <div> |
| 18 | + <Segment |
| 19 | + inverted |
| 20 | + textAlign="center" |
| 21 | + style={{ minHeight: 700, padding: "1em 0em" }} |
| 22 | + vertical |
| 23 | + > |
| 24 | + <Container text> |
| 25 | + <Header |
| 26 | + as="h1" |
| 27 | + content="Imagine-a-Company" |
| 28 | + inverted |
| 29 | + style={{ |
| 30 | + fontSize: "4em", |
| 31 | + fontWeight: "normal", |
| 32 | + marginBottom: 0, |
| 33 | + marginTop: "3em", |
| 34 | + }} |
| 35 | + /> |
| 36 | + <Header |
| 37 | + as="h2" |
| 38 | + content="Do whatever you want when you want to." |
| 39 | + inverted |
| 40 | + style={{ |
| 41 | + fontSize: "1.7em", |
| 42 | + fontWeight: "normal", |
| 43 | + marginTop: "1.5em", |
| 44 | + }} |
| 45 | + /> |
| 46 | + <Button className="ui animated fade button primary huge" to="/reducer"> |
| 47 | + <div className="visible content"> |
| 48 | + Call to action |
| 49 | + </div> |
| 50 | + <div className="hidden content"> |
| 51 | + Click here |
| 52 | + <Icon name="right arrow" /> |
| 53 | + </div> |
| 54 | + </Button> |
| 55 | + </Container> |
| 56 | + </Segment> |
| 57 | + <Segment style={{ padding: "8em 0em" }} vertical> |
| 58 | + <Grid container stackable verticalAlign="middle"> |
| 59 | + <Grid.Row> |
| 60 | + <Grid.Column width={8}> |
| 61 | + <Header as="h3" style={{ fontSize: "2em" }}> |
| 62 | + We Help Companies and Companions |
| 63 | + </Header> |
| 64 | + <p style={{ fontSize: "1.33em" }}> |
| 65 | + We can give your company superpowers to do things that they never |
| 66 | + thought possible. Let us delight your customers and empower your |
| 67 | + needs... through pure data analytics. |
| 68 | + </p> |
| 69 | + <Header as="h3" style={{ fontSize: "2em" }}> |
| 70 | + We Make Bananas That Can Dance |
| 71 | + </Header> |
| 72 | + <p style={{ fontSize: "1.33em" }}> |
| 73 | + {`Yes that's right, you thought it was the stuff of dreams, but even bananas can be |
| 74 | + bioengineered.`} |
| 75 | + </p> |
| 76 | + </Grid.Column> |
| 77 | + <Grid.Column floated="right" width={6}> |
| 78 | + <Image bordered rounded size="large" src="http://react.semantic-ui.com/images/wireframe/white-image.png" /> |
| 79 | + </Grid.Column> |
| 80 | + </Grid.Row> |
| 81 | + <Grid.Row> |
| 82 | + <Grid.Column textAlign="center"> |
| 83 | + <Button size="huge">Check Them Out</Button> |
| 84 | + </Grid.Column> |
| 85 | + </Grid.Row> |
| 86 | + </Grid> |
| 87 | + </Segment> |
| 88 | + <Segment style={{ padding: "0em" }} vertical> |
| 89 | + <Grid celled="internally" columns="equal" stackable> |
| 90 | + <Grid.Row textAlign="center"> |
| 91 | + <Grid.Column style={{ paddingBottom: "5em", paddingTop: "5em" }}> |
| 92 | + <Header as="h3" style={{ fontSize: "2em" }}> |
| 93 | + {"What a Company"} |
| 94 | + </Header> |
| 95 | + <p style={{ fontSize: "1.33em" }}>That is what they all say about us</p> |
| 96 | + </Grid.Column> |
| 97 | + <Grid.Column style={{ paddingBottom: "5em", paddingTop: "5em" }}> |
| 98 | + <Header as="h3" style={{ fontSize: "2em" }}> |
| 99 | + {"I shouldn't have gone with their competitor."} |
| 100 | + </Header> |
| 101 | + <p style={{ fontSize: "1.33em" }}> |
| 102 | + <Image avatar src="http://react.semantic-ui.com/images/avatar/large/nan.jpg" /> |
| 103 | + <b>Nan</b> |
| 104 | + Chief Fun Officer Acme Toys |
| 105 | + </p> |
| 106 | + </Grid.Column> |
| 107 | + </Grid.Row> |
| 108 | + </Grid> |
| 109 | + </Segment> |
| 110 | + <Segment style={{ padding: "8em 0em" }} vertical> |
| 111 | + <Container text> |
| 112 | + <Header as="h3" style={{ fontSize: "2em" }}> |
| 113 | + Breaking The Grid, Grabs Your Attention |
| 114 | + </Header> |
| 115 | + <p style={{ fontSize: "1.33em" }}> |
| 116 | + Instead of focusing on content creation and hard work, |
| 117 | + we have learned how to master the art of doing nothing by providing |
| 118 | + massive amounts of whitespace and generic content that |
| 119 | + can seem massive, monolithic and worth your attention. |
| 120 | + </p> |
| 121 | + <Button as="a" size="large"> |
| 122 | + Read More |
| 123 | + </Button> |
| 124 | + <Divider |
| 125 | + as="h4" |
| 126 | + className="header" |
| 127 | + horizontal |
| 128 | + style={{ margin: "3em 0em", textTransform: "uppercase" }} |
| 129 | + > |
| 130 | + <Link to="/">Case Studies</Link> |
| 131 | + </Divider> |
| 132 | + <Header as="h3" style={{ fontSize: "2em" }}> |
| 133 | + Did We Tell You About Our Bananas? |
| 134 | + </Header> |
| 135 | + <p style={{ fontSize: "1.33em" }}> |
| 136 | + {`Yes I know you probably disregarded the earlier boasts as non-sequitur filler content, |
| 137 | + but it's really true. It took years of gene splicing and combinatory DNA research, |
| 138 | + but our bananas can really dance.`} |
| 139 | + </p> |
| 140 | + <Button as="a" size="large"> |
| 141 | + {"I'm Still Quite Interested"} |
| 142 | + </Button> |
| 143 | + </Container> |
| 144 | + </Segment> |
| 145 | + <Segment inverted vertical style={{ padding: "5em 0em" }}> |
| 146 | + <Container> |
| 147 | + <Grid divided inverted stackable> |
| 148 | + <Grid.Row> |
| 149 | + <Grid.Column width={3}> |
| 150 | + <Header inverted as="h4" content="About" /> |
| 151 | + <List link inverted> |
| 152 | + <List.Item as="a">Sitemap</List.Item> |
| 153 | + <List.Item as="a">Contact Us</List.Item> |
| 154 | + <List.Item as="a">Religious Ceremonies</List.Item> |
| 155 | + <List.Item as="a">Gazebo Plans</List.Item> |
| 156 | + </List> |
| 157 | + </Grid.Column> |
| 158 | + <Grid.Column width={3}> |
| 159 | + <Header inverted as="h4" content="Services" /> |
| 160 | + <List link inverted> |
| 161 | + <List.Item as="a">Banana Pre-Order</List.Item> |
| 162 | + <List.Item as="a">DNA FAQ</List.Item> |
| 163 | + <List.Item as="a">How To Access</List.Item> |
| 164 | + <List.Item as="a">Favorite X-Men</List.Item> |
| 165 | + </List> |
| 166 | + </Grid.Column> |
| 167 | + <Grid.Column width={7}> |
| 168 | + <Header as="h4" inverted> |
| 169 | + Footer Header |
| 170 | + </Header> |
| 171 | + <p> |
| 172 | + Extra space for a call to action inside the footer that could help |
| 173 | + re-engage users. |
| 174 | + </p> |
| 175 | + </Grid.Column> |
| 176 | + </Grid.Row> |
| 177 | + </Grid> |
| 178 | + </Container> |
| 179 | + </Segment> |
| 180 | + </div> |
| 181 | +); |
| 182 | + |
| 183 | +export default Home; |
0 commit comments