-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevelopers.js
More file actions
164 lines (138 loc) · 6.95 KB
/
developers.js
File metadata and controls
164 lines (138 loc) · 6.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
import React, { Component } from 'react';
import {
StyleSheet,
Text,
View,
Dimensions,
Alert,
TouchableNativeFeedback,
Image,
ScrollView,
StatusBar,
TouchableHighlight,
TouchableWithoutFeedback
} from 'react-native';
import {StackNavigator} from 'react-navigation'
import Events_home from './Events_home'
import eventChoosenType from './eventChoosenType'
import {Router, Scene, Stack} from 'react-native-router-flux'
const categoryNames = ['Technical', 'Cultural', 'Lectures', 'Shows', 'Workshops']
const size = Dimensions.get('window').width/4;
const colors = { selected: '#ff5a5f', normal: '#484848' , teal: '#008489', white: '#ffffff', statusBarLight: '#f0f0f0'};
export default class Developers extends Component{
handleClick = message => {
this.setState({ message: message })
Alert.alert(message)
}
static navigationOptions = {
title: 'Welcome',
};
render(){
return (
<View style={{flex:1, backgroundColor: '#ffffff', alignItems: 'center', justifyContent: 'center'}} >
<StatusBar backgroundColor={colors.statusBarLight} barStyle="dark-content" />
{/*<Image source={require('./developers/harman.png')} style={{height: 100, width: 100, borderRadius: 100}} />*/}
<Text style={{fontFamily: 'Montserrat-Medium', fontSize: 22, color: colors.normal, marginTop: 0}}>{'<'}Developers{'/>'}</Text>
<Text style={{fontFamily: 'Montserrat-Medium', fontSize: 18, color: colors.normal, marginTop: 8}}>Frontend</Text>
<View style={{flexDirection: 'row', width: Dimensions.get('window').width, justifyContent: 'center', marginTop: 4}}>
<View style={{alignItems: 'center', marginRight: 0}}>
<Image source={require('./developers/harman.png')} style={{height: size, width: size, borderRadius: 100, marginRight:0}}/>
<Text style={{fontFamily: 'Montserrat-Regular', color: colors.normal, fontSize: 16}}>Harman</Text>
{/*<View style={{flexDirection: 'row'}}>
<TouchableWithoutFeedback onPress={() => {Linking.openURL('https://www.facebook.com/pecfestofficial')}}>
<Image source={require('./icons/facebook.png')} style={{marginLeft:4, marginRight: 4, width: 24, height: 24, tintColor: colors.teal}} />
</TouchableWithoutFeedback>
<TouchableWithoutFeedback onPress={() => {Linking.openURL('https://www.facebook.com/pecfestofficial')}}>
<Image source={require('./icons/email.png')} style={{marginLeft:4, marginRight: 4, width: 24, height: 24, tintColor: colors.teal}} />
</TouchableWithoutFeedback>
</View>*/}
</View>
</View>
<Text style={{fontFamily: 'Montserrat-Medium', fontSize: 18, color: colors.normal, marginTop: 16}}>Backend</Text>
<View style={{flexDirection: 'row', width: Dimensions.get('window').width, justifyContent: 'space-around', marginTop: 8}}>
<View style={{alignItems: 'center', marginRight: 0}}>
<Image source={require('./developers/prince.png')} style={{height: size, width: size, borderRadius: 100, marginRight:0}}/>
<Text style={{fontFamily: 'Montserrat-Regular', color: colors.normal, fontSize: 16}}>Pushpinder</Text>
{/*<View style={{flexDirection: 'row'}}>
<TouchableWithoutFeedback onPress={() => {Linking.openURL('https://www.facebook.com/pecfestofficial')}}>
<Image source={require('./icons/facebook.png')} style={{marginLeft:4, marginRight: 4, width: 24, height: 24, tintColor: colors.teal}} />
</TouchableWithoutFeedback>
<TouchableWithoutFeedback onPress={() => {Linking.openURL('https://www.facebook.com/pecfestofficial')}}>
<Image source={require('./icons/email.png')} style={{marginLeft:4, marginRight: 4, width: 24, height: 24, tintColor: colors.teal}} />
</TouchableWithoutFeedback>
</View>*/}
</View>
<View style={{alignItems: 'center', marginRight: 0}}>
<Image source={require('./developers/bindal.png')} style={{height: size, width: size, borderRadius: 100, marginRight:0}}/>
<Text style={{fontFamily: 'Montserrat-Regular', color: colors.normal, fontSize: 16}}>Ankit</Text>
{/*<View style={{flexDirection: 'row'}}>
<TouchableWithoutFeedback onPress={() => {Linking.openURL('https://www.facebook.com/pecfestofficial')}}>
<Image source={require('./icons/facebook.png')} style={{marginLeft:4, marginRight: 4, width: 24, height: 24, tintColor: colors.teal}} />
</TouchableWithoutFeedback>
<TouchableWithoutFeedback onPress={() => {Linking.openURL('https://www.facebook.com/pecfestofficial')}}>
<Image source={require('./icons/email.png')} style={{marginLeft:4, marginRight: 4, width: 24, height: 24, tintColor: colors.teal}} />
</TouchableWithoutFeedback>
</View>*/}
</View>
<View style={{alignItems: 'center', marginLeft: 0}}>
<Image source={require('./developers/mitesh.png')} style={{height: size, width: size, borderRadius: 100, marginRight:0}}/>
<Text style={{fontFamily: 'Montserrat-Regular', color: colors.normal, fontSize: 16}}>Mitesh</Text>
{/*<View style={{flexDirection: 'row'}}>
<TouchableWithoutFeedback onPress={() => {Linking.openURL('https://www.facebook.com/pecfestofficial')}}>
<Image source={require('./icons/facebook.png')} style={{marginLeft:4, marginRight: 4, width: 24, height: 24, tintColor: colors.teal}} />
</TouchableWithoutFeedback>
<TouchableWithoutFeedback onPress={() => {Linking.openURL('https://www.facebook.com/pecfestofficial')}}>
<Image source={require('./icons/email.png')} style={{marginLeft:4, marginRight: 4, width: 24, height: 24, tintColor: colors.teal}} />
</TouchableWithoutFeedback>
</View>*/}
</View>
</View>
</View>
)
}
}
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#eeeeee',
},
tabBarStyle: {
flexDirection: 'row',
backgroundColor: '#ffffff',
},
underLineStyle: {
backgroundColor: '#a51c30',
height: 1.5,
},
indicator: {
backgroundColor: '#a51c30',
},
tab: {
width: Dimensions.get('window').width/2,
},
label: {
color: '#a5a59a',
//fontWeight: '500',
fontFamily: 'Montserrat-Light',
},
categoryLabel: {
color: '#008489',
//fontWeight: '500',
fontFamily: 'Montserrat-Light',
fontSize: 26,
},
pageContainer: {
position: 'absolute',
bottom: 56,
top: 0,
left: 0,
right: 0,
},
category: {
backgroundColor: "#ffffff",
justifyContent: 'center',
alignItems: 'center',
//marginTop: 10,
flex:1,
}
});