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