This commit is contained in:
henrydays 2019-04-09 05:50:52 +01:00
parent e1c2e8c2e1
commit 63227faa9b
7 changed files with 11 additions and 67 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -333,7 +333,8 @@ const styles = StyleSheet.create({
marginTop: -25,
marginLeft: 10,
fontWeight: "bold",
color: "#CC1A17"
color: "#CC1A17",
// backgroundColor:"#cc1a17",
},
cromosContainer: {
@ -418,9 +419,11 @@ const styles = StyleSheet.create({
marginTop: 156
},
number: {
marginTop: -18,
marginLeft: 103,
textAlign: "center"
marginTop: -13,
marginLeft: 100,
textAlign: "center",
color:'#cc1a17'
}
});

View File

@ -30,7 +30,7 @@ import ImageViewer from 'react-native-image-zoom-viewer';
import PTRView from "react-native-pull-to-refresh";
const images = [{
url: 'https://avatars2.githubusercontent.com/u/7970947?v=3&s=460'
url: 'https://enei.pt/imgs/mapa.png'
},]
class map extends React.Component {
@ -41,22 +41,10 @@ class map extends React.Component {
this.props.internalToken
);
};
state = {
index: 0,
routes: [
{ key: "first", title: "Festarola" },
{ key: "second", title: "Febrada" },
{ key: "third", title: "Rally" },
{ key: "fourth", title: "Peddy" }
]
};
componentDidMount() {
this.props.getAllEvents(this.props.internalToken);
this.props.getEventLocsVisited(
this.props.team.id,
this.props.internalToken
);
}
render() {
@ -71,54 +59,7 @@ class map extends React.Component {
}
const styles = StyleSheet.create({
cardHours: {
textAlign: "center",
color: "white",
margin: 10,
width:'45%'
},
cardDesc: {
//alignSelf:'center',
backgroundColor: "#CC1A17",
// flex:1,
flexDirection: "row"
},
cardDescText: {
fontWeight: "bold",
color: "white",
fontSize: 18,
width: "45%",
margin: 10
},
container: {
backgroundColor: "white",
flex: 1,
flexGrow: 1,
flexDirection: "column",
paddingBottom: 20
},
scroll: {
flex: 1
},
cardContainer: {
flex: 1,
//flexDirection: 'row',
//padding: 10,
margin: 20,
marginBottom: 0,
backgroundColor: "#fff",
height: SCREEN_WIDTH * 0.62,
borderRadius: 5
//borderWidth: 2,
},
scene: {
flex: 1
}
});
function mapStateToProps(state, props) {

BIN
api/.DS_Store vendored

Binary file not shown.

BIN
api/wwwroot/.DS_Store vendored

Binary file not shown.

BIN
api/wwwroot/logos/accenture-logo.jpg Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 238 KiB

BIN
website/.DS_Store vendored

Binary file not shown.