React

by jonahe

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.min.js"></script>
<div id="app"></div

React

class TodoApp extends React.Component {
  constructor(props) {
    super(props)
    this.state = {
    	items: [
      ]
    }
  }
  
  render() {
    return (
      <div className="page-id-welcome-splash">
      <div className="ff-button d-flex justify-content-center PageIntro-module__scrollWrapperButton___1Woy1  enabled" style={{userSelect: 'none', cursor: 'pointer', pointerEvents: 'auto'}}><div className="absolute-top h-100" style={{width: '800px', height: '100%'}}><div className="ff-image PageIntro-module__scrollBackgroundImage___1g_B2 PageIntro-module__backgroundImageContain___1HHPD animated fadeIn page-item page-item-image" style={{backgroundImage: 'url("./content/images/image_splash.jpg")', WebkitUserDrag: 'none', height: '100%', width: '100%'}} /></div><div className="title-container absolute-top w-100 h-100 d-flex flex-column justify-content-center align-items-center align-content-stretch" style={{color: 'rgb(255, 255, 255)'}}><div className="title-inner-container mx-5 d-flex flex-column justify-content-center align-items-center position-relative animated delay-1500ms animated zoomIn" style={{padding: '80px 120px', transform: 'scale(0.96)', marginBottom: '92.68px'}}><div className="absolute-top w-100 h-100" style={{opacity: 0, backgroundColor: 'rgb(0, 0, 0)'}} /><span className="splash-sm-title-header text-center font-weight-bold animated fadeInUp delay-2000ms ff-text">Managing salaries for managers</span><span className="splash-sm-title-subheader text-center animated fadeInUp delay-2500ms ff-text">As a manager you make and communicate many salary decisions throughout the year. This is a guide to handle these situations in a fair, consistent and equitable way.</span></div></div><div className="Logo-module__root___18u2E logo-container" style={{transform: 'scale(0.96)', transformOrigin: 'left top'}}><img src="./content/images/volvogroup_logo.svg" width="auto" height="auto" className="ff-image page-item page-item-image" style={{WebkitUserDrag: 'none'}}...