Skip to content

Commit

Permalink
Removed Accordian from the morepage
Browse files Browse the repository at this point in the history
  • Loading branch information
yashb196 committed Jan 24, 2024
1 parent d4bca43 commit 18fc39e
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions lib/screens/MorePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,72 @@ export default function MorePage() {
}} />
</View>



<View>
<Text style={styles.headerText}>Resources</Text>
<TouchableOpacity
onPress={() =>
Linking.openURL("http://lived-religion-dev.rerum.io/deer-lr/dashboard.html")
}
>
<Text style={styles.text}>Our Website</Text>
</TouchableOpacity>
<TouchableOpacity
onPress={() =>
Linking.openURL("https://guides.library.upenn.edu/ethnography/DoingEthnography")
}
>
<Text style={styles.text}>Guide to Ethnography</Text>
</TouchableOpacity>
<TouchableOpacity
onPress={() =>
Linking.openURL("http://changingminds.org/explanations/research/analysis/ethnographic_coding.htm")
}
>
<Text style={styles.text}>Guide to Coding</Text>
</TouchableOpacity>
<TouchableOpacity key='Email' onPress={() => handleEmail()}>
<Text style={styles.text}>Report a Bug</Text>
</TouchableOpacity>

<Text style={styles.headerText}>Meet our Team</Text>
<Text style={styles.text}>Insert Team Photo</Text>
<Text style={styles.text}>Insert Team Message</Text>

<Text style={styles.headerText}>Frequently Asked Questions</Text>
{/* You can use Text components for FAQ sections as well */}
</View>

{/* FAQ Section 1 */}
<Text style={styles.headerText}>What can users do?</Text>
<Text style={styles.text}>
Explore religious traditions, find places of worship, engage in meaningful discussions.
</Text>

{/* FAQ Section 2 */}
<Text style={styles.headerText}>Who is it for?</Text>
<Text style={styles.text}>
Scholars, students, believers, and the curious about the world's religions.
</Text>

{/* FAQ Section 3 */}
<Text style={styles.headerText}>What's unique?</Text>
<Text style={styles.text}>
Provides a modern method to capture experiences using the devices that are with us every day.
</Text>

{/* FAQ Section 4 */}
<Text style={styles.headerText}>Our Mission</Text>
<Text style={styles.text}>
Connect people of diverse religious backgrounds, beliefs, and practices.
</Text>

{/* FAQ Section 5 */}
<Text style={styles.headerText}>Why use 'Where's Religion?'</Text>
<Text style={styles.text}>
Explore religious traditions, find places of worship, engage in meaningful discussions.
</Text>

<View style={styles.textContainer}>
<View style={styles.buttonContainer}>
Expand Down

0 comments on commit 18fc39e

Please sign in to comment.