11import React , { Component } from 'react'
2- < << << << HEAD
32import PropTypes from 'prop-types'
43import { Link } from 'react-router-dom'
54import Button from 'material-ui/Button'
@@ -30,13 +29,6 @@ class LandingD extends Component {
3029 </ Button >
3130 </ div > )
3231 }
33- === === =
34- import { Link } from 'react-router-dom'
35- import Button from 'material-ui/Button'
36- import styles from './LandingD.scss'
37-
38- class LandingD extends Component {
39- >>> >>> > 7 fcea305a1e111cc6d48d4b6e341182eb4eac9cc
4032 render ( ) {
4133 return (
4234 < div className = { styles . container } >
@@ -45,48 +37,8 @@ class LandingD extends Component {
4537 </ h1 >
4638
4739 < div className = { styles . subcontainer } >
48- < << << << HEAD
4940 { this . props . recentProjects . projects &&
5041 this . props . recentProjects . projects . map ( this . renderProject ) }
51- = === ===
52-
53- < div className = { styles . column1 } >
54- < img src = "https://images.unsplash.com/photo-1517476417305-21d49f984355?ixlib=rb-0.3.5& ixid = eyJhcHBfaWQiOjEyMDd9 & s = 3 f86c41b2363dff6436d3f94f0d12994 & auto = format & fit = crop & w = 500 & q = 60 "
55- alt = "project 1" className = { styles . project1 } />
56- < h6 className = { styles . projectTitle } > The number of Protons</ h6 >
57- < p className = { styles . projectDetails } >
58- Apple Inc has decided to launch the much awaited Apple Watch in
59- </ p >
60- < Button to = "#" component = { Link } className = { styles . learnMore } >
61- Learn More
62- </ Button >
63- </ div >
64-
65- < div className = { styles . column2 } >
66- < img src = "https://images.unsplash.com/photo-1504113897779-231f76737a4e?ixlib=rb-0.3.5& ixid = eyJhcHBfaWQiOjEyMDd9 & s = f264bf40175453d2130f7d354122bfb6 & auto = format & fit = crop & w = 500 & q = 60 "
67- alt = "project 2" className = { styles . project1 } />
68- < h6 className = { styles . projectTitle } > Sports Stadium Birdview</ h6 >
69- < p className = { styles . projectDetails } >
70- Apple Inc has decided to launch the much awaited Apple Watch in
71- </ p >
72- < Button to = "#" component = { Link } className = { styles . learnMore } >
73- Learn More
74- </ Button >
75- </ div >
76-
77- < div className = { styles . column3 } >
78- < img src = "https://images.unsplash.com/photo-1501675423372-9bfa95849e62?ixlib=rb-0.3.5& ixid = eyJhcHBfaWQiOjEyMDd9 & s = 7 b897a182136b934563ed43d435b6981 & auto = format & fit = crop & w = 1500 & q = 80 "
79- alt = "project 3" className = { styles . project1 } />
80- < h6 className = { styles . projectTitle } > The number of Protons</ h6 >
81- < p className = { styles . projectDetails } >
82- Apple Inc has decided to launch the much awaited Apple Watch in
83- </ p >
84- < Button to = "#" component = { Link } className = { styles . learnMore } >
85- Learn More
86- </ Button >
87- </ div >
88-
89- >>> >>> > 7 fcea305a1e111cc6d48d4b6e341182eb4eac9cc
9042 </ div >
9143
9244 < div className = { styles . viewAllContainer } >
@@ -98,7 +50,6 @@ class LandingD extends Component {
9850 )
9951 }
10052}
101- << < << << HEAD
10253function mapStateToProps ( state ) {
10354 return {
10455 recentProjects : state . project . recentProjects
@@ -118,7 +69,3 @@ LandingD.propTypes = {
11869}
11970
12071export default connect ( mapStateToProps , mapDispatchToProps ) ( LandingD )
121- === = ===
122-
123- export default LandingD
124- >>> > >>> 7 fcea305a1e111cc6d48d4b6e341182eb4eac9cc
0 commit comments