|
| 1 | +import * as React from "react"; |
| 2 | +import "./News.scss"; |
| 3 | +export class News extends React.Component { |
| 4 | + public render() { |
| 5 | + return ( |
| 6 | + <div className="page news"> |
| 7 | + <h1>News</h1> |
| 8 | + <p> |
| 9 | + At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti |
| 10 | + atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique |
| 11 | + sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum |
| 12 | + facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil |
| 13 | + impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor |
| 14 | + repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et |
| 15 | + voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, |
| 16 | + ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. |
| 17 | + </p> |
| 18 | + <p> |
| 19 | + On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized |
| 20 | + by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble |
| 21 | + that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, |
| 22 | + which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to |
| 23 | + distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able |
| 24 | + to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances |
| 25 | + and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to |
| 26 | + be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle |
| 27 | + of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse |
| 28 | + pains |
| 29 | + </p> |
| 30 | + </div> |
| 31 | + ); |
| 32 | + } |
| 33 | +} |
0 commit comments