-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (101 loc) · 5.5 KB
/
index.html
File metadata and controls
101 lines (101 loc) · 5.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>One World Community</title>
<meta name="description" content="One World Community - Find your community">
<meta property="og:title" content="One World Community">
<meta property="og:description" content="Find your community">
<meta property="og:url" content="https://theoneworldcommunity.org/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="One World Community">
<link rel="icon" type="image/png" href="assets/icon.png">
<link rel="apple-touch-icon" href="assets/icon.png">
<meta property="og:image" content="https://theoneworldcommunity.org/assets/icon.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://theoneworldcommunity.org/assets/icon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page-container">
<div class="container logo-title-content">
<div class="logo-title">
<img src="assets/icon.png" alt="One World Community logo">
<span>One World Community</span>
</div>
</div>
<div class="centered-content">
<div class="desc">
Bringing the world together
</div>
<nav class="link-bar">
<a href="#mission">our mission</a> |
<a href="#technology">the technology</a> |
<a href="#contact">contact us</a>
</nav>
<div class="store-badges" style="visibility: visible;">
<a href="https://testflight.apple.com/join/s97C2YZt" aria-label="Download on the App Store" target="_blank" rel="noopener">
<img src="assets/app-store-download.svg" alt="Download on the App Store" class="badge">
</a>
<a href="https://app.theoneworldcommunity.org" aria-label="Open Webapp" target="_blank" rel="noopener">
<img src="assets/webapp-badge.svg" alt="Open Webapp" class="badge">
</a>
<a href="https://play.google.com/store/apps/details?id=org.theoneworldcommunity.app" aria-label="Get it on Google Play" target="_blank" rel="noopener">
<img src="assets/google-play-store.svg" alt="Get it on Google Play" class="badge">
</a>
</div>
<div class="beta-notice">
iOS/Android apps currently in private beta, email <a href="mailto:info@joinowc.org">info@joinowc.org</a> for access
</div>
</div>
</div>
<main>
<div id="mission" class="content-section" style="margin-top: 4rem; font-family: monospace;">
<hr class="section-line">
<h2>Our Mission</h2>
<p>
1. Create inclusive spaces where people can connect over shared interests.<br>
2. Bridge the gap between online and offline communities.<br>
3. Empower individuals to explore and pursue their passions.<br>
4. Build a global network of local communities.<br>
</p>
</div>
<div id="technology" class="content-section" style="margin-top: 2.5rem; font-family: monospace;">
<hr class="section-line">
<h2>The Technology</h2>
<p>
1. Cut through the noise and find content you are interested in via fully open RSS feeds.<br>
2. Find other like minded people on the platform and host / join relevant events.<br>
3. Post your own content (you own your content, you own your data).<br>
4. We allow you to setup a jekyll blog that you fully own and control in one click.<br>
<br><br>
To get involved, check out our <a href="https://github.com/One-World-Community/OWC" target="_blank" rel="noopener">GitHub repository</a>!<br>
</p>
</div>
<div id="contact" class="content-section" style="margin-top: 2.5rem; font-family: monospace;">
<hr class="section-line">
<h2>Contact Us</h2>
<p>
Want to start / get involved in a chapter in your city?<br>
Need sponsors for a community event you're hosting?<br>
Anything you'd like to see from us?<br>
Contact us at <a href="mailto:info@theoneworldcommunity.org">info@theoneworldcommunity.org</a>
</p>
</div>
</main>
<footer class="site-footer">
<hr class="section-line">
<p>OWC Social Foundation © 2025</p>
<p>A registered Section 8 non-profit organisation in India, founded with ❤️ in Pune.</p>
<p class="footer-links">
<a href="index.html">Home</a> •
<a href="privacy-policy.html">Privacy Policy</a> •
<a href="terms.html">Terms</a>
</p>
</footer>
</body>
</html>